:root:-ms-fullscreen .appHeader:before,
:root:-ms-fullscreen .tab-content:before {
  z-index: 0;
}
:root:-ms-fullscreen .logo-link,
:root:-ms-fullscreen .fullscreen-toggle,
:root:-ms-fullscreen .right-container,
:root:-ms-fullscreen .ordersPanel {
  z-index: 1;
}
:root:-moz-full-screen .appHeader:before,
:root:-moz-full-screen .tab-content:before {
  z-index: 0;
}
:root:-moz-full-screen .logo-link,
:root:-moz-full-screen .fullscreen-toggle,
:root:-moz-full-screen .right-container,
:root:-moz-full-screen .ordersPanel {
  z-index: 1;
}
:root:-webkit-full-screen .appHeader:before,
:root:-webkit-full-screen .tab-content:before {
  z-index: 0;
}
:root:-webkit-full-screen .logo-link,
:root:-webkit-full-screen .fullscreen-toggle,
:root:-webkit-full-screen .right-container,
:root:-webkit-full-screen .ordersPanel {
  z-index: 1;
}
:root:fullscreen .appHeader:before,
:root:fullscreen .tab-content:before {
  z-index: 0;
}
:root:fullscreen .logo-link,
:root:fullscreen .fullscreen-toggle,
:root:fullscreen .right-container,
:root:fullscreen .ordersPanel {
  z-index: 1;
}
.appHeader {
  height: 50px;
  padding: 20px 2%;
  position: relative;
  display: flex;
}
.appHeader::before {
  content: '';
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #76b74e, #a9de89);
}
.appHeader .header-icon {
  margin: auto 10px;
}
.appHeader .logo-link {
  width: 190px;
  height: 42px;
  display: inline-block;
}
.appHeader .logo-link .podcenter-logo {
  width: 100%;
  height: 100%;
  background: url(podcenter-logo-white.svg);
  background-repeat: no-repeat;
}
.appHeader .middle-container {
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  min-width: 280px;
  position: relative;
  border-left: 2px solid #fff;
  padding-left: 20px;
  margin-left: 20px;
}
.appHeader .middle-container .date-selector {
  cursor: pointer;
}
.appHeader .middle-container .date-selector .arrow-down {
  margin-top: 2px;
  border-top: 7px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  bottom: 12px;
}
.appHeader .middle-container .date-selector .arrow-down:hover {
  border-top-color: rgba(255, 255, 255, 0.9);
}
.appHeader .middle-container .date-selector .arrow-down.active {
  border-top-color: white;
}
.appHeader .right-container {
  margin-left: auto;
  margin-top: -20px;
  display: flex;
}
.appHeader .right-container > div {
  background-color: rgba(52, 54, 62, 0.1);
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.appHeader .right-container > div:before {
  margin-right: 10px;
}
.appHeader .right-container > div:hover {
  background-color: rgba(52, 54, 62, 0.2);
}
.appHeader .dropdown {
  width: 75%;
  z-index: 999;
  position: relative;
  float: right;
  background-color: white;
  color: black;
  font-size: 0.9em;
  margin-top: 10px;
  font-weight: normal;
}
.appHeader .dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.appHeader .dropdown ul li {
  cursor: pointer;
  text-align: center;
  margin: 5px;
}
.appHeader .dropdown ul li:hover {
  background-color: #d3d3d3;
}
.powered-by {
  font-size: 0.6em;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 2%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.powered-by:hover {
  opacity: 1;
}
.powered-by a {
  text-decoration: none;
}
:root:-webkit-full-screen .tabs-bar {
  z-index: 1;
}
.tabs-bar {
  text-transform: uppercase;
  display: flex;
}
.tabs-bar .tab {
  background-color: rgba(52, 54, 62, 0.2);
  padding: 0 10px;
  margin-right: 2px;
  font-size: 0.85em;
  transition: 0.2s ease-out;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: space-between;
}
.tabs-bar .tab:hover {
  background-color: rgba(52, 54, 62, 0.8);
}
.tabs-bar .tab .bubble-container {
  display: inline-block;
}
.tabs-bar .tab.to-do .bubble-container .bubble {
  background-image: url(podCenter-bubble_yellow.svg);
}
.tabs-bar .tab.to-print .bubble-container .bubble {
  background-image: url(podCenter-bubble_rose.svg);
}
.tabs-bar .tab.to-ship .bubble-container .bubble {
  background-image: url(podCenter-bubble_blue.svg);
}
.tabs-bar .tab.to-sent .bubble-container .bubble {
  background-image: url(podCenter-bubble_green.svg);
}
.tabs-bar .tab-selected {
  background-color: #34363e;
  cursor: default;
}
.tabs-bar .tab-selected:hover {
  background-color: #34363e;
}
.tabs-bar a {
  flex: 1;
  text-decoration: none;
  max-width: 320px;
  color: white;
  font-weight: bold;
}
.bubble {
  display: inline-block;
  padding: 10px 10px 10px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.warning-bubble {
  position: relative;
  right: -25px;
  background-image: url(podCenter-bubble_red.svg) !important;
}
.late-order {
  color: #e43e3e;
}
.pod-list-header {
  height: 55px;
  margin-right: 7px;
}
.pod-list-header > div {
  display: block;
  border-top-style: solid;
  text-align: left;
  height: 35px;
  background-color: #28292b;
  border-right: 1px solid #34363e;
  border-top: 0;
}
.pod-list-header > div.col-check {
  display: flex;
  align-items: center;
  background: none;
}
.pod-list-header > div .title-and-sort {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.pod-list-header > div .title-and-sort input {
  width: 100%;
  border: none;
  height: 100%;
  background: none;
  outline: 0;
  color: white;
  margin-right: 5px;
  padding-left: 5px;
  transition: 0.2s ease-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: text;
}
.pod-list-header > div .title-and-sort input:focus {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 6px -1px rgba(21, 22, 25, 0.74);
}
.pod-list-header > div .title-and-sort input:focus::placeholder {
  color: transparent;
}
.pod-list-header > div .title-and-sort input:focus::-webkit-input-placeholder {
  color: transparent;
}
.pod-list-header > div .title-and-sort input:focus::-moz-placeholder {
  color: transparent;
}
.pod-list-header > div .title-and-sort input:focus:-ms-input-placeholder {
  color: transparent;
}
.pod-list-header > div .title-and-sort input::placeholder {
  color: grey;
  font-weight: bold;
  font-size: 0.95em;
}
.pod-list-header > div .title-and-sort input::-webkit-input-placeholder {
  color: grey;
  font-weight: bold;
  font-size: 0.95em;
}
.pod-list-header > div .title-and-sort input::-moz-placeholder {
  color: grey;
  font-weight: bold;
  font-size: 0.95em;
}
.pod-list-header > div .title-and-sort input:-ms-input-placeholder {
  color: grey;
  font-weight: bold;
  font-size: 0.95em;
}
.pod-list-header > div .title-and-sort .header-filter {
  padding: 1px;
  padding-left: 0px;
  display: inline-block;
  border: none;
}
.pod-list-header > div .title-and-sort .header-filter .arrow-up {
  margin-bottom: 2px;
  border-bottom: 7px solid rgba(255, 255, 255, 0.3);
}
.pod-list-header > div .title-and-sort .header-filter .arrow-up:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.pod-list-header > div .title-and-sort .header-filter .arrow-up.active {
  border-bottom-color: white;
}
.pod-list-header > div .title-and-sort .header-filter .arrow-down {
  margin-top: 2px;
  border-top: 7px solid rgba(255, 255, 255, 0.3);
}
.pod-list-header > div .title-and-sort .header-filter .arrow-down:hover {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.pod-list-header > div .title-and-sort .header-filter .arrow-down.active {
  border-top-color: white;
}
.documentsList {
  flex: 1;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - calc(252px));
}
.documentsList .scrollable-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  background: linear-gradient(#34363e 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #34363e 70%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.21) 70%) 0 100%;
  background-repeat: no-repeat;
  background-color: #34363e;
  box-sizing: border-box;
  background-attachment: local, local, scroll, scroll;
  padding-bottom: 20px;
  border: 1px solid transparent;
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden auto;
  min-height: calc(100% - calc(252px));
}
.documentsList .scrollable-list .pod-row {
  height: 32px;
}
.documentsList .scrollable-list .pod-row:hover {
  background-color: rgba(40, 41, 43, 0.4);
}
.documentsList .scrollable-list .pod-row > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: default;
}
.documentsList .scrollable-list .pod-row > div input:disabled {
  cursor: no-drop;
}
.documentsList .scrollable-list .pod-row > div span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.documentsList .scrollable-list .pod-row > div.col-check {
  border: none;
}
.documentsList .scrollable-list .pod-row > div.col-title {
  justify-content: flex-start;
}
.documentsList .loader {
  margin: auto;
  width: 70px;
  text-align: center;
}
.documentsList .loader > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.documentsList .loader .bounce1 {
  animation-delay: -0.32s;
}
.documentsList .loader .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.documentsList .no-data {
  font-size: 2em;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.button {
  color: grey;
  background: none;
  border: none;
  font-size: 1.1em;
  font-family: 'centurygothic';
  text-align: left;
  margin: 0 5px;
  padding: 10px;
  font-size: 0.7em;
  transition: all 0.2s ease-out;
  outline: 0;
  border: 1px transparent solid;
  position: relative;
  vertical-align: middle;
}
.button > span {
  color: black;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
}
.button:hover {
  cursor: pointer;
  border: 1px grey solid;
}
.button:active {
  cursor: pointer;
  border: 1px transparent solid;
  background: rgba(52, 54, 62, 0.1);
}
.buttonsBar {
  background: white;
  color: black;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 0;
  transition: all 0.2s ease-out;
}
.buttonsBar > div {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.buttonsBar.active {
  height: 68px;
  padding-right: 10px;
}
.buttonsBar.active > div {
  opacity: 1;
}
.buttonsBar .selection-container {
  display: flex;
  align-items: baseline;
  padding: 10px;
}
.buttonsBar .selection-container .deselection-button {
  width: 40px;
  height: 40px;
  background: #e6e6e6;
  display: inline-block;
  border-radius: 50px;
  margin: 0 10px;
  position: relative;
  align-self: flex-start;
  transition: all 0.2s ease-out;
}
.buttonsBar .selection-container .deselection-button::before {
  content: '-';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 60px;
  color: #c6c7c8;
}
.buttonsBar .selection-container .deselection-button:hover {
  cursor: pointer;
  background: #b3b3b3;
}
.buttonsBar .selection-container .deselection-button:hover::before {
  color: #929496;
}
.buttonsBar .selection-container .deselection-button:active {
  cursor: pointer;
  background: #ffffff;
}
.buttonsBar .selection-container .deselection-button:active::before {
  color: #e0e1e1;
}
.buttonsBar .selection-container .selection-number {
  color: #2e3036;
  font-size: 2.2em;
  font-weight: bold;
}
.buttonsBar .selection-container .selection-label {
  margin: 0 10px;
  font-size: 1em;
  font-weight: bolder;
}
.buttonsBar .button-bar {
  display: flex;
  align-items: center;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family:              sans-serif;
  line-height:              1.15;
  -ms-text-size-adjust:     100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, footer, header, nav, section {
  display: block
}

h1 {
  font-size: 2em;
  margin:    .67em 0
}

figcaption, figure, main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height:     0;
  overflow:   visible
}

pre {
  font-family: monospace, monospace;
  font-size:   1em
}

a {
  background-color:             transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom:   0;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size:   1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color:            #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size:      75%;
  line-height:    0;
  position:       relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height:  0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size:   100%;
  line-height: 1.15;
  margin:      0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding:      0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border:  1px solid silver;
  margin:  0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing:  border-box;
  color:       inherit;
  display:     table;
  max-width:   100%;
  padding:     0;
  white-space: normal
}

progress {
  display:        inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding:    0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset:     -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font:               inherit
}

details, menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}
@font-face {
  font-family: 'centurygothic';
  src:         url(centurygothic.eot);
  src:         url(centurygothic.eot?#iefix) format('embedded-opentype'),
               url(centurygothic.woff) format('woff'),
               url(centurygothic.ttf) format('truetype'),
               url(centurygothic.svg) format('svg');
  font-weight: normal;
  font-style:  normal;
}

@font-face {
  font-family: 'centurygothic_force';
  src:         url(centurygothic.eot);
  src:         url(centurygothic.eot?#iefix) format('embedded-opentype'),
               url(centurygothic.woff) format('woff'),
               url(centurygothic.ttf) format('truetype'),
               url(centurygothic.svg) format('svg');
  font-weight: normal;
  font-style:  normal;
}

@font-face {
  font-family: 'centurygothic_bold';
  src:         url(centurygothic_bold.eot);
  src:         url(centurygothic_bold.eot?#iefix) format('embedded-opentype'),
               url(centurygothic_bold.woff) format('woff'),
               url(centurygothic_bold.ttf) format('truetype'),
               url(centurygothic_bold.svg) format('svg');
  font-weight: normal;
  font-style:  normal;
}

@font-face {
  font-family: 'centurygothic_bold_force';
  src:         url(centurygothic_bold.eot);
  src:         url(centurygothic_bold.eot?#iefix) format('embedded-opentype'),
               url(centurygothic_bold.woff) format('woff'),
               url(centurygothic_bold.ttf) format('truetype'),
               url(centurygothic_bold.svg) format('svg');
  font-weight: normal;
  font-style:  normal;
}

@font-face {
  font-family: 'centurygothic_italic';
  src:         url(centurygothic_italic.eot);
  src:         url(centurygothic_italic.eot?#iefix) format('embedded-opentype'),
               url(centurygothic_italic.woff) format('woff'),
               url(centurygothic_italic.ttf) format('truetype'),
               url(centurygothic_italic.svg) format('svg');
  font-weight: normal;
  font-style:  normal;
}

@font-face {
  font-family: 'centurygothic_bolditalic';
  src:         url(centurygothic_bolditalic.eot);
  src:         url(centurygothic_bolditalic.eot?#iefix) format('embedded-opentype'),
               url(centurygothic_bolditalic.woff) format('woff'),
               url(centurygothic_bolditalic.ttf) format('truetype'),
               url(centurygothic_bolditalic.svg) format('svg');
  font-weight: normal;
  font-style:  normal;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'centurygothic', sans-serif;
}
html > *,
body > * {
  box-sizing: border-box;
}
html a,
body a {
  color: white;
}
.react-contextmenu {
  z-index: 9999;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  color: #373a3c;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  opacity: 0;
  pointer-events: none;
}
.react-contextmenu .react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto;
}
.react-contextmenu .react-contextmenu-item {
  padding: 3px 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #3e4044;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  cursor: pointer;
}
.react-contextmenu .react-contextmenu-item--active,
.react-contextmenu .react-contextmenu-item:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.react-contextmenu .react-contextmenu-item--disabled,
.react-contextmenu .react-contextmenu-item--disabled:hover {
  color: #d3d3d3;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.react-contextmenu .react-contextmenu-item:focus,
.react-contextmenu .react-contextmenu-item--disabled:focus {
  outline: none;
}
.react-contextmenu .react-contextmenu-item--divider {
  margin-bottom: 3px;
  padding: 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: inherit;
}
.react-contextmenu .react-contextmenu-item--divider:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.react-contextmenu .react-contextmenu-item.react-contextmenu-submenu {
  padding: 0;
}
.react-contextmenu .react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "\25B6";
  display: inline-block;
  position: absolute;
  right: 7px;
}
body {
  background-color: #28292b;
  color: #dddee0;
  max-height: 100vh;
}
body #app {
  height: 100%;
}
body #app .global-container {
  height: 100%;
  display: flex;
  align-items: stretch;
}
body #app .global-container .wrap {
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: stretch;
  box-sizing: border-box;
}
body #app .global-container .wrap .main-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin: 0 2%;
  flex: 1;
  min-height: calc(100% - calc(252px));
}
body *::-webkit-scrollbar {
  width: 0.4em;
}
body *::-webkit-scrollbar-thumb {
  background-color: #76b74e;
  border-radius: 5px;
}
.pod-row {
  display: flex;
  align-items: center;
}
.pod-row > div {
  padding-left: 8px;
  padding-right: 8px;
}
.pod-row > div input {
  cursor: pointer;
}
.pod-row.warning {
  color: #e43e3e;
}
.arrow-up,
.arrow-down {
  padding: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.arrow-up.active,
.arrow-down.active {
  cursor: default;
}
.tab-content {
  background: #34363e;
  margin: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tab-content::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 30px -5px #000000;
  z-index: -1;
}
.tab-content .ordersPanel {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tab-content .ordersPanel [class*="col-"] {
  flex: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 4px;
  padding-bottom: 4px;
}
.tab-content .ordersPanel .col-check {
  flex: 0 0 1%;
}
.tab-content .ordersPanel .scrollable-list [class*="col-"] {
  padding-top: 4px;
  padding-bottom: 4px;
  border-right: 1px solid #28292b;
}
.tab-content .ordersPanel .col-lang {
  flex-basis: 2%;
}
.tab-content .ordersPanel .col-title {
  flex: 1;
  flex-basis: 8%;
}
.tab-content .ordersPanel .col-sender,
.tab-content .ordersPanel .col-recipient {
  flex: 1;
  flex-basis: 6%;
}
.tab-content .ordersPanel .col-lang,
.tab-content .ordersPanel .col-quantity,
.tab-content .ordersPanel .col-pagessum,
.tab-content .ordersPanel .col-weight {
  flex-basis: 3%;
}
.tab-content .ordersPanel .col-customer,
.tab-content .ordersPanel .col-country,
.tab-content .ordersPanel .col-deliverydate,
.tab-content .ordersPanel .col-shippingdate,
.tab-content .ordersPanel .col-shippeddate,
.tab-content .ordersPanel .col-shippingdate,
.tab-content .ordersPanel .col-shippingprices,
.tab-content .ordersPanel .col-reference {
  flex-basis: 6%;
}
.tab-content .ordersPanel .col-important,
.tab-content .ordersPanel .col-certification {
  flex-basis: 4%;
}
.tab-content .ordersPanel .col-address,
.tab-content .ordersPanel .col-status,
.tab-content .ordersPanel .col-statuslocalized,
.tab-content .ordersPanel .col-tracking,
.tab-content .ordersPanel .col-transporter {
  flex: 1;
  flex-basis: 4%;
}
.modal-body {
  min-height: 430px;
}
.modal-body .tab {
  margin-bottom: 20px;
  width: 100%;
}
.modal-body .tab button {
  width: 33%;
  text-align: left;
  padding: 5px 0;
  background: transparent;
  border: none;
  border-bottom: solid grey 5px;
  color: white;
}
.modal-body .tab button.active {
  border-color: white;
}
.modal-body .tab button:hover {
  background: rgba(211, 211, 211, 0.3);
}
.modal-body .tab button:focus {
  outline: none;
}
.modal-body .document-detail-popup {
  font-size: 0.9em;
}
.modal-body .document-detail-popup h1 {
  font-size: 1.1em;
  margin: 0 0 10px;
  background: #2b2d33;
  padding: 5px;
  color: white;
}
.modal-body .document-detail-popup .column-container {
  display: flex;
}
.modal-body .document-detail-popup .column-container .column {
  flex: 1;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-bottom: 20px;
}
.modal-body .document-detail-popup .column-container .column.left {
  margin-right: 5px;
}
.modal-body .document-detail-popup .column-container .column.right {
  margin-left: 5px;
}
.modal-body .document-detail-popup .column-container .column.full-size .thumb {
  max-width: 150px;
  min-height: 200px;
}
.modal-body .document-detail-popup .column-container .column .thumb {
  margin-right: 5px;
  flex: 1;
  display: inline-block;
  max-width: 70px;
  vertical-align: top;
  margin-bottom: 20px;
  max-height: 100px;
}
.modal-body .document-detail-popup .column-container .column p {
  margin: 0 15px;
}
.modal {
  display: block;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content {
  position: relative;
  max-height: 80%;
  background-color: #34363e;
  margin: auto;
  padding: 0;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  -webkit-animation-name: animateRight;
  -webkit-animation-duration: 0.2s;
  animation-name: animateRight;
  animation-timing-function: ease-out;
  animation-duration: 0.2s;
}
.modal .modal-content .modal-header {
  padding: 10px 15px;
  background-color: #2b2d33;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
  margin-bottom: 0;
}
.modal .modal-content .modal-header h2 {
  font-size: 1.3em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.modal .modal-content .modal-header .close {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  opacity: 0.7;
  transition: all 0.2s ease-out;
}
.modal .modal-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  color: #e43e3e;
  font-size: 30px;
}
.modal .modal-content .modal-header .close:active {
  color: white;
  opacity: 1;
}
.modal .modal-content .modal-body {
  padding: 20px 10px;
  flex: 1;
  margin: 0 10px;
  overflow-y: auto;
  background: linear-gradient(#34363e 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #34363e 70%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.21) 70%) 0 100%;
  background-repeat: no-repeat;
  background-color: #34363e;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}
.modal .modal-content .modal-footer {
  padding: 10px 16px;
  background: white;
  text-align: right;
}
/* Add Animation */
@-webkit-keyframes animateRight {
  from {
    right: -800px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateRight {
  from {
    right: -800px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@media print {
  .printDiv {
    background-color: black;
  }
  .print-ticket,
  .delivery-ticket {
    page-break-before: always;
    color: #000000;
    font-family: "Arial", sans-serif;
  }
  .print-ticket .print-ticket-free-fields,
  .delivery-ticket .print-ticket-free-fields {
    margin: 15px 0;
    text-align: center;
    width: 100%;
    font-size: 0.7em;
  }
  .print-ticket .col-theorical-total-weight,
  .delivery-ticket .col-theorical-total-weight {
    border: 1px solid #000000;
    padding: 5px;
    font-size: 12px;
    border-top: none;
  }
  .print-ticket h1,
  .delivery-ticket h1,
  .print-ticket h2,
  .delivery-ticket h2 {
    text-align: center;
    font-weight: normal;
    margin: 0;
  }
  .print-ticket .print-ticket-header,
  .delivery-ticket .print-ticket-header,
  .print-ticket .delivery-ticket-header,
  .delivery-ticket .delivery-ticket-header {
    display: flex;
    padding-top: 10px;
  }
  .print-ticket .print-ticket-header h1,
  .delivery-ticket .print-ticket-header h1,
  .print-ticket .delivery-ticket-header h1,
  .delivery-ticket .delivery-ticket-header h1 {
    font-size: 1.7em;
  }
  .print-ticket .print-ticket-header .header-col,
  .delivery-ticket .print-ticket-header .header-col,
  .print-ticket .delivery-ticket-header .header-col,
  .delivery-ticket .delivery-ticket-header .header-col {
    min-width: 30%;
  }
  .print-ticket .print-ticket-header .header-col.header-right,
  .delivery-ticket .print-ticket-header .header-col.header-right,
  .print-ticket .delivery-ticket-header .header-col.header-right,
  .delivery-ticket .delivery-ticket-header .header-col.header-right {
    text-align: right;
  }
  .print-ticket .print-ticket-header .header-col.label-ticket,
  .delivery-ticket .print-ticket-header .header-col.label-ticket,
  .print-ticket .delivery-ticket-header .header-col.label-ticket,
  .delivery-ticket .delivery-ticket-header .header-col.label-ticket {
    flex: 1;
  }
  .print-ticket .print-ticket-header .header-col.label-ticket h2,
  .delivery-ticket .print-ticket-header .header-col.label-ticket h2,
  .print-ticket .delivery-ticket-header .header-col.label-ticket h2,
  .delivery-ticket .delivery-ticket-header .header-col.label-ticket h2 {
    font-weight: normal;
    color: #ff1ead;
    font-size: 1em;
  }
  .print-ticket .print-ticket-header .header-col .pod-center-logo,
  .delivery-ticket .print-ticket-header .header-col .pod-center-logo,
  .print-ticket .delivery-ticket-header .header-col .pod-center-logo,
  .delivery-ticket .delivery-ticket-header .header-col .pod-center-logo {
    margin-top: -9px;
    width: 150px;
    height: 52px;
  }
  .print-ticket .print-ticket-section,
  .delivery-ticket .print-ticket-section,
  .print-ticket .delivery-ticket-section,
  .delivery-ticket .delivery-ticket-section {
    margin-top: 20px;
    border: 1px solid #000000;
    padding: 10px;
  }
  .print-ticket .print-ticket-section h1,
  .delivery-ticket .print-ticket-section h1,
  .print-ticket .delivery-ticket-section h1,
  .delivery-ticket .delivery-ticket-section h1 {
    font-size: 1.5em;
    border-bottom: 1px solid #000000;
  }
  .print-ticket .print-ticket-section h2,
  .delivery-ticket .print-ticket-section h2,
  .print-ticket .delivery-ticket-section h2,
  .delivery-ticket .delivery-ticket-section h2 {
    font-size: 0.7em;
    color: #d3d3d3;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .print-ticket .print-ticket-section .col-print-recipient,
  .delivery-ticket .print-ticket-section .col-print-recipient,
  .print-ticket .delivery-ticket-section .col-print-recipient,
  .delivery-ticket .delivery-ticket-section .col-print-recipient {
    flex: 1;
    min-width: 40%;
  }
  .print-ticket .print-ticket-section .col-print-comment,
  .delivery-ticket .print-ticket-section .col-print-comment,
  .print-ticket .delivery-ticket-section .col-print-comment,
  .delivery-ticket .delivery-ticket-section .col-print-comment,
  .print-ticket .print-ticket-section .col-doc-title,
  .delivery-ticket .print-ticket-section .col-doc-title,
  .print-ticket .delivery-ticket-section .col-doc-title,
  .delivery-ticket .delivery-ticket-section .col-doc-title,
  .print-ticket .print-ticket-section .col-delivery-recipient,
  .delivery-ticket .print-ticket-section .col-delivery-recipient,
  .print-ticket .delivery-ticket-section .col-delivery-recipient,
  .delivery-ticket .delivery-ticket-section .col-delivery-recipient,
  .print-ticket .print-ticket-section .col-delivery-comment,
  .delivery-ticket .print-ticket-section .col-delivery-comment,
  .print-ticket .delivery-ticket-section .col-delivery-comment,
  .delivery-ticket .delivery-ticket-section .col-delivery-comment,
  .print-ticket .print-ticket-section .col-doc-comment,
  .delivery-ticket .print-ticket-section .col-doc-comment,
  .print-ticket .delivery-ticket-section .col-doc-comment,
  .delivery-ticket .delivery-ticket-section .col-doc-comment {
    flex: 1;
    min-width: 30%;
  }
  .print-ticket .print-ticket-section .col-print-date,
  .delivery-ticket .print-ticket-section .col-print-date,
  .print-ticket .delivery-ticket-section .col-print-date,
  .delivery-ticket .delivery-ticket-section .col-print-date,
  .print-ticket .print-ticket-section .col-print-quantity,
  .delivery-ticket .print-ticket-section .col-print-quantity,
  .print-ticket .delivery-ticket-section .col-print-quantity,
  .delivery-ticket .delivery-ticket-section .col-print-quantity,
  .print-ticket .print-ticket-section .col-doc-lang,
  .delivery-ticket .print-ticket-section .col-doc-lang,
  .print-ticket .delivery-ticket-section .col-doc-lang,
  .delivery-ticket .delivery-ticket-section .col-doc-lang,
  .print-ticket .print-ticket-section .col-delivery-quantity,
  .delivery-ticket .print-ticket-section .col-delivery-quantity,
  .print-ticket .delivery-ticket-section .col-delivery-quantity,
  .delivery-ticket .delivery-ticket-section .col-delivery-quantity,
  .print-ticket .print-ticket-section .col-delivery-lang,
  .delivery-ticket .print-ticket-section .col-delivery-lang,
  .print-ticket .delivery-ticket-section .col-delivery-lang,
  .delivery-ticket .delivery-ticket-section .col-delivery-lang {
    flex: 0;
    min-width: 10%;
  }
  .print-ticket .print-ticket-section .table-header,
  .delivery-ticket .print-ticket-section .table-header,
  .print-ticket .delivery-ticket-section .table-header,
  .delivery-ticket .delivery-ticket-section .table-header {
    display: flex;
    font-size: 0.7em;
    color: #d3d3d3;
  }
  .print-ticket .print-ticket-section .table-header div,
  .delivery-ticket .print-ticket-section .table-header div,
  .print-ticket .delivery-ticket-section .table-header div,
  .delivery-ticket .delivery-ticket-section .table-header div {
    padding: 5px;
  }
  .print-ticket .print-ticket-section .table-content,
  .delivery-ticket .print-ticket-section .table-content,
  .print-ticket .delivery-ticket-section .table-content,
  .delivery-ticket .delivery-ticket-section .table-content {
    font-size: 0.8em;
    border-left: 0.1px solid #3e4044;
    border-top: 0.1px solid #3e4044;
  }
  .print-ticket .print-ticket-section .table-content strong,
  .delivery-ticket .print-ticket-section .table-content strong,
  .print-ticket .delivery-ticket-section .table-content strong,
  .delivery-ticket .delivery-ticket-section .table-content strong {
    color: #000000;
    font-weight: normal;
  }
  .print-ticket .print-ticket-section .table-content .table-row,
  .delivery-ticket .print-ticket-section .table-content .table-row,
  .print-ticket .delivery-ticket-section .table-content .table-row,
  .delivery-ticket .delivery-ticket-section .table-content .table-row {
    display: flex;
    border-bottom: 0.1px solid #3e4044;
  }
  .print-ticket .print-ticket-section .table-content .table-row > div,
  .delivery-ticket .print-ticket-section .table-content .table-row > div,
  .print-ticket .delivery-ticket-section .table-content .table-row > div,
  .delivery-ticket .delivery-ticket-section .table-content .table-row > div {
    border-right: 0.1px solid #3e4044;
    padding: 5px;
  }
  .print-ticket .print-ticket-section.section-delivery .table-content,
  .delivery-ticket .print-ticket-section.section-delivery .table-content,
  .print-ticket .delivery-ticket-section.section-delivery .table-content,
  .delivery-ticket .delivery-ticket-section.section-delivery .table-content {
    color: #d3d3d3;
  }
}
.col-important > .important-cell {
  display: flex;
  flex-flow: row wrap;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
.col-important > .important-cell .picto {
  border: none;
  width: 24px;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
.col-important > .important-cell .picto.picto {
  margin-left: 2px;
}
.col-important > .important-cell .user-comment {
  background: url(comment-user.svg) no-repeat;
}
.col-important > .important-cell .doc-comment {
  background: url(comment-doc.svg) no-repeat;
}
.col-important > .important-cell .co-construction {
  background: url(co-construction.svg) no-repeat;
}
.col-important > .important-cell .vip {
  background: url(vip.svg) no-repeat;
}
.col-important > .important-cell .edit-recipient {
  background: url(edit-recipient.svg) no-repeat;
}
.col-important > .important-cell .file-updated {
  background: url(stop.svg) no-repeat;
  width: 30px;
}
.col-title > .documentCell {
  display: flex;
  flex-flow: row;
  border: none;
  margin: 0px;
  padding: 0px;
  height: 100%;
  align-items: center;
  width: 100%;
}
.col-title > .documentCell .picto-downloadPdf {
  border: none;
  max-width: 32px;
  height: 100%;
  padding: 0px;
  margin-right: 5px;
  background: #0e90d2;
  background: url(download.svg) no-repeat;
  background-position: center;
}
.col-title > .documentCell .picto-downloadPdf.disabled {
  opacity: .2;
  pointer-events: none;
}
.col-title > .documentCell .picto-downloadPdf:hover {
  transform: scale(1.1);
}
.col-title > .documentCell .picto-openPdf {
  border: none;
  max-width: 32px;
  height: 100%;
  padding: 0px;
  margin-right: 5px;
  background: url(open.svg) no-repeat;
  background-position: center;
  transition: 0.2s ease-out;
}
.col-title > .documentCell .picto-openPdf.disabled {
  opacity: .2;
  pointer-events: none;
}
.col-title > .documentCell .picto-openPdf:hover {
  transform: scale(1.1);
}
.col-title > .documentCell a {
  text-decoration: none;
  transition: 0.2s ease-out;
  opacity: 0.95;
  text-align: left;
  color: inherit;
  width: 100%;
}
.col-title > .documentCell a:hover {
  text-decoration: underline;
  opacity: 1;
  font-size: 1.1em;
}
.col-title > .documentCell .thumb-wrap {
  width: calc(100% - 37px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-title > .documentCell .thumb-wrap .thumb {
  visibility: hidden;
  position: absolute;
  top: calc((100vh - 100%)/2);
  left: calc((100vw - 300px)/2);
  transition: 0s visibility;
}
.col-title > .documentCell .thumb-wrap .thumb img {
  width: 300px;
}
.col-title > .documentCell .thumb-wrap:hover .thumb {
  visibility: visible;
  transition-delay: 1s;
}
#snackbarContainer {
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.5s;
}
#snackbarContainer.success {
  background-color: #dff0d8;
  color: #3c763d;
}
#snackbarContainer.danger {
  background-color: #f2dede;
  color: #b04465;
}
#snackbarContainer.show {
  transform: translateY(-100%);
}
.form-input {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-input-input {
  display: inline-block;
}
.form-input-input .inerror {
  border: solid 1px red;
}
.form-input-input .form-input-error-message {
  font-size: 0.55em;
  color: red;
  margin-top: 5px;
}
.form-input-input [type="checkbox"] {
  box-shadow: none;
}
.shipment-popup h1,
.production-popup h1 {
  font-size: 1.1em;
  margin: 0 0 10px;
  background: #2b2d33;
  padding: 5px;
  color: white;
}
.shipment-popup .column,
.production-popup .column {
  display: inline-table;
  width: 50%;
  vertical-align: top;
  margin-bottom: 20px;
}
.shipment-popup .recipient-contact-container,
.production-popup .recipient-contact-container {
  display: flex;
}
.shipment-popup .recipient-contact-container .column,
.production-popup .recipient-contact-container .column {
  flex: 1;
  display: inline-block;
  width: auto;
}
.shipment-popup .recipient-contact-container .column.recipient,
.production-popup .recipient-contact-container .column.recipient {
  margin-right: 5px;
}
.shipment-popup .recipient-contact-container .column.contact,
.production-popup .recipient-contact-container .column.contact {
  margin-left: 5px;
}
.shipment-popup .recipient-contact-container .column p,
.production-popup .recipient-contact-container .column p {
  margin: 0 15px;
}
.shipment-popup input,
.production-popup input,
.shipment-popup textarea,
.production-popup textarea,
.shipment-popup select,
.production-popup select {
  width: 90%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 6px -1px rgba(21, 22, 25, 0.74);
  outline: 0;
  color: white;
  text-align: center;
  padding: 5px;
}
.shipment-popup input option,
.production-popup input option,
.shipment-popup textarea option,
.production-popup textarea option,
.shipment-popup select option,
.production-popup select option {
  background: #717278;
  outline: 0;
}
.shipment-popup .shipment-popup-expe-content .table,
.production-popup .shipment-popup-expe-content .table,
.shipment-popup .production-popup-documents-content .table,
.production-popup .production-popup-documents-content .table {
  margin: 0 10px;
  margin-bottom: 20px;
  font-size: 0.9em;
}
.shipment-popup .shipment-popup-expe-content .table .table-row,
.production-popup .shipment-popup-expe-content .table .table-row,
.shipment-popup .production-popup-documents-content .table .table-row,
.production-popup .production-popup-documents-content .table .table-row {
  display: flex;
  text-align: center;
  height: 52px;
}
.shipment-popup .shipment-popup-expe-content .table .table-row:nth-child(odd),
.production-popup .shipment-popup-expe-content .table .table-row:nth-child(odd),
.shipment-popup .production-popup-documents-content .table .table-row:nth-child(odd),
.production-popup .production-popup-documents-content .table .table-row:nth-child(odd) {
  background: #2b2d33;
}
.shipment-popup .shipment-popup-expe-content .table .table-row [class*="col-"],
.production-popup .shipment-popup-expe-content .table .table-row [class*="col-"],
.shipment-popup .production-popup-documents-content .table .table-row [class*="col-"],
.production-popup .production-popup-documents-content .table .table-row [class*="col-"] {
  flex: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid #585858;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0px 5px;
}
.shipment-popup .shipment-popup-expe-content .table .table-row .col-md-auto,
.production-popup .shipment-popup-expe-content .table .table-row .col-md-auto,
.shipment-popup .production-popup-documents-content .table .table-row .col-md-auto,
.production-popup .production-popup-documents-content .table .table-row .col-md-auto {
  flex: 1;
  min-width: 18%;
}
.shipment-popup .shipment-popup-expe-content .table .table-row .col-sm,
.production-popup .shipment-popup-expe-content .table .table-row .col-sm,
.shipment-popup .production-popup-documents-content .table .table-row .col-sm,
.production-popup .production-popup-documents-content .table .table-row .col-sm {
  min-width: 12%;
}
.shipment-popup .shipment-popup-expe-content .table .table-row .quantity,
.production-popup .shipment-popup-expe-content .table .table-row .quantity,
.shipment-popup .production-popup-documents-content .table .table-row .quantity,
.production-popup .production-popup-documents-content .table .table-row .quantity {
  min-width: 5%;
}
.shipment-popup .shipment-popup-expe-content .table .table-row .lang,
.production-popup .shipment-popup-expe-content .table .table-row .lang,
.shipment-popup .production-popup-documents-content .table .table-row .lang,
.production-popup .production-popup-documents-content .table .table-row .lang {
  min-width: 5%;
}
.shipment-popup .shipment-popup-expe-content .table .table-row .title,
.production-popup .shipment-popup-expe-content .table .table-row .title,
.shipment-popup .production-popup-documents-content .table .table-row .title,
.production-popup .production-popup-documents-content .table .table-row .title {
  text-align: left;
  justify-content: flex-start;
}
.shipment-popup .shipment-popup-expe-content .table .table-row.label-row,
.production-popup .shipment-popup-expe-content .table .table-row.label-row,
.shipment-popup .production-popup-documents-content .table .table-row.label-row,
.production-popup .production-popup-documents-content .table .table-row.label-row {
  background: #1e1f23;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.shipment-popup .shipment-popup-expe-modalities .form-input-input,
.production-popup .shipment-popup-expe-modalities .form-input-input {
  width: 50%;
}
.shipment-popup .shipment-popup-expe-modalities label,
.production-popup .shipment-popup-expe-modalities label {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.shipment-popup .shipment-popup-expe-modalities input,
.production-popup .shipment-popup-expe-modalities input,
.shipment-popup .shipment-popup-expe-modalities textarea,
.production-popup .shipment-popup-expe-modalities textarea {
  width: 160px;
}
.shipment-popup .shipment-popup-expe-modalities select,
.production-popup .shipment-popup-expe-modalities select {
  width: 170px;
}
.flatpickr-input {
  display: none;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none !important;
}
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: rgba(63, 68, 88, 0.95);
  box-shadow: 1px 0 0 #3f4458, -1px 0 0 #3f4458, 0 1px 0 #3f4458, 0 -1px 0 #3f4458, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(102%);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #3f4458;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #3f4458;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: rgba(63, 68, 88, 0.95);
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #3f4458;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: rgba(63, 68, 88, 0.95);
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  background: transparent;
  color: #fff;
  fill: #fff;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(2.07%);
  z-index: 3;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
          /*rtl:begin:ignore*/
  /*
          */
  left: 0;
  /*
          /*rtl:end:ignore*/
  /*
          */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
          /*rtl:begin:ignore*/
  /*
          */
  right: 0;
  /*
          /*rtl:end:ignore*/
  /*
          */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #eee;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #a9de89;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(192, 187, 167, 0.1);
}
.numInputWrapper span:active {
  background: rgba(192, 187, 167, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.6);
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.6);
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.numInputWrapper:hover {
  background: rgba(192, 187, 167, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(192, 187, 167, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 315px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  min-width: 315px;
  max-width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: rgba(100, 108, 140, 0.95);
  border-color: rgba(100, 108, 140, 0.95);
}
.flatpickr-day.today {
  border-color: #eee;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #eee;
  background: #eee;
  color: #3f4458;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #76b74e;
  box-shadow: none;
  color: #fff;
  border-color: #76b74e;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #80cbc4;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 rgba(100, 108, 140, 0.95), 5px 0 0 rgba(100, 108, 140, 0.95);
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #3f4458;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.95);
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: rgba(255, 255, 255, 0.95);
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: rgba(109, 118, 151, 0.95);
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recipient-list-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.recipient-list-container .recipient-container {
  border: solid 1px white;
  padding: 2px;
  margin: 5px;
  display: inline-block;
  min-height: 110px;
  width: 250px;
  vertical-align: top;
}
.recipient-list-container .recipient-container .radio-button {
  margin-top: 10px;
  vertical-align: top;
}
.recipient-list-container .recipient-container .recipient-information {
  margin-top: 5px;
  margin-left: 10px;
  display: inline-block;
}
.tab-content {
  min-height: calc(100% - calc(252px));
}
.tab-content > .ordersPanel {
  min-height: calc(100% - calc(252px));
}
.tab-content > .ordersPanel > .documentsList .col-sender {
  flex: 0;
  flex-basis: 6%;
}
.tab-content > .ordersPanel > .documentsList .col-statuslocalized {
  flex: 0;
  flex-basis: 6%;
}
.tab-content > .ordersPanel > .documentsList .col-important {
  flex-basis: 6%;
}
.iconSvg {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  margin: auto;
  flex: 1 0 20px;
}
.iconSvg svg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
