body a {
  color: #de0800 !important;
}

.Acace__Tabs > ul > li a,
.Acace__Tabs button {
  color: #00457d !important;
}

.Acace__Tabs button.white {
  color: white !important;
}

.Acace__Logo {
  margin-bottom: 0.55em;
}

.Acace__Logo img {
  height: auto;
  max-width: 150px;
}

.Acace__Detail--size {
  margin: 0 0.5em;
}

.Select__Margin {
  margin-bottom: 12px;
}

.Text__White,
.Text__White.btn,
.btn-group.btn-group-sm button.react-bs-table-csv-btn,
li.active.page-item > a.page-link {
  color: white !important;
}

.panel-heading {
  background: #00457d !important;
  color: white !important;
  font-weight: bold;
}

.panel-heading a {
  color: white !important;
}

.logo_Operator_Lotshipp {
  width: 150px;
}

.Mosfashion {
  max-width: 210px !important;
}

.roadMap {
  margin: 30px;
}

.roadMapChebron {
  margin: 20px;
}

.roadMapNumber {
  font-color: green;
  font-size: 16px;
}

.roadMapBadge {
  background-color: grey;
}

.container {
  width: 100%;
  margin-left: 5px;
  top: 0px;
}

.newButtom {
  right: 10px;
}

.loading {
  z-index: 999999999;
}

.login-wrapper {
  font-size: 1.2em !important;
}

.login-wrapper .panel-body {
  padding: 15px 15px 2px 15px;
}

.login-wrapper .form-separator {
  padding: 0.5em;
}

.login-wrapper .icon-xl {
  font-size: 1.4em;
}

.login-wrapper .forgot-password-link {
  color: #00457d !important;
  font-size: 0.9em !important;
}

.login-footer {
  font-size: 0.75em;
}

.Acace__Field__Container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Acace__Field__Container .Acace__Field--edit {
  cursor: pointer;
}

.Acace__Field__Container .Acace__Field--edit span.glyphicon {
  font-size: 1.15em;
}

/*************** LOTSHIPPING PANEL NOTIFICATION *************/
.Lotshipping-Panel-Notification,
.Lotshipping-Panel-List,
.State-Panel-Notification {
  position: relative;
}

.Lotshipping-Panel-Notification .Lotshipping-Panel-List {
  max-height: 274px;
  height: auto;
  overflow-y: scroll;
}

.Lotshipping-Panel-List .Lotshipping-State {
  position: absolute;
  top: 8px;
  right: 12px;
}

.Lotshipping-Panel-List .Lotshipping-State.logo {
  top: 52px;
  max-width: 98px;
}

.Lotshipping-Panel-Notification .Lotshipping-Panel-Item {
  cursor: pointer !important;
}
/******************************************
				Calendario
******************************************/
.apointment {
  font-size: 9px;
}

.appoColor {
  height: 10px;
  width: 10px;
  float: right;
  margin-left: 3px;
  /*border: #F2F2F2 1px solid;*/
}

.today {
  background: #ced8f6;
}

.diaHora {
  border-right: 1px solid #81bef7;
}

.colHoras {
  border-left: 1px solid #81bef7;
  border-right: 1px solid #81bef7;
  font-size: 9px;
  min-height: 25px;
}

.calendarRowPair {
  border-top: 1px solid #81bef7;
}

.calendarRowInPair {
  border-top: 1px dashed #81bef7;
}

