nav {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fafafa;
  padding: 0 0 0 52px;
  z-index: 100;
  font-size: 0px;
  white-space: nowrap;
}
nav span {
  white-space: nowrap;
}
nav .fa-user {
  font-size: 25px;
  vertical-align: middle;
}
nav .logoContainer {
  display: inline-block;
  width: 191px;
  height: 80px;
  overflow: hidden;
  font-size: 34px;
  line-height: 80px;
  vertical-align: top;
  border-right: 1px solid #e9e9e9 !important;
}
nav .logoEST {
  position: absolute;
  display: block;
  background-image: url("../Resource/ensotech150x46.png");
  width: 150px;
  height: 50px;
  margin-top: 15px;
  margin-right: 41px;
}
nav .user {
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  vertical-align: top;
  height: 80px;
  line-height: 80px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 14px;
  margin: 0;
  font-family: "Open Sans", Tahoma, Verdana, Arial, serif;
  font-weight: 900;
  background-color: white;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  color: #84c11d;
}
nav .cell {
  display: block;
  text-align: center;
  position: relative;
  vertical-align: top;
  height: 80px;
  line-height: 80px;
  padding-left: 38px;
  padding-right: 38px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  margin: 0px;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  font-weight: 900;
  border-right: 1px solid #e9e9e9;
  color: #84c11d;
}
nav .cell .arrowDown, nav .cell .arrowRight {
  display: none;
  position: absolute;
  box-sizing: border-box;
  left: calc(50% - 8px);
  top: calc(50% + 14px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #84c11d;
}
nav .cell .arrowRight {
  bottom: calc(50% - 8px);
  right: calc(50% + 14px);
}
nav .cell .logoElix {
  position: relative;
  display: inline-block;
  top: 20px;
  vertical-align: top;
  background: url("../Resource/elix60x28.png");
  width: 60px;
  height: 28px;
}
nav a {
  display: inline-block;
  text-decoration: none !important;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
nav .selectedView {
  background: rgb(233, 233, 233);
  background: -moz-linear-gradient(left, rgb(233, 233, 233) 0%, rgb(250, 250, 250) 25%, rgb(250, 250, 250) 75%, rgb(233, 233, 233) 100%);
  background: -webkit-linear-gradient(left, rgb(233, 233, 233) 0%, rgb(250, 250, 250) 25%, rgb(250, 250, 250) 75%, rgb(233, 233, 233) 100%);
  background: linear-gradient(to right, rgb(233, 233, 233) 0%, rgb(250, 250, 250) 25%, rgb(250, 250, 250) 75%, rgb(233, 233, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9',GradientType=1 );
  color: rgb(48, 48, 48);
  border-spacing: 0px;
  margin: 0;
}
nav .selectedView .arrowDown, nav .selectedView .cell .arrowRight, nav .cell .selectedView .arrowRight {
  display: inline-block;
}

a.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #A9A9A9 !important;
}
a.not-active div {
  color: #A9A9A9;
}
a.not-active span {
  color: #A9A9A9;
}

tab {
  position: fixed;
  width: 100%;
  max-height: 80px;
  top: 80px;
  left: 0;
  background-color: #f0f0f0;
  background: rgb(223, 223, 223);
  background: -moz-linear-gradient(top, rgb(223, 223, 223) 0%, rgb(240, 240, 240) 45%, rgb(240, 240, 240) 100%);
  background: -webkit-linear-gradient(top, rgb(223, 223, 223) 0%, rgb(240, 240, 240) 45%, rgb(240, 240, 240) 100%);
  background: linear-gradient(to bottom, rgb(223, 223, 223) 0%, rgb(240, 240, 240) 45%, rgb(240, 240, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f0f0f0',GradientType=0 );
  padding: 0 0 0 0;
  z-index: 99;
  overflow: auto;
  /*span{
      white-space:nowrap;
  }*/
}
tab .button {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 30px;
  margin: 0px;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  font-weight: 900;
  color: #84c11d;
}
tab a {
  text-decoration: none !important;
}
tab .selectedTab {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ffffff+15 */
  background: rgb(236, 236, 236); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 15%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 15%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 15%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  color: rgb(48, 48, 48);
}
tab .Hejhej {
  background: red;
}

.est-field {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: top;
  background: white;
  line-height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin: 0;
  width: 230px;
  height: 30px;
}
.est-field .caret {
  display: none;
}

.est-num {
  text-align: right;
  background: #DEF5B6;
  width: 150px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #84c11d;
  padding-right: 5px;
}

.est-text {
  text-align: left;
  background: #DEF5B6;
  width: 150px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #84c11d;
  padding-left: 5px;
}

.est-text:read-only {
  background-color: #f2f2f2;
  border-color: #d1d1d1;
  color: black;
}

.est-label {
  margin-bottom: 0;
}

.est-num:read-only {
  background-color: #f2f2f2;
  border-color: #d1d1d1;
  color: black;
}

.est-data-field {
  text-align: right;
  background: #DEF5B6;
  width: 100%;
  line-height: 28px;
  height: 31px;
  border: 1px solid transparent;
  padding-right: 5px;
}

.est-data-field.alternative {
  text-align: right;
  background: #f5f3b6;
  width: 100%;
  line-height: 28px;
  height: 31px;
  border: 1px solid transparent;
  padding-right: 5px;
}

.est-data-field-error {
  border: 1px solid #FF5D5D !important;
}

.est-data-field-error {
  border: 1px solid #FF5D5D !important;
}

.est-postfixed-small-field {
  padding-right: 20px;
  text-align: right;
}

.est-postfixed-small-unit-field {
  margin-left: -15px;
}

.est-postfixed-medium-field {
  padding-right: 30px;
  text-align: right;
}

.est-postfixed-medium-unit-field {
  margin-left: -25px;
}

.est-btn {
  background: #303030;
  color: #84c11d;
  margin-top: 0;
  height: 30px;
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  font-weight: 900;
  border: 0 solid black;
  border-radius: 3px;
  box-sizing: border-box;
  outline: none !important;
}

.est-btn:disabled {
  cursor: default !important;
  pointer-events: none !important;
}

.est-locked {
  background: #f2f2f2;
}

.est-btn:hover {
  background: #555454;
  color: white;
}

.est-btn:active {
  background: #555454;
  color: #84c11d;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5), 0 0 0 1px #84c11d;
}

.est-btn:focus {
  background: #555454;
  color: white;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5), 0 0 0 1px #84c11d;
}

.est-alt-btn {
  margin-top: 0;
  height: 30px;
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  font-weight: 900;
  border: 0 solid #84c11d;
  border-radius: 3px;
  box-sizing: border-box;
  outline: none !important;
  background: #84c11d;
  color: white;
}

.est-alt-btn:disabled {
  cursor: default !important;
  pointer-events: none !important;
}

.est-red-btn {
  margin-top: 0;
  height: 30px;
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  font-weight: 900;
  border: 0 solid #84c11d;
  border-radius: 3px;
  box-sizing: border-box;
  outline: none !important;
  background: #FF5D5D;
  color: white;
}

.est-alt-btn:hover {
  background: #6b9d17;
  color: white;
}

.est-alt-btn:active {
  /*background: $green;
  box-shadow: inset 0 5px 10px rgba(0,0,0,0.5),
              0 0 0 1px $green;*/
}

.est-btn-small {
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.est-btn-small:disabled {
  cursor: default !important;
  pointer-events: none !important;
}

input:disabled + label {
  color: #ccc;
}

.est-alt-btn:focus {
  background: #84c11d;
  color: white;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5), 0 0 0 1px #84c11d;
}

.est-btn-error {
  border: 1px solid #FF5D5D;
}

.est-btn-datepicker {
  background: #303030;
  color: #84c11d;
  margin-top: 0;
  height: 30px;
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  font-weight: 900;
  border: 0 solid black;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  margin-left: -7px;
  outline: none !important;
}

.est-btn-datepicker:disabled {
  cursor: default !important;
  pointer-events: none !important;
}

.est-btn-datepicker:hover {
  background: #555454;
  color: white;
}

.est-btn-datepicker:active {
  background: #555454;
  color: #84c11d;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5), inset 0 0 0 1px #84c11d;
}

.est-btn-datepicker:focus {
  background: #555454;
  color: white;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5), inset 0 0 0 1px #84c11d;
}

.datepicker {
  min-width: 300px;
}

.datepicker .btn-today, .timepicker .btn-today {
  background-color: rgba(103, 177, 47, 0.2509803922);
  border-color: #84c11d;
  color: #84c11d;
  font-weight: 900;
}
.datepicker .btn-today .text-muted, .timepicker .btn-today .text-muted {
  color: #84c11d;
}
.datepicker .btn-primary, .timepicker .btn-primary {
  background-color: #84c11d;
  border-color: #6b9d17;
}
.datepicker .btn-primary .text-muted, .timepicker .btn-primary .text-muted {
  color: white;
}

.est-btn-file-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.est-text-large {
  width: 200px !important;
  line-height: 30px;
  height: 30px;
}

.est-text-small {
  width: 50px !important;
  line-height: 30px;
  height: 30px;
}

.est-large, .est-order-table .est-table-cell .est-large-thin, .est-large-thin {
  width: 200px !important;
  line-height: 30px;
  height: 30px;
}
.est-large-thin {
  line-height: 20px;
  height: 22px;
}

.est-order-table .est-table-cell .est-large, .est-order-table .est-table-cell .est-large-thin {
  width: 200px !important;
  line-height: 30px;
  height: 30px;
}
.est-order-table .est-table-cell .est-large-thin {
  line-height: 20px;
  height: 22px;
}

.est-medium {
  width: 140px !important;
  line-height: 30px;
  height: 30px;
}

.est-medium-thin {
  width: 140px !important;
  line-height: 20px;
  height: 22px;
}

.est-medium-small {
  width: 100px !important;
  line-height: 30px;
  height: 30px;
}

.est-medium-small-thin {
  width: 100px !important;
  line-height: 20px;
  height: 22px;
}

.est-small {
  background: #DEF5B6;
  width: 70px !important;
  line-height: 30px;
  height: 30px;
}

.est-small-thin {
  background: #DEF5B6;
  width: 70px !important;
  line-height: 20px;
  height: 22px;
}

.est-margin {
  margin-left: 30px;
}
.est-margin-left-2 {
  margin-left: 2px;
}
.est-margin-left-5 {
  margin-left: 5px;
}
.est-margin-left-10 {
  margin-left: 10px;
}
.est-margin-right-2 {
  margin-right: 2px;
}
.est-margin-right-5 {
  margin-right: 5px;
}
.est-margin-right-10 {
  margin-right: 10px;
}

.est-group {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.est-addon {
  background: black;
  color: white;
  text-align: center;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  border: 1px solid #84c11d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.est-select {
  background: red;
  appearance: none;
  padding-left: 5px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url("../Resource/selectarrow.png") no-repeat;
  background-position: center right;
  cursor: pointer;
  outline-color: #84c11d;
  border-color: #84c11d;
  width: 250px;
}
.est-select .caret {
  display: none;
}
.est-select .active a:hover {
  background-color: #84c11d;
}

.dropdown-menu.select {
  width: 250px;
}
.dropdown-menu.select.am-fade {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
.dropdown-menu.select a:hover {
  background-color: #e7e7e7;
}
.dropdown-menu.select a:focus {
  background-color: #e7e7e7;
}
.dropdown-menu.select .active a {
  background-color: #84c11d;
}
.dropdown-menu.select .active a:hover {
  background-color: #84c11d;
}
.dropdown-menu.select .active a:active {
  background-color: #84c11d;
}
.dropdown-menu.select .active a:focus {
  background-color: #84c11d;
}

.est-filter {
  width: 32px;
  height: 17px;
  float: right;
  color: rgba(48, 48, 48, 0);
}

.est-filter > option {
  color: #303030;
}

.est-table-select {
  background: red;
  appearance: none;
  padding-left: 5px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url("../Resource/selectarrow.png") no-repeat;
  background-position: center right;
  cursor: pointer;
  outline-color: #84c11d;
  border-color: #84c11d;
  width: 100%;
}

.est-table-select-error {
  outline-color: #FF5D5D !important;
  border-color: #FF5D5D !important;
}

.est-table-select-disabled {
  background: transparent;
  border: none;
}

select *.white {
  background-color: #FFF;
  color: #000;
}

.est-select-smaller {
  background: red;
  appearance: none;
  padding-left: 5px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url("../Resource/selectarrow.png") no-repeat;
  background-position: center right;
  cursor: pointer;
  width: 150px;
}

.est-select-smaller-container .select.dropdown-menu {
  width: 150px;
  min-width: 150px;
}

.est-select-evensmaller {
  background: red;
  appearance: none;
  padding-left: 5px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url("../Resource/selectarrow.png") no-repeat;
  background-position: center right;
  cursor: pointer;
  width: 100px;
}

.est-select-smallest {
  background: red;
  appearance: none;
  padding-left: 5px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url("../Resource/selectarrow.png") no-repeat;
  background-position: center right;
  cursor: pointer;
  width: 60px;
}

button.dropdown-toggle > i {
  padding-right: 10px;
}

/*input[type=submit] {
    background: black;
    color: $green;
    margin-top:4px;
    height: 30px;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-weight: 900;
    border: 0px solid black;
    border-radius: 3px;
    box-sizing: border-box;
}*/
select::-ms-expand {
  display: none;
}

.est-focus-alt:focus-within:focus:focus-visible {
  outline: 2px solid #84c11d;
  outline-offset: -2px;
}

.est-focus-alt-secondary:focus-within:focus:focus-visible {
  outline: 2px solid #c1be1d;
  outline-offset: -2px;
}

.est-focus-none:focus-within:focus:focus-visible {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=week] {
  -moz-appearance: textfield;
}

input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=week]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=week]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=week]::-webkit-search-decoration,
input[type=week]::-webkit-search-cancel-button,
input[type=week]::-webkit-search-results-button,
input[type=week]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

.attention {
  color: #CC2A2A;
}

.est-link {
  color: #6b9d17;
  cursor: pointer;
}

.est-flex, .est-flex-row, .est-flex-column, .est-flex-center {
  display: flex;
}
.est-flex-center {
  align-items: center;
}
.est-flex-column {
  flex-direction: column;
}
.est-flex-row {
  flex-direction: row;
}

.est-display-block {
  display: block;
}

.est-table {
  display: table;
  border-collapse: separate;
  border: 0px solid transparent;
  border-spacing: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.est-table.table-list {
  border-spacing: 0 20px;
  padding-left: 10px;
}
.est-table.table-list-small {
  border-spacing: 0 5px;
}

.est-fixed-table {
  table-layout: fixed;
}

.est-table-static-wide {
  width: 1600px;
}

.est-button-column {
  width: 0, 5% !important;
}

.est-table-heading {
  display: table;
  border-collapse: separate;
  border: 0px solid transparent;
  width: calc(100% - 45px);
  border-spacing: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
}

.est-table-heading-btn {
  height: 18px;
}

.est-approve-multiple {
  vertical-align: top !important;
  text-align: left;
  padding: 0 0 0 35px;
}

.est-table-tight {
  border-collapse: separate;
  border-spacing: 0;
  color: #4a4a4d;
  margin-bottom: 5px;
}

.est-table-tight.am-fade {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.est-row-hover:hover {
  background-color: #f5f5f5;
}

.est-row-hover-active:hover {
  background-color: #fdffc2 !important;
}

.est-row-hover-active-manual {
  background-color: #fdffc2 !important;
}

.est-row-checked {
  background-color: #DEF5B6 !important;
}

.est-dist-year-cell {
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #cecfd5;
  border-left: 1px solid #cecfd5;
  width: 4.34%;
  font-size: 12px;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  height: 14px;
}

.est-table-fixed {
  display: block;
  border-collapse: separate;
  border: 0px;
  border-spacing: 0px;
  white-space: nowrap;
}

.est-row {
  display: table-row;
}

.est-right {
  text-align: right !important;
}

.est-center {
  text-align: center !important;
  text-align: -webkit-center !important;
}

.est-top {
  vertical-align: top !important;
}

.est-left {
  text-align: left !important;
}

.est-float-right {
  float: right;
}

.est-float-left {
  float: left;
}

.est-flex-space-between {
  display: flex;
  justify-content: space-between;
}

.est-cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  background: white !important;
}

.est-full-width {
  width: 100%;
}

.est-full-height {
  height: 100% !important;
}

.est-three-quarter-width {
  width: 75%;
}

.est-two-third-width {
  width: 66%;
}

.est-half-width {
  width: 50%;
}

.est-third-width {
  width: 32%;
}

.est-short-width {
  width: 5%;
}

.est-padding-right {
  padding-right: 50px;
}

.est-padding-left {
  padding-left: 50px;
}
.est-padding-left-5 {
  padding-left: 5px;
}
.est-padding-left-10 {
  padding-left: 10px;
}
.est-padding-left-15 {
  padding-left: 15px;
}
.est-padding-left-20 {
  padding-left: 20px;
}

.est-padding-top-small {
  padding-top: 5px;
}

.est-vertical-align-middle {
  vertical-align: middle;
}

.est-vertical-align-top {
  vertical-align: top;
}

.est-vertical-align-middle-children > button {
  vertical-align: middle;
}

.est-vertical-align-bottom {
  vertical-align: bottom;
}

.est-small-padding-right {
  padding-right: 5px;
}

.est-padding-lr-10 {
  padding: 0 10px 0 10px;
}

.est-padding-lr-20 {
  padding: 0 20px 0 20px;
}

.est-padding-lr-30 {
  padding: 0 30px 0 30px;
}

.est-padding-lr-40 {
  padding: 0 40px 0 40px;
}

.est-padding-lr-50 {
  padding: 0 50px 0 50px;
}

table .est-cell-padding-medium {
  padding: 10px;
}

table .est-cell-padding-small {
  padding: 5px;
}

.est-slim-padding-right {
  padding-top: 0px !important;
  padding-right: 10px !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

.est-slim-padding-sides {
  padding-top: 0px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-bottom: 0px !important;
}

/*.est-table-cell{
    border-bottom: 1px solid  rgba(237,237,237,1);
}*/
.est-table-cell-tooltip:hover {
  cursor: inherit;
  position: relative;
}

.est-table-cell-tooltip span {
  display: none;
}

.est-table-cell-tooltip:hover span {
  border: #4a4a4d 1px dotted;
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  background: #fefef5;
  left: 0px;
  margin: 10px;
  width: auto;
  position: absolute;
  top: 10px;
  font-size: 14px;
}

.est-table-cell-tooltip {
  padding: 5px;
  text-align: right;
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
  width: 4.34%;
  font-size: 12px;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  height: 14px;
  white-space: nowrap;
}

.tooltip {
  width: 70px;
}

.tooltip.am-fade {
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.tooltip.nowidth {
  width: auto;
}

.tooltip .tooltip-inner {
  background: #303030;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #303030;
}

.tooltip.right .tooltip-inner {
  text-align: left;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #303030;
}

.tooltip.tooltip-error .tooltip-inner {
  background: #FF5D5D;
  padding: 3px 5px;
}

.tooltip.tooltip-error .tooltip-arrow {
  border-bottom-color: #FF5D5D;
}

.tooltip.tooltip-warning .tooltip-arrow {
  border-bottom-color: #ff8b28;
}

.tooltip.tooltip-warning .tooltip-inner {
  background: #ff8b28;
}

.tooltip.est-key-tooltip {
  position: fixed;
}

.tooltip.est-key-tooltip .tooltip-inner {
  border-bottom-color: black;
}

.tooltip.est-key-tooltip .tooltip-arrow {
  border-bottom-color: black;
}

.est-table-cell {
  padding: 5px;
  text-align: right;
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
  width: 4.34%;
  font-size: 12px;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  height: 14px;
  white-space: nowrap;
  position: relative;
}

.est-table-cell-nowidth {
  padding: 5px;
  text-align: right;
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
  font-size: 12px;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  height: 14px;
  white-space: nowrap;
  position: relative;
}

.est-table-postfixed-cell {
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
  font-size: 12px;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  height: 14px;
  white-space: nowrap;
}

.est-table-slim-cell {
  padding: 5px;
  text-align: right;
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
  width: 1%;
  font-size: 12px;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  height: 14px;
  white-space: nowrap;
}

.est-table-slim-cell-error-topbottom {
  border-bottom: 1px solid #FF5D5E;
  border-top: 1px solid #FF5D5E;
}

.est-table-slim-cell-error-left {
  border-left: 1px solid #FF5D5E;
}

.est-table-slim-cell-error-right {
  border-right: 1px solid #FF5D5E;
}

.est-table-icon-cell {
  padding-bottom: 0px;
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
  width: 4.34%;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  height: 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
}

.est-table-icon-cell > i {
  font-size: 14px !important;
  margin-bottom: 3px;
}

.est-table-cell-small {
  width: 100px !important;
}

.est-table-cell:first-child {
  border-left: 1px solid #cecfd5;
}

.est-table-head-gradient {
  background: rgb(233, 233, 233); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(233, 233, 233) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(233, 233, 233) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(233, 233, 233) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  height: 42px;
  vertical-align: middle;
  padding-left: 5px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid white;
  font-size: 14px;
  width: 4.34%;
  color: #303030;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  text-align: center;
  border-radius: 0 !important;
}

.est-table-head-gradient:last-child {
  border-right: 1px solid #d1d1d1 !important;
}

.est-table-body tr:nth-child(even) {
  background: #fafafb;
}

.est-table-three-stripes tbody tr:nth-child(3n) {
  background-color: rgb(233, 233, 233);
}

.est-table-border {
  border-left: 1px solid #303030;
}

.est-min-size-medium-cell {
  min-width: 85px;
}

.est-table-head, .est-table-head-alt-1 {
  background-color: #303030;
  color: white;
  vertical-align: bottom;
  text-align: center;
  padding: 5px;
  width: 4.34%;
  font-size: 12px;
  border-bottom: 1px solid #303030;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.est-table-head-alt-1 * th {
  vertical-align: middle;
  height: 35px;
}

.est-table-head-nowidth {
  background-color: #303030;
  color: white;
  vertical-align: bottom;
  text-align: center;
  padding: 5px;
  font-size: 12px;
  border-bottom: 1px solid #303030;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-radius: 0 !important;
}

.est-table-head-fixed-width {
  background-color: #303030;
  color: white;
  vertical-align: bottom;
  text-align: center;
  padding: 5px;
  width: 70px !important;
  font-size: 12px;
  border-bottom: 1px solid #303030;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-radius: 0 !important;
}

.est-table-slim-head {
  background-color: #303030;
  color: #a7a5a5;
  vertical-align: bottom;
  text-align: center;
  padding: 5px;
  font-size: 12px;
  border-bottom: 1px solid #303030;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.est-table-foot {
  background-color: #303030;
  color: #a7a5a5;
  vertical-align: central;
  text-align: right;
  padding: 5px;
  font-weight: normal;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-radius: 0 !important;
}

.est-dash-border-horizontal {
  border-left: 1px solid #d1d1d1;
}

.est-dash-border-vertical {
  border-top: 1px solid #d1d1d1;
  padding-top: 5px;
}

.est-dash-bottom-padding {
  padding-bottom: 5px;
}

.est-cell-warning {
  background: #ffb3b3;
}

.est-margin-top {
  margin-top: 10px;
}
.est-margin-top-20 {
  margin-top: 20px;
}
.est-margin-top-50 {
  margin-top: 50px;
}
.est-margin-top-80 {
  margin-top: 80px;
}
.est-margin-top-100 {
  margin-top: 100px;
}

.est-margin-bottom {
  margin-bottom: 10px;
}
.est-margin-bottom-20 {
  margin-bottom: 20px;
}
.est-margin-bottom-50 {
  margin-bottom: 50px;
}
.est-margin-bottom-80 {
  margin-bottom: 80px;
}
.est-margin-bottom-100 {
  margin-bottom: 100px;
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  overflow: auto;
}

th.title-column {
  width: 200px;
}

th.month-column {
  width: 115px;
}

.est-order-table {
  width: calc(100% - 60px);
}
.est-order-table .est-table-head, .est-order-table .est-table-head-alt-1 {
  width: auto;
}
.est-order-table .est-table-select {
  padding-right: 30px;
  width: 100% !important;
  min-width: 70px;
}
.est-order-table .est-medium-thin {
  min-width: 140px;
}

table thead tr > :first-child {
  border-top-left-radius: 7px;
}

table thead tr > :last-child {
  border-top-right-radius: 7px;
}

table > tbody:last-of-type > tr:last-of-type > :first-child {
  border-bottom-left-radius: 7px;
}

table > tbody:last-of-type > tr:last-of-type > :last-child {
  border-bottom-right-radius: 7px;
}

table > tbody:first-of-type > tr:first-of-type > .est-table-head:first-child, table > tbody:first-of-type > tr:first-of-type > .est-table-head-alt-1:first-child {
  border-top-left-radius: 7px;
}
table > tbody:first-of-type > tr:first-of-type > .est-table-slim-head:first-child {
  border-top-right-radius: 7px;
}

table > tbody:first-of-type > tr:first-of-type > .est-table-head:last-child, table > tbody:first-of-type > tr:first-of-type > .est-table-head-alt-1:last-child {
  border-top-right-radius: 7px;
}
table > tbody:first-of-type > tr:first-of-type > .est-table-slim-head:last-child {
  border-top-right-radius: 7px;
}

@font-face {
  font-family: Sora;
  src: url(../lib/fonts/Sora-VariableFont_wght.ttf);
}
html, body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "Open Sans", Tahoma, Verdana, Arial;
  height: 98% !important;
}

main {
  margin-left: 0;
}

.fit-content {
  width: fit-content;
  width: -moz-fit-content;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.container-fluid {
  margin: 0px;
  padding: 0;
}

.content-margin {
  margin-left: 30px;
}

.report {
  border: none;
  overflow: hidden;
  position: relative;
  width: 98%;
  height: 100%;
  margin-top: 20px;
}

.dash-report {
  border: none;
  overflow: hidden;
  position: relative;
  margin-top: 8px;
}

.info {
  background-color: grey;
  height: 300px;
}

.SettingsAndHelp {
  float: right;
}

.dashboardinfo {
  background-color: gray;
  height: 150px;
  width: 100%;
  padding-top: 10%;
  padding-left: 10px;
  color: black;
}

.card {
  margin-top: 30px;
  color: grey;
  border: black;
  height: 100px;
}

.bigdiv {
  height: 700px;
}

.est-rounded, .est-input {
  border-radius: 3px;
}

.est-rounded-left {
  border-radius: 3px 0 0 3px;
}

.est-rounded-right {
  border-radius: 0 3px 3px 0;
}

.est-border, .est-input {
  border: 1px solid #84c11d;
}

.est-inner-shadow-green, .est-input {
  box-shadow: inset 0 0 10px rgba(132, 193, 29, 0.431372549);
}
.est-inner-shadow-green-less {
  box-shadow: inset 0 0 3px rgba(132, 193, 29, 0.431372549);
}

/*
.table{
    border-collapse: collapse;
    border: 1px solid black;
}

td input {
    text-align: right;
}
th {
    background-color: black;//OBS TEMPORARY TODO
    color: grey;//OBS TEMPORARY TODO
    vertical-align: bottom;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid black;
    border-left:1px dotted grey;
    border-right:1px dotted grey;
}
.td {
    padding: 5px;
    text-align: right;
    border-bottom: 1px solid black;
    border-left:1px dotted grey;
    border-right:1px dotted grey;
}

tr:hover {
    background-color: #f5f5f5//obs temporary todo
}

.table {
  border-collapse: separate;
  border-spacing: 0;
  color: #4a4a4d;
  font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

th,
td {
  //padding: 10px 15px;
  vertical-align: middle;
}
thead {
  background: #395870;
  background: linear-gradient(#49708f, #293f50);
  color: #fff;
  font-size: 11px;
  //text-transform: uppercase;
}
th:first-child {
  border-top-left-radius: 5px;
  text-align: left;
}
th:last-child {
  border-top-right-radius: 5px;
}
tbody tr:nth-child(even) {
  background: #f0f0f2;
}
td {
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
}
td:first-child {
  border-left: 1px solid #cecfd5;
}*/
.book-title {
  color: #395870;
  display: block;
}

.text-offset {
  color: #7c7c80;
  font-size: 12px;
}

.item-stock,
.item-qty {
  text-align: center;
}

.item-price {
  text-align: right;
}

.item-multiple {
  display: block;
}

tfoot {
  text-align: right;
}

tfoot tr:last-child {
  background: #f0f0f2;
  color: #395870;
  font-weight: bold;
}

tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.est-tooltip + .tooltip.top > .tooltip-inner {
  background-color: #FFF8DC;
  color: black;
  border: solid 1px black;
}

.est-tooltip + .tooltip.top > .tooltip-arrow {
  border-top-color: black;
}

.error-display {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd3d3+0,cc4f4f+100 */
  background: #ffd3d3; /* Old browsers */
  background: -moz-linear-gradient(top, #ffd3d3 0%, #cc4f4f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffd3d3 0%, #cc4f4f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd3d3 0%, #cc4f4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd3d3', endColorstr='#cc4f4f',GradientType=0 ); /* IE6-9 */
  color: #000000;
  font-weight: bold;
  text-align: center;
  position: fixed;
  height: 50px;
  bottom: 0px;
  width: 100%;
  padding-top: 15px;
}

.error-display-ok {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbffc9+0,ace57e+100 */
  background: #dbffc9; /* Old browsers */
  background: -moz-linear-gradient(top, #dbffc9 0%, #ace57e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbffc9 0%, #ace57e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbffc9 0%, #ace57e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbffc9', endColorstr='#ace57e',GradientType=0 ); /* IE6-9 */
  color: #000000;
  font-weight: bold;
  text-align: center;
  position: fixed;
  height: 50px;
  bottom: 0px;
  width: 100%;
  padding-top: 15px;
}

.est-sidearrow-btn-left {
  background: url("../Resource/selectarrow.png");
  background-position: center;
  color: #000000;
  cursor: pointer;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.est-sidearrow-btn-right {
  background: url("../Resource/selectarrow.png");
  background-position: center;
  color: #000000;
  cursor: pointer;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.est-h {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.est-h-no-transform {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.est-row-align {
  /*border-top: 1px solid $grey;
  border-bottom: 1px solid $grey;*/
  padding-top: 10px;
  padding-bottom: 10px;
  /*margin-top:25px;
  margin-bottom:25px;*/
  vertical-align: middle;
  width: 100%;
  float: left;
}

.border-row {
  border-top: 2px solid #f2f2f2;
}

.center-aligned {
  line-height: 30px;
  white-space: nowrap;
}

.simple-line-padding {
  padding-bottom: 5px;
}

.simple-row-block-center-aligned {
  vertical-align: middle;
}

.est_clickable {
  cursor: pointer;
  color: #84c11d;
  width: 12px;
}

.est-scrollbar-1::-webkit-scrollbar {
  width: 10px;
}

.est-scrollbar-1::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.est-scrollbar-1::-webkit-scrollbar-thumb {
  background: #888;
}

.est-scrollbar-1::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fa-square-o:before {
  width: 12px;
}

.fa-check-square-o:before {
  width: 12px;
}

.est_disabled-checkbox {
  color: #a7a5a5;
}

.est-table-spinner {
  margin: 32px;
}

md-progress-circular.est-table-spinner path {
  stroke: #84c11d;
}

md-progress-circular.est-spinner-color path {
  stroke: #84c11d;
}

/*.md-dialog-container {
  position: absolute;
}
.custom-dialog-primary {
    background: black;
}*/
/*.md-button:focus {
    background: black;
}*/
/*!
 * angular-loading-bar v0.8.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #006B9D;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  -moz-box-shadow: #006B9D 1px 0 6px 1px;
  -ms-box-shadow: #006B9D 1px 0 6px 1px;
  -webkit-box-shadow: #006B9D 1px 0 6px 1px;
  box-shadow: #006B9D 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #006B9D;
  border-left-color: #006B9D;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table-cell-align-top td {
  vertical-align: top;
}

nav .cell {
  padding-left: 30px;
  padding-right: 30px;
}

.reload-app {
  margin-left: 150px;
  margin-bottom: 15px;
  z-index: 10000;
  color: #84c11d;
  cursor: pointer;
}

.reload-app:hover {
  color: #6b9d17;
}

.red-bg {
  background-color: #FF5D5D;
}

.red-bg:hover {
  background-color: #CC2A2A;
}

.pointer {
  cursor: pointer;
}

.mega-menu-root .cell:hover {
  cursor: pointer;
}

.order-simulation-header {
  margin-left: 30px;
  margin-top: 30px;
}

.date-container {
  min-width: 120px;
}

.mega-menu-content {
  position: absolute;
  display: none;
  overflow: auto;
  background-color: #f0f0f0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.mega-menu-content .min-height-column-large {
  min-height: 300px;
}

.mega-menu-content .min-height-column-small {
  min-height: 175px;
}

/* Create three equal columns that floats next to each other */
.mega-menu-column {
  float: left;
  width: 250px;
  min-height: 175px;
  padding: 10px;
  font-family: "Open Sans", Tahoma, Verdana, Arial, serif;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .mega-menu-column {
    width: 250px;
    min-height: initial;
    clear: both;
  }
  .mega-menu-content .min-height-column-large {
    min-height: initial;
  }
  .mega-menu-content .min-height-column-small {
    min-height: initial;
  }
}
.mega-menu-column h3 {
  font-size: 18px;
  color: #84c11d;
  font-weight: bold;
  padding: 16px;
  margin: 0;
}

/* Style links inside the columns */
.mega-menu-column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #303030;
}

.mega-menu-column a:hover {
  cursor: pointer;
}

.mega-menu-link {
  font-size: 20px;
}

/* Add a background color on hover */
.mega-menu-column a:hover {
  background-color: #ddd;
}

.mega-menu-row {
  min-width: 100px;
  width: auto !important;
  width: 100px;
}

/* Clear floats after the columns */
.mega-menu-row:after {
  content: "";
  display: table;
  clear: both;
}

.mega-menu-actionNeeded {
  color: #FF5D5D;
}

.mega-menu-noActionNeeded {
  color: #84c11d;
}

.am-fade.slow {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.tox-tinymce {
  min-width: 700px;
  min-height: 75vh;
}

.est-font-size-smaller {
  font-size: smaller;
}
.est-font-size-small {
  font-size: small;
}
.est-font-size-medium {
  font-size: medium;
}
.est-font-size-large {
  font-size: large;
}
.est-font-size-larger {
  font-size: larger;
}

.margin-auto {
  margin: auto;
}

.maintenanceContainer {
  vertical-align: top;
  display: inline-block;
  width: fit-content;
  font-size: initial;
  font-size: 14px;
}
.maintenanceContainer .maintenanceText {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: 20px;
}