.calendar {
  background: #ceecf5; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    bottom,
    #ceecf5,
    white
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    bottom,
    #ceecf5,
    white
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    bottom,
    #ceecf5,
    white
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #ceecf5, white); /* Standard syntax */
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-container.flex-row {
  flex-direction: row;
}

.flex-container.flex-column {
  flex-direction: column;
}

.flex-container.space-around {
  justify-content: space-around;
}

.flex-container.space-between {
  justify-content: space-between;
}

.flex-container.justify-content-end {
  justify-content: flex-end;
}

.flex-container.justify-content-start {
  justify-content: flex-start;
}

.flex-container.align-items-center {
  align-items: center;
}

.flex-container.align-content-center {
  align-content: center;
}

.flex-container .align-self-end {
  align-self: flex-end;
}

.flex-container.flex-wrap {
  flex-wrap: wrap;
}

.flex-item {
  -webkit-flex: 1 1 14%;
  flex: 1 1 14%;
}

.badge-danger {
  background-color: red !important;
  width: 100% !important;
}

.badge-info {
  background-color: blue !important;
  width: 100% !important;
}

.badge-warnig {
  background-color: orange !important;
  width: 100% !important;
}

.badge-success {
  background-color: green !important;
  width: 100% !important;
}

.Returns__Filter {
  margin: 0.2em 0.5em;
}

.Returns__Filter label,
.Returns__Filter input {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

.Returns__Filter legend {
  font-size: 1.1em;
}

.Returns__Filter label {
  margin: 0 0.5em;
}

.Returns__Filter input {
  margin: 0 0.2em;
}

.LotShippings_Actions {
  vertical-align: middle;
  margin: 0.5em 0;
  padding: 0.3em;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
}

.LotShippings_Actions button {
  color: white !important;
}

.LotShippings_Actions button.btn-default {
  color: black !important;
}

.LotShippings_Actions button.btn-primary {
  font-size: 1.25em;
}

.Report__Toolbar .Report__Date button[name="prev"] + div.form-group {
  flex: 1;
}

.Report__Toolbar .Report__Date {
  display: flex;
  align-items: flex-start;
}

.IvaReport__Form {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.IvaReport__Form textarea {
  margin-right: 0.5em;
}
.IvaReport__Form button {
  margin-top: 0.5em;
}

.Dashboard__Filter .Dashboard__Filter--fields {
  padding: 0.5em 0 0 0 !important;
}

.ReturnedOrder__Action {
  padding: 0.3em 1em;
  margin-left: 1em;
  cursor: pointer;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .Report__Toolbar .Report__CSV--Button {
    margin-bottom: 0.5em;
  }

  .Report__Toolbar .Report__Submit--button {
    margin-top: 0.5em;
    float: right;
  }
}

@media screen and (max-width: 978px) {
  .Dashboard__Filter button[type="submit"],
  .Dashboard__Filter .Dashboard__Submit {
    float: none !important;
  }

  .Dashboard__Filter .Dashboard__Submit {
    text-align: center;
  }

  .Dashboard__Filter #client_select {
    max-width: 555px !important;
  }
}
/*
Reset styles
*/
.reset-this {
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: "\201C""\201D""\2018""\2019";
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  word-spacing: normal;
  z-index: auto;
}

.custom_overlay:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.loading_message {
  display: block;
  position: fixed;
  top: 25%;
  left: 58%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
  width: 70%;
  height: 64px;
  z-index: 9999;
  color: white;
  font-family: Georgia, Verdana, serif;
  font-weight: bold;
}

.spin-loader {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 75px;
  height: 75px;
  animation: spin 2s linear infinite;
}

.centered-text {
  display: block;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.25em;
  line-height: 1.1;
  margin: 0.2em auto;
  text-align: center;
  width: 100%;
  height: 30px;
  background-color: transparent;
}

.Logistic__Operator--select {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.5em 0 0.3em 0.6em;
}

.Logistic__Operator--extra {
  display: flex;
  align-items: center;
}

.Logistic__Operator--extra .date {
  height: 36px;
  padding: 0 1em;
  margin-top: 0.3em;
}
.Logistic__Operator--select .Select {
  width: 300px;
}

.Logistic__Operator--select .form-group {
  vertical-align: middle;
  margin-right: 0.5em;
  padding-top: 0.8em;
}

.DetailModal {
  width: 100%;
  max-width: 1021px;
}

.DetailModal .Customers_Without_Email {
  padding: 0.1em;
  max-height: 150px;
  overflow-y: scroll;
}

.CustomerNotificationDetail {
  padding: 0.5em;
  margin: 1.5em 0.5em;
  border-top: 1px solid black;
}

.CustomerNotificationDetail .FlexContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  margin-top: 1em;
}

.CustomerNotificationDetail .FlexContainer .item {
  margin: 0.5em 0.2em;
  margin-top: 1em;
  width: 100%;
  max-width: 300px;
  min-width: 250px;
  font-family: Arial, Helvetica, sans-serif;
}

.CustomerNotificationDetail .FlexContainer button.item {
  font-weight: bold;
  font-size: 1em;
  display: block;
}

.CustomerNotificationDetail .FlexContainer input.item {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid lightgray;
  padding: 0.5em;
  height: 36px;
  font-weight: bold;
  font-size: 1em;
}

.Select__Language {
  max-width: 220px !important;
  width: 100%;
}
.Shipment-Table {
  height: 250px;
  overflow: auto;
}

.Chart__Wrapper,
.Chart__Wrapper--only {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0.5em auto;
  padding: 0.4em;
}

.Chart__Wrapper canvas {
  max-width: 420px;
  max-height: 210px;
}

.OrdersChart__Wrapper {
  max-height: 385px;
  max-width: 100%;
}

.OrdersChart__Wrapper canvas {
  max-height: 385px !important;
}

.Dataset__Legends {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5em;
  list-style: none;
}

.Dataset__Legends li {
  padding: 0.2em;
  margin: 0.5em 0.3em;
}

.Dataset__Legends li > .legend {
  width: 100%;
  width: 50px;
  height: 15px;
  border-radius: 3px;
}

.Dataset__Legends li > span {
  display: block;
  width: 100%;
  max-width: 53px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.InvoiceForm__Wrapper {
  padding: 0.1em;
  width: 100%;
}

.InvoiceForm__Wrapper button[type="submit"] {
  margin-top: 1.5em;
  margin-left: auto;
  display: block;
}

.InvoiceForm__Wrapper button[type="submit"]:hover {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.98em;
}

.InvoiceForm__Wrapper .InvoiceForm__Prices {
  margin-top: 0.5em;
  padding: 0.2em;
}

.InvoiceForm__Wrapper .Invoice__Selector {
  margin-bottom: 0.5em;
}

.CreateConsolidateLabel {
  margin: 0.5em;
  position: absolute;
  top: 218px;
  right: 0;
  bottom: 0;
}

.FixedAlert {
  position: fixed;
  top: 0;
  left: 23%;
  width: 100%;
  z-index: 9999;
  max-width: 53%;
  overflow: auto;
  max-height: 650px;
}

.CreateConsolidateLabel input,
.CreateConsolidateLabel button {
  margin-left: 0.5em;
}

.Status-Formatter {
  display: block;
  margin-bottom: 0.1em;
  padding: 0.5em 0.2em;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.Status-Formatter .Status-Formatter-Child {
  position: relative;
  font-weight: bold;
  font-size: 0.89em;
  word-wrap: break-word;
  white-space: pre-line;
  max-width: 141px;
  text-align: center;
}

.Absolute-Display {
  position: absolute;
  top: 0;
  right: 100px;
  transform: translate(50%);
  margin-top: 0.65em;
  font-size: 1.12em;
}

.consolidate-data p {
  margin-bottom: 3px;
}

.notification-container {
  padding: 0.2em 1.2em;
  margin: 0.5em 0;
  max-height: 374px;
  height: auto;
  overflow-y: scroll;
}

.notification-container .notification-box .notification-id {
  position: absolute;
  right: 6px;
  top: 5px;
}

.toggle-zone {
  border-bottom: 1px solid lightgray;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-grid {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
  width: 64px;
  height: 64px;
  z-index: 9999;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.font-family-lato {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.chart-loader,
.chart-loader:before,
.chart-loader:after {
  background: #1a0202;
  -webkit-animation: report-bars 1s infinite ease-in-out;
  animation: report-bars 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.chart-loader {
  color: #1a0202;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.chart-loader:before,
.chart-loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.chart-loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.chart-loader:after {
  left: 1.5em;
}

.chart-loader.small,
.chart-loader.small:before,
.chart-loader.small:after {
  width: 0.5em;
  height: 1em;
}

.chart-loader.normal,
.chart-loader.normal:before,
.chart-loader.normal:after {
  width: 2em;
  height: 3em;
}

.chart-loader.large,
.chart-loader.large:before,
.chart-loader.large:after {
  width: 5em;
  height: 4.5em;
}

.state-panel {
  position: relative;
  text-align: center;
  padding: 0.5em;
  max-height: 136px;
  font-family: Lato;
}

.state-panel img {
  max-height: 45px;
  margin-bottom: 0.3em;
}

@-webkit-keyframes report-bars {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes report-bars {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.basic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 5px 13px;
  align-items: stretch;
}
.basic-grid .grid-item {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}

.label-basic {
  position: absolute;
  top: -6.1px;
  right: -1px;
}

.label-basic span {
  position: relative;
  display: block;
  text-align: center;
  background: #ffe03b;
  font-size: 14px;
  line-height: 1;
  padding: 8px 0 5px 0;
  border-top-right-radius: 8px;
  width: 69px;
}

.label-basic span:before {
  position: absolute;
  content: "";
}

.label-basic span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #ffe03b;
}

.label-basic.success,
.label-basic.success span,
.label-basic.success span:before,
.label-basic.delivered,
.label-basic.delivered span,
.label-basic.delivered span:before {
  background: #5dca1e;
}

.label-basic.success,
.label-basic.danger,
.label-basic.delivered,
.label-basic.error,
.label-basic.return {
  color: white;
}

.label-basic.danger,
.label-basic.danger span,
.label-basic.danger span:before,
.label-basic.error,
.label-basic.error span,
.label-basic.error span:before {
  background: #b33110;
}

.label-basic.neutral,
.label-basic.neutral span,
.label-basic.neutral span:before {
  background: #dbce10;
}

.label-basic.info,
.label-basic.info span,
.label-basic.info span:before,
.label-basic.return,
.label-basic.return span,
.label-basic.return span:before {
  background: #35486a;
}

.panel-header-basic {
  display: block;
  width: 100%;
  padding: 0.25em;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid white;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.panel-header-basic.delivered {
  background-color: #54952e;
  border-color: #54952e;
  color: white;
}

.panel-header-basic.error {
  background-color: #a12828;
  border-color: #a12828;
  color: white;
}

.panel-header-basic.transit {
  background-color: #ccaf0b;
  border-color: #ccaf0b;
  color: white;
}

.panel-header-basic.preparation {
  background-color: #f1d530;
  border-color: #f1d530;
  color: white;
}

.panel-header-basic.return {
  background-color: #35486a;
  border-color: #35486a;
  color: white;
}

.toggle-component {
  font-size: 2rem;
  color: #171717;
  width: 50px;
  height: 20px;
  background: #777777;
  border: 1px solid #555;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color background-color 0.3s;
  margin: 10px;
}
.toggle-component.active {
  background: #66cc99;
  border-color: #dfdfdf;
}
.toggle-component.active .toggle-button {
  right: -2px;
}
.toggle-component .toggle-button {
  position: absolute;
  top: -3px;
  right: 50%;
  height: 26px;
  width: 26px;
  background: #dfdfdf;
  box-shadow: 0 0 5px #555;
  border-radius: 50%;
  transition: right 0.3s;
}

.mr-1 {
  margin-right: 0.5em;
}

.mr-2 {
  margin-right: 1em;
}
.mr-3 {
  margin-right: 2em;
}
.mr-4 {
  margin-right: 3em;
}
.mr-5 {
  margin-right: 4em;
}

.ml-1 {
  margin-left: 0.5em;
}

.ml-2 {
  margin-left: 1em;
}
.ml-3 {
  margin-left: 2em;
}
.ml-4 {
  margin-left: 3em;
}
.ml-5 {
  margin-left: 4em;
}

.mt-1 {
  margin-top: 0.5em;
}

.mt-2 {
  margin-top: 1em;
}
.mt-3 {
  margin-top: 2em;
}
.mt-4 {
  margin-top: 3em;
}
.mt-5 {
  margin-top: 4em;
}

.mb-1 {
  margin-bottom: 0.5em;
}

.mb-2 {
  margin-bottom: 1em;
}
.mb-3 {
  margin-bottom: 2em;
}
.mb-4 {
  margin-bottom: 3em;
}
.mb-5 {
  margin-bottom: 4em;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.m-none {
  margin: 0;
}

.p-none {
  padding: 0;
}
.py-1 {
  padding-top: 0.5em;
}

.py-2 {
  padding-top: 1em;
}

.py-3 {
  padding-top: 1.75em;
}

.py-4 {
  padding-top: 2em;
}

.py-5 {
  padding-top: 2.5em;
}

.pb-1 {
  padding-top: 0.5em;
}

.pb-2 {
  padding-top: 1em;
}

.pb-3 {
  padding-top: 1.75em;
}

.pb-4 {
  padding-top: 2em;
}

.pb-5 {
  padding-top: 2.5em;
}

.pr-1 {
  padding-top: 0.5em;
}

.pr-2 {
  padding-top: 1em;
}

.pr-3 {
  padding-top: 1.75em;
}

.pr-4 {
  padding-top: 2em;
}

.pr-5 {
  padding-top: 2.5em;
}

.pl-1 {
  padding-top: 0.5em;
}

.pl-2 {
  padding-top: 1em;
}

.pl-3 {
  padding-top: 1.75em;
}

.pl-4 {
  padding-top: 2em;
}

.pl-5 {
  padding-top: 2.5em;
}

.font-size-85em {
  font-size: 0.85em;
}

.font-size-1em {
  font-size: 1em;
}

.font-size-11em {
  font-size: 1.1em;
}

.font-size-12em {
  font-size: 1.2em;
}

.font-size-13em {
  font-size: 1.3em;
}

.font-size-15em {
  font-size: 1.5em;
}

.font-size-16em {
  font-size: 1.5em;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}
.pointer {
  cursor: pointer !important;
}

.hide-item {
  display: none;
}

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

.max-width-200 {
  max-width: 200px;
}

.notification-panel-refresh-button {
  position: absolute;
  top: 1px;
  right: 16px;
  height: 40px;
  vertical-align: middle;
}

.notification-panel-refresh-button .glyphicon {
  color: white !important;
  font-size: 1.25em;
  vertical-align: middle;
}


.list-item-editable {
  background: #f4f4c4;
}