/* Minification failed. Returning unminified contents.
(10759,20): run-time error CSS1046: Expect comma, found '79'
(10759,25): run-time error CSS1046: Expect comma, found ')'
 */
.ng-table th{text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ng-table th.sortable{cursor:pointer}.ng-table th.sortable div{padding-right:18px;position:relative}.ng-table th.sortable div:after,.ng-table th.sortable div:before{content:"";border-width:0 4px 4px;border-style:solid;border-color:#000 transparent;visibility:visible;right:8px;top:50%;position:absolute;opacity:.3;margin-top:-4px}.ng-table th.sortable div:before{margin-top:2px;border-bottom:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000}.ng-table th.sortable div:hover:after,.ng-table th.sortable div:hover:before{opacity:1;visibility:visible}.ng-table th.sortable.sort-desc,.ng-table th.sortable.sort-asc{background-color:rgba(141,192,219,.25);text-shadow:0 1px 1px rgba(255,255,255,.75)}.ng-table th.sortable.sort-desc div:after,.ng-table th.sortable.sort-asc div:after{margin-top:-2px}.ng-table th.sortable.sort-desc div:before,.ng-table th.sortable.sort-asc div:before{visibility:hidden}.ng-table th.sortable.sort-asc div:after,.ng-table th.sortable.sort-asc div:hover:after{visibility:visible;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}.ng-table th.sortable.sort-desc div:after{border-bottom:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;visibility:visible;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}.ng-table th.filter .input-filter{margin:0;display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ng-table+.pagination{margin-top:0}@media only screen and (max-width:800px){.ng-table-responsive{border-bottom:1px solid #999}.ng-table-responsive tr{border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #999}.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700}.ng-table-responsive thead tr th{text-align:left}.ng-table-responsive thead tr.ng-table-filters th{padding:0}.ng-table-responsive thead tr.ng-table-filters th form>div{padding:8px}.ng-table-responsive td{border:0;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left}.ng-table-responsive td:before{content:attr(data-title-text)}.ng-table-responsive,.ng-table-responsive thead,.ng-table-responsive tbody,.ng-table-responsive th,.ng-table-responsive td,.ng-table-responsive tr{display:block}}
.ngGrid {
  background-color: #fdfdfd;
}
.ngGrid input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
.ngGrid input {
  vertical-align: top;
}
.ngGrid.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ngViewport {
  overflow: auto;
  min-height: 20px;
}
.ngViewport:focus {
  outline: none;
}
.ngCanvas {
  position: relative;
}
.ngVerticalBar {
  position: absolute;
  right: 0;
  width: 0;
}
.ngVerticalBarVisible {
  width: 1px;
  background-color: #d4d4d4;
}
#testDataLength {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100000;
}
.ngHeaderContainer {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background-color: inherit;
}
.ngHeaderCell {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
}
.ngHeaderCell.pinned {
  z-index: 1;
}
.ngHeaderSortColumn {
  position: absolute;
  overflow: hidden;
}
.ngTopPanel {
  position: relative;
  z-index: 1;
  background-color: #eaeaea;
  border-bottom: 1px solid #d4d4d4;
}
.ngSortButtonDown {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: gray transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  height: 0;
  width: 0;
}
.ngNoSort {
  cursor: default;
}
.ngHeaderButton {
  position: absolute;
  right: 2px;
  top: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  z-index: 1;
  background-color: #9fbbb4;
  cursor: pointer;
}
.ngSortButtonUp {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: gray transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  width: 0;
}
.ngHeaderScroller {
  position: absolute;
  background-color: inherit;
}
.ngSortPriority {
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 6pt;
  font-weight: bold;
}
.ngHeaderGrip {
  cursor: col-resize;
  width: 10px;
  right: -5px;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: transparent;
}
.ngHeaderText {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ngHeaderButtonArrow {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 4.5px 0 4.5px;
  border-color: #4d4d4d transparent transparent transparent;
}
.ngPinnedIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAmElEQVQoU33PQapBURjA8UtkwJuaWYGSgfQWYBMvczPmTCzAAGVuaA228BZhRCkDGSmE31FucuRfvzq3vr5zT/JSjSU7DsypEPXDkDVn2hSIytJhw4kWGaLCxgHh2gt/RBuLzNhz5caWPjnSqqw4EraFfwznf8qklWjwy4IRTerkiQoPGtPl40OehcEJvcfXl8LglLfBJLkDcMgbgHlHhK8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 10px;
  width: 10px;
}
.ngUnPinnedIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAlElEQVQoU33PPQrCQBRF4fFnI2KfZVi5ARvdgo1l6mwmkCJVOgluwd5OwUoDtnoOxAei8cLXTN7cvEl/skCNDCMPfsUPO5zQwOHIDEvYtMURHe6wOVLgigvOePRyeDkyR4ln7wZ//7XfFBu8B23+aDJjrHGAwza7hjtHJvDmHg7b7Bru7AMjK7Rw2ObBVHDY5oGk9AKQNB2zy8MBTgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  position: absolute;
  height: 10px;
  width: 10px;
  right: 5px;
  top: 5px;
}
.ngColMenu {
  right: 2px;
  padding: 5px;
  top: 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #bdd0cb;
  position: absolute;
  border: 2px solid #d4d4d4;
  z-index: 1;
}
.ngColListCheckbox {
  position: relative;
  right: 3px;
  top: 4px;
}
.ngColList {
  list-style-type: none;
  margin-top: 2px;
  margin-left: 8px;
}
.ngColListItem {
  white-space: nowrap;
}
.ngMenuText {
  position: relative;
  top: 2px;
  left: 2px;
}
.ngGroupPanel {
  background-color: #eaeaea;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
}
.ngGroupPanelDescription {
  margin-top: 5px;
  margin-left: 5px;
}
.ngGroupList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ngAggHeader {
  position: absolute;
  border: none;
}
.ngGroupElement {
  float: left;
  height: 100%;
  width: 100%;
}
.ngGroupIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAEFJREFUKFNjoAhISkr+h2J5JDZODNXGwGBsbPwfhIGAA8bGh6HaGBiAGhxAGJmND4M1gQCSM0adCsVQbcPcqQwMALWDGyDvWPefAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -2px;
  top: 2px;
}
.ngGroupedByIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAElJREFUKFNjoAhISkr+R8LyaHwMDNXGwGBsbPwfhoGAA5mPDUO1oWpE52PDYE0gALTFAYbR+dgwWBMIoPlh1I9ADNU2NPzIwAAAFQYI9E4OLvEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -2px;
  top: 2px;
}
.ngGroupName {
  background-color: #fdfdfd;
  border: 1px solid #d4d4d4;
  padding: 3px 10px;
  float: left;
  margin-left: 0;
  margin-top: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
.ngGroupArrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  float: right;
}
.ngGroupingNumber {
  position: absolute;
  right: -10px;
  top: -2px;
}
.ngAggArrowCollapsed {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000000;
}
.ngGroupItem {
  float: left;
}
.ngGroupItem:first-child {
  margin-left: 2px;
}
.ngRemoveGroup {
  width: 5px;
  -moz-opacity: 0.4;
  opacity: 0.4;
  margin-top: -1px;
  margin-left: 5px;
}
.ngRemoveGroup:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.ngAggArrowExpanded {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #000000 transparent;
}
.ngAggregate {
  position: absolute;
  background-color: #c9dde1;
  border-bottom: 1px solid beige;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: -1px;
  left: 0;
}
.ngAggregateText {
  position: absolute;
  left: 27px;
  top: 5px;
  line-height: 20px;
  white-space: nowrap;
}
.ngRow {
  position: absolute;
  border-bottom: 1px solid #d4d4d4;
}
.ngRow.odd {
  background-color: #fdfdfd;
}
.ngRow.even {
  background-color: #f3f3f3;
}
.ngRow.selected {
  background-color: #c9dde1;
}
.ngCell {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
}
.ngCell.pinned {
  z-index: 1;
}
.ngCellText {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ngSelectionCell {
  margin-top: 9px;
  margin-left: 6px;
}
.ngSelectionHeader {
  position: absolute;
  top: 11px;
  left: 6px;
}
.ngCellElement:focus {
  outline: 0;
  background-color: #b3c4c7;
}
.ngRow.canSelect {
  cursor: pointer;
}
.ngSelectionCheckbox {
  margin-top: 9px;
  margin-left: 6px;
}
.ngFooterPanel {
  background-color: #eaeaea;
  padding: 0;
  border-top: 1px solid #d4d4d4;
  position: relative;
}
.nglabel {
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
.ngTotalSelectContainer {
  float: left;
  margin: 5px;
  margin-top: 7px;
}
.ngFooterSelectedItems {
  padding: 2px;
}
.ngFooterTotalItems.ngnoMultiSelect {
  padding: 0 !important;
}
.ngGridMaxPagesNumber {
  vertical-align: middle;
}
.ngPagerFirstBar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
.ngPagerButton {
  height: 25px;
  min-width: 26px;
}
.ngPagerFirstTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
.ngPagerNextTriangle {
  margin-left: 1px;
}
.ngPagerPrevTriangle {
  margin-left: 0;
}
.ngPagerLastTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
.ngPagerLastBar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
.ngFooterTotalItems {
  padding: 2px;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

[date-picker-wrapper] {
  position: relative !important;
  display: block;
}

[date-time-append] [date-picker] {
  position: relative;
  margin-right: -1000px;
  margin-bottom: -1000px;
}

[date-range] [date-picker] .after.before {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #499dcd;
  *background-color: #2f6ab4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f6ab4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f6ab4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f6ab4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f6ab4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f6ab4);
  background-repeat: repeat-x;
  border-color: #2f6ab4 #2f6ab4 #1f4677;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f6ab4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[date-range] [date-picker] .after.before:hover,
[date-range] [date-picker] .after.before:active,
[date-range] [date-picker] .after.before.active,
[date-range] [date-picker] .after.before.disabled,
[date-range] [date-picker] .after.before[disabled] {
  color: #ffffff;
  background-color: #2f6ab4;
  *background-color: #2a5ea0;
}

[date-range] [date-picker] .after.before:active,
[date-range] [date-picker] .after.before.active {
  background-color: #24528c \9;
}

[date-picker] {
  padding: 4px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

[date-picker] table {
  margin: 0;
}

[date-picker] td,
[date-picker] th {
  width: 20px;
  height: 20px;
  padding: 4px 5px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

[date-picker] .switch {
  width: 145px;
}

[date-picker] span {
  display: block;
  float: left;
  width: 23%;
  height: 26px;
  margin: 1%;
  line-height: 25px;
  cursor: pointer;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

[date-picker] span:hover {
  /*background: #e1e1e1;*/
}

[date-picker] span.disabled,
[date-picker] span.disabled:hover {
  color: #999999;
  cursor: default;
  background: none;
}

[date-picker] .active, [date-picker] .active:hover
[date-picker] .now {
  color: #ffffff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[date-picker] .active:hover,
[date-picker] .now:hover,
[date-picker] .active:active,
[date-picker] .now:active,
[date-picker] .active.active,
[date-picker] .now.active,
[date-picker] .active.disabled,
[date-picker] .now.disabled,
[date-picker] .active[disabled],
[date-picker] .now[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

[date-picker] .active:active,
[date-picker] .now:active,
[date-picker] .active.active,
[date-picker] .now.active {
  background-color: #003399 \9;
}

[date-picker] .now {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ee735b;
  *background-color: #ee905b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #ee905b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee905b));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #ee905b);
  background-image: -o-linear-gradient(top, #ee5f5b, #ee905b);
  background-image: linear-gradient(to bottom, #ee5f5b, #ee905b);
  background-repeat: repeat-x;
  border-color: #ee905b #ee905b #e56218;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffee905b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[date-picker] .now:hover,
[date-picker] .now:active,
[date-picker] .now.active,
[date-picker] .now.disabled,
[date-picker] .now[disabled] {
  color: #ffffff;
  background-color: #ee905b;
  *background-color: #ec8044;
}

[date-picker] .now:active,
[date-picker] .now.active {
  background-color: #e9712d \9;
}

[date-picker] .disabled {
  color: #999999 !important;
  cursor: default;
  background: none;
}

[date-picker] [ng-switch-when="year"] span,
[date-picker] [ng-switch-when="month"] span,
[date-picker] [ng-switch-when="minutes"] span {
  height: 54px;
  line-height: 54px;
}

[date-picker] [ng-switch-when="date"] td {
  padding: 0;
}

[date-picker] [ng-switch-when="date"] span {
  width: 100%;
  height: 26px;
  line-height: 26px;
}

[date-picker] th:hover,
[date-picker] [ng-switch-when="date"] td span:hover {
  cursor: pointer;
  background: #eeeeee;
}
ngjs-color-picker ul {
  padding: 0;
  outline: none;
  list-style-type: none;
}

ngjs-color-picker li {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    opacity: 0.8;
    /*background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/fc/Translucent_50_percent_white.png);*/
}

ngjs-color-picker li:hover{
  background-image:none;
   opacity: 1;
}

ngjs-color-picker li.selected {
  background-image:none;
  opacity: 1;
  border: 3px solid #333;
}

/*Horizontal round corners, first*/
ngjs-color-picker li.hRDF {
  border-radius: 5px 0 0 5px;
}

/*Horizontal round corners, last*/
ngjs-color-picker li.hRDL {
  border-radius: 0 5px 5px 0;
}

/*Vertical round corners, first*/
ngjs-color-picker li.vRDF {
  border-radius: 5px 5px 0 0;
}

/*Vertical round corners, last*/
ngjs-color-picker li.vRDL {
  border-radius: 0 0 5px 5px;
}

/*Columns, top left corner*/
ngjs-color-picker li.tlRound {
  border-radius: 5px 0 0 0;
}

/*Columns, top right corner*/
ngjs-color-picker li.trRound {
  border-radius: 0 5px 0 0;
}

/*Columns, bottom right corner*/
ngjs-color-picker li.brRound {
  border-radius: 0 0 5px 0;
}

/*Columns, bottom left corner*/
ngjs-color-picker li.blRound {
  border-radius: 0 0 0 5px;
}
/*! jusas-angularjs-slider - v0.1.24 - (c) Rafal Zajac <rzajac@gmail.com>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com>, https://github.com/rzajac/angularjs-slider.git - 2015-08-03 */
rzslider{position:relative;display:inline-block;width:100%;height:4px;margin:30px 0 15px 0;vertical-align:middle}rzslider span{position:absolute;display:inline-block;white-space:nowrap}rzslider span.rz-base{width:100%;height:100%;padding:0}rzslider span.rz-bar-wrapper{left:0;width:100%;height:32px;padding-top:16px;margin-top:-16px;box-sizing:border-box}rzslider span.rz-bar{left:0;z-index:0;width:100%;height:4px;background:#d8e0f3;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}rzslider span.rz-bar.rz-selection{z-index:1;width:0;background:#0db9f0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}rzslider span.rz-pointer{top:-14px;z-index:2;width:32px;height:32px;cursor:pointer;background-color:#0db9f0;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}rzslider span.rz-pointer:after{position:absolute;top:12px;left:12px;width:8px;height:8px;background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;content:''}rzslider span.rz-pointer:hover:after{background-color:#fff}rzslider span.rz-pointer.rz-active:after{background-color:#451aff}rzslider span.rz-bubble{top:-32px;padding:1px 3px;color:#55637d;cursor:default}rzslider span.rz-bubble.rz-selection{top:16px}rzslider span.rz-bubble.rz-limit{color:#55637d}
/**
 * CONTENTS
 *
 * #Introduction........Naming conventions used throughout the code.
 *
 * #SETTINGS
 * Variables............Globally-available variables and config.
 *
 * #TOOLS
 * Mixins...............Useful mixins.
 *
 * #GENERIC
 * Demo styles..........Styles for demo only (consider removing these).
 *
 * #BASE
 * Raw styles...........The very basic component wrapper.
 * Modifiers............The basic styles dependant on component placement.
 * Debuggers............The basic styles dependant on component placement.
 *
 * #BUTTONS
 * Base..................Wrapping and constraining every button.
 * Modifiers.............Styles that depends on state and settings.
 * Animations............Main animations of the component.
 * Debuggers.............Styles for development.
 *
 * #LABELS
 * Base..................Wrapping and constraining every label.
 * Modifiers.............Styles that depends on state and settings.
 * Debuggers.............Styles for development.
 *
 * #DEVELOPMENT
 * In development........These styles are in development and not yet finalised
 * Debuggers.............Helper styles and flags for development.
 */
/*------------------------------------*    #Introduction
\*------------------------------------*/
/**
 * The code AND the comments use naming conventions to refer to each part of
 * the UI put in place by this component. If you see that somewhere they are
 * not followed please consider a Pull Request. The naming conventions are:
 *
 * "Component" : the widget itself as a whole. This is the last time it will be
 *               called anything different than "component". So, stay away from
 *               "widget", "button" or anything else when referring to the
 *               Component in general.
 *
 * "Main Button" : the button that is always in view. Hovering or clicking on it
 *                 will reveal the child buttons.
 *
 * "Child buttons" : if you've read the previous point you know what they are.
 *                   Did you read the previous point? :)
 *
 * "Label(s)" : the tooltip that fades in when hovering over a button.

/*------------------------------------*    #SETTINGS | Variables
\*------------------------------------*/
/**
 * These variables are the default styles that serve as fallback and can be
 * easily customised at compile time.
 * Consider overriding them in your own style sheets rather than editing them
 * here. Refer to the docs for more info.
 */
/* COLORS ----------------------------*/
/* EFFECTS ---------------------------*/
/* SPEEDS ----------------------------*/
/* SIZES -----------------------------*/
/* SPACING ---------------------------*/
/* OTHER VARIABLES -------------------*/
/*------------------------------------*    #BASE | Raw styles
\*------------------------------------*/
/** 
 * The very core styling of the button.
 * These styles are shared by every instance of the button.
 * Styles placed here should NOT care about placement in the screen,
 * options chosen by the user or state of the button.
 */
.mfb-component--tl, .mfb-component--tr, .mfb-component--bl, .mfb-component--br {
  box-sizing: border-box;
  margin: 25px;
  position: fixed;
  white-space: nowrap;
  z-index: 30;
  padding-left: 0;
  list-style: none; }
  .mfb-component--tl *, .mfb-component--tr *, .mfb-component--bl *, .mfb-component--br *, .mfb-component--tl *:before, .mfb-component--tr *:before, .mfb-component--bl *:before, .mfb-component--br *:before, .mfb-component--tl *:after, .mfb-component--tr *:after, .mfb-component--bl *:after, .mfb-component--br *:after {
    box-sizing: inherit; }

/*------------------------------------*    #BASE | Modifiers
\*------------------------------------*/
/**
 * These styles depends on the placement of the button.
 * Styles can be:
 * 1. Top-left:  modified by the " --tl " suffix.
 * 2. Top-right: modified by the " --tr " suffix.
 * 3. Bottom-left:  modified by the " --bl " suffix.
 * 4. Bottom-right: modified by the " --br " suffix.
 */
.mfb-component--tl {
  left: 0;
  top: 0; }

.mfb-component--tr {
  right: 0;
  top: 0; }

.mfb-component--bl {
  left: 0;
  bottom: 0; }

.mfb-component--br {
  right: 0;
  bottom: 0; }

/*------------------------------------*    #BUTTONS | Base
\*------------------------------------*/
.mfb-component__button--main, .mfb-component__button--child {
  background-color: #E40A5D;
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-user-drag: none;
  color: #f1f1f1; }

/**
 * This is the unordered list for the list items that contain
 * the child buttons.
 *
 */
.mfb-component__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mfb-component__list > li {
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    padding: 10px 0;
    margin: -10px 0; }

/**
 * These are the basic styles for all the icons inside the main button
 */
.mfb-component__icon, .mfb-component__main-icon--active,
.mfb-component__main-icon--resting, .mfb-component__child-icon {
  position: absolute;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  width: 100%; }

.mfb-component__wrap {
  padding: 25px;
  margin: -25px; }

[data-mfb-toggle="hover"]:hover .mfb-component__icon,
[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active,
[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting,
[data-mfb-toggle="hover"]:hover .mfb-component__child-icon,
[data-mfb-state="open"] .mfb-component__icon, [data-mfb-state="open"] .mfb-component__main-icon--active, [data-mfb-state="open"] .mfb-component__main-icon--resting, [data-mfb-state="open"] .mfb-component__child-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

/*------------------------------------*    #BUTTONS | Modifiers
\*------------------------------------*/
.mfb-component__button--main {
  height: 56px;
  width: 56px;
  z-index: 20; }

.mfb-component__button--child {
  height: 56px;
  width: 56px; }

.mfb-component__main-icon--active,
.mfb-component__main-icon--resting {
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1); }

.mfb-component__child-icon,
.mfb-component__child-icon {
  line-height: 56px;
  font-size: 18px; }

.mfb-component__main-icon--active {
  opacity: 0; }

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon,
[data-mfb-state="open"] .mfb-component__main-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting,
[data-mfb-state="open"] .mfb-component__main-icon--resting {
  opacity: 0;
  position: absolute !important; }

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active,
[data-mfb-state="open"] .mfb-component__main-icon--active {
  opacity: 1; }

/*------------------------------------*    #BUTTONS | Animations
\*------------------------------------*/
/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein .mfb-component__list li,
.mfb-component--tr.mfb-slidein .mfb-component__list li {
  opacity: 0;
  transition: all 0.4s; }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(52px);
  transform: translateY(52px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(104px);
  transform: translateY(104px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(156px);
  transform: translateY(156px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(208px);
  transform: translateY(208px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(260px);
  transform: translateY(260px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(312px);
  transform: translateY(312px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(364px);
  transform: translateY(364px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(416px);
  transform: translateY(416px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(468px);
  transform: translateY(468px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(520px);
  transform: translateY(520px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(572px);
  transform: translateY(572px); }

.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(624px);
  transform: translateY(624px); }

.mfb-component--bl.mfb-slidein .mfb-component__list li,
.mfb-component--br.mfb-slidein .mfb-component__list li {
  opacity: 0;
  transition: all 0.4s; }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-52px);
  transform: translateY(-52px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-104px);
  transform: translateY(-104px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-156px);
  transform: translateY(-156px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-208px);
  transform: translateY(-208px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-260px);
  transform: translateY(-260px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(-312px);
  transform: translateY(-312px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(-364px);
  transform: translateY(-364px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(-416px);
  transform: translateY(-416px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(-468px);
  transform: translateY(-468px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(-520px);
  transform: translateY(-520px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(-572px);
  transform: translateY(-572px); }

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(-624px);
  transform: translateY(-624px); }

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li,
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(1) {
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(2) {
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(3) {
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(4) {
  transition-delay: 0.2s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(5) {
  transition-delay: 0.25s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(6) {
  transition-delay: 0.3s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(7) {
  transition-delay: 0.35s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(8) {
  transition-delay: 0.4s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(9) {
  transition-delay: 0.45s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(10) {
  transition-delay: 0.5s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(11) {
  transition-delay: 0.55s; }

.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(12) {
  transition-delay: 0.6s; }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1) .active {
  transition-delay: 0.05s;
  -webkit-transform: translateX(52px);
  transform: translateX(52px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2) .active {
  transition-delay: 0.1s;
  -webkit-transform: translateX(104px);
  transform: translateX(104px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3) .active {
  transition-delay: 0.15s;
  -webkit-transform: translateX(156px);
  transform: translateX(156px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4) .active {
  transition-delay: 0.2s;
  -webkit-transform: translateX(208px);
  transform: translateX(208px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5) .active {
  transition-delay: 0.25s;
  -webkit-transform: translateX(260px);
  transform: translateX(260px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6) .active {
  transition-delay: 0.3s;
  -webkit-transform: translateX(312px);
  transform: translateX(312px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7) .active {
  transition-delay: 0.35s;
  -webkit-transform: translateX(364px);
  transform: translateX(364px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8) .active {
  transition-delay: 0.4s;
  -webkit-transform: translateX(416px);
  transform: translateX(416px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9) .active {
  transition-delay: 0.45s;
  -webkit-transform: translateX(468px);
  transform: translateX(468px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10) .active {
  transition-delay: 0.5s;
  -webkit-transform: translateX(520px);
  transform: translateX(520px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11) .active {
  transition-delay: 0.55s;
  -webkit-transform: translateX(572px);
  transform: translateX(572px); }

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12) .active,
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12) .active,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12) .active {
  transition-delay: 0.6s;
  -webkit-transform: translateX(624px);
  transform: translateX(624px); }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li,
.mfb-component--br.mfb-slidein-spring .mfb-component__list li {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(1) {
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(2) {
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(3) {
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(4) {
  transition-delay: 0.2s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(5) {
  transition-delay: 0.25s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(6) {
  transition-delay: 0.3s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(7) {
  transition-delay: 0.35s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(8) {
  transition-delay: 0.4s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(9) {
  transition-delay: 0.45s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(10) {
  transition-delay: 0.5s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(11) {
  transition-delay: 0.55s; }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(12) {
  transition-delay: 0.6s; }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  transition-delay: 0.05s;
  -webkit-transform: translateX(-52px);
  transform: translateX(-52px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  transition-delay: 0.1s;
  -webkit-transform: translateX(-104px);
  transform: translateX(-104px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  transition-delay: 0.15s;
  -webkit-transform: translateX(-156px);
  transform: translateX(-156px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  transition-delay: 0.2s;
  -webkit-transform: translateX(-208px);
  transform: translateX(-208px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  transition-delay: 0.25s;
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
  transition-delay: 0.3s;
  -webkit-transform: translateX(-312px);
  transform: translateX(-312px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
  transition-delay: 0.35s;
  -webkit-transform: translateX(-364px);
  transform: translateX(-364px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
  transition-delay: 0.4s;
  -webkit-transform: translateX(-416px);
  transform: translateX(-416px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
  transition-delay: 0.45s;
  -webkit-transform: translateX(-468px);
  transform: translateX(-468px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
  transition-delay: 0.5s;
  -webkit-transform: translateX(-520px);
  transform: translateX(-520px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
  transition-delay: 0.55s;
  -webkit-transform: translateX(-572px);
  transform: translateX(-572px); }

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
  transition-delay: 0.6s;
  -webkit-transform: translateX(-624px);
  transform: translateX(-624px); }

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li,
.mfb-component--tr.mfb-zoomin .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0); }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(52px) scale(0);
  transform: translateY(52px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.55s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(104px) scale(0);
  transform: translateY(104px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.5s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(156px) scale(0);
  transform: translateY(156px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.45s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(208px) scale(0);
  transform: translateY(208px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.4s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(260px) scale(0);
  transform: translateY(260px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.35s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(312px) scale(0);
  transform: translateY(312px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.3s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(364px) scale(0);
  transform: translateY(364px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.25s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(416px) scale(0);
  transform: translateY(416px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.2s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(468px) scale(0);
  transform: translateY(468px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(520px) scale(0);
  transform: translateY(520px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(572px) scale(0);
  transform: translateY(572px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(624px) scale(0);
  transform: translateY(624px) scale(0);
  transition: all 0.4s;
  transition-delay: 0s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(52px) scale(1);
  transform: translateY(52px) scale(1);
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(104px) scale(1);
  transform: translateY(104px) scale(1);
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(156px) scale(1);
  transform: translateY(156px) scale(1);
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(208px) scale(1);
  transform: translateY(208px) scale(1);
  transition-delay: 0.2s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(260px) scale(1);
  transform: translateY(260px) scale(1);
  transition-delay: 0.25s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(312px) scale(1);
  transform: translateY(312px) scale(1);
  transition-delay: 0.3s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(364px) scale(1);
  transform: translateY(364px) scale(1);
  transition-delay: 0.35s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(416px) scale(1);
  transform: translateY(416px) scale(1);
  transition-delay: 0.4s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(468px) scale(1);
  transform: translateY(468px) scale(1);
  transition-delay: 0.45s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(520px) scale(1);
  transform: translateY(520px) scale(1);
  transition-delay: 0.5s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(572px) scale(1);
  transform: translateY(572px) scale(1);
  transition-delay: 0.55s; }

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(624px) scale(1);
  transform: translateY(624px) scale(1);
  transition-delay: 0.6s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li,
.mfb-component--br.mfb-zoomin .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0); }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-52px) scale(0);
  transform: translateY(-52px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.55s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-104px) scale(0);
  transform: translateY(-104px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.5s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-156px) scale(0);
  transform: translateY(-156px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.45s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-208px) scale(0);
  transform: translateY(-208px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.4s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-260px) scale(0);
  transform: translateY(-260px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.35s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(-312px) scale(0);
  transform: translateY(-312px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.3s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(-364px) scale(0);
  transform: translateY(-364px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.25s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(-416px) scale(0);
  transform: translateY(-416px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.2s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(-468px) scale(0);
  transform: translateY(-468px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(-520px) scale(0);
  transform: translateY(-520px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(-572px) scale(0);
  transform: translateY(-572px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(-624px) scale(0);
  transform: translateY(-624px) scale(0);
  transition: all 0.4s;
  transition-delay: 0s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-52px) scale(1);
  transform: translateY(-52px) scale(1);
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-104px) scale(1);
  transform: translateY(-104px) scale(1);
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-156px) scale(1);
  transform: translateY(-156px) scale(1);
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-208px) scale(1);
  transform: translateY(-208px) scale(1);
  transition-delay: 0.2s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-260px) scale(1);
  transform: translateY(-260px) scale(1);
  transition-delay: 0.25s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(-312px) scale(1);
  transform: translateY(-312px) scale(1);
  transition-delay: 0.3s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(-364px) scale(1);
  transform: translateY(-364px) scale(1);
  transition-delay: 0.35s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(-416px) scale(1);
  transform: translateY(-416px) scale(1);
  transition-delay: 0.4s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(-468px) scale(1);
  transform: translateY(-468px) scale(1);
  transition-delay: 0.45s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(-520px) scale(1);
  transform: translateY(-520px) scale(1);
  transition-delay: 0.5s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(-572px) scale(1);
  transform: translateY(-572px) scale(1);
  transition-delay: 0.55s; }

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(-624px) scale(1);
  transform: translateY(-624px) scale(1);
  transition-delay: 0.6s; }

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li,
.mfb-component--tr.mfb-fountain .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0); }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-52px) scale(0);
  transform: translateY(-52px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.55s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-104px) scale(0);
  transform: translateY(-104px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.5s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-156px) scale(0);
  transform: translateY(-156px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.45s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-208px) scale(0);
  transform: translateY(-208px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.4s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-260px) scale(0);
  transform: translateY(-260px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.35s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(-312px) scale(0);
  transform: translateY(-312px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.3s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(-364px) scale(0);
  transform: translateY(-364px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.25s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(-416px) scale(0);
  transform: translateY(-416px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.2s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(-468px) scale(0);
  transform: translateY(-468px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(-520px) scale(0);
  transform: translateY(-520px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(-572px) scale(0);
  transform: translateY(-572px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(-624px) scale(0);
  transform: translateY(-624px) scale(0);
  transition: all 0.4s;
  transition-delay: 0s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(52px) scale(1);
  transform: translateY(52px) scale(1);
  transition-delay: 0.05s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(104px) scale(1);
  transform: translateY(104px) scale(1);
  transition-delay: 0.1s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(156px) scale(1);
  transform: translateY(156px) scale(1);
  transition-delay: 0.15s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(208px) scale(1);
  transform: translateY(208px) scale(1);
  transition-delay: 0.2s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(260px) scale(1);
  transform: translateY(260px) scale(1);
  transition-delay: 0.25s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(312px) scale(1);
  transform: translateY(312px) scale(1);
  transition-delay: 0.3s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(364px) scale(1);
  transform: translateY(364px) scale(1);
  transition-delay: 0.35s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(416px) scale(1);
  transform: translateY(416px) scale(1);
  transition-delay: 0.4s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(468px) scale(1);
  transform: translateY(468px) scale(1);
  transition-delay: 0.45s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(520px) scale(1);
  transform: translateY(520px) scale(1);
  transition-delay: 0.5s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(572px) scale(1);
  transform: translateY(572px) scale(1);
  transition-delay: 0.55s; }

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(624px) scale(1);
  transform: translateY(624px) scale(1);
  transition-delay: 0.6s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li,
.mfb-component--br.mfb-fountain .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0); }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(52px) scale(0);
  transform: translateY(52px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.55s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(104px) scale(0);
  transform: translateY(104px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.5s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(156px) scale(0);
  transform: translateY(156px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.45s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(208px) scale(0);
  transform: translateY(208px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.4s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(260px) scale(0);
  transform: translateY(260px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.35s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(312px) scale(0);
  transform: translateY(312px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.3s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(364px) scale(0);
  transform: translateY(364px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.25s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(416px) scale(0);
  transform: translateY(416px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.2s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(468px) scale(0);
  transform: translateY(468px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(520px) scale(0);
  transform: translateY(520px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(572px) scale(0);
  transform: translateY(572px) scale(0);
  transition: all 0.4s;
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(624px) scale(0);
  transform: translateY(624px) scale(0);
  transition: all 0.4s;
  transition-delay: 0s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-52px) scale(1);
  transform: translateY(-52px) scale(1);
  transition-delay: 0.05s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-104px) scale(1);
  transform: translateY(-104px) scale(1);
  transition-delay: 0.1s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-156px) scale(1);
  transform: translateY(-156px) scale(1);
  transition-delay: 0.15s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-208px) scale(1);
  transform: translateY(-208px) scale(1);
  transition-delay: 0.2s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-260px) scale(1);
  transform: translateY(-260px) scale(1);
  transition-delay: 0.25s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(-312px) scale(1);
  transform: translateY(-312px) scale(1);
  transition-delay: 0.3s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(-364px) scale(1);
  transform: translateY(-364px) scale(1);
  transition-delay: 0.35s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
  -webkit-transform: translateY(-416px) scale(1);
  transform: translateY(-416px) scale(1);
  transition-delay: 0.4s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
  -webkit-transform: translateY(-468px) scale(1);
  transform: translateY(-468px) scale(1);
  transition-delay: 0.45s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
  -webkit-transform: translateY(-520px) scale(1);
  transform: translateY(-520px) scale(1);
  transition-delay: 0.5s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
  -webkit-transform: translateY(-572px) scale(1);
  transform: translateY(-572px) scale(1);
  transition-delay: 0.55s; }

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
  -webkit-transform: translateY(-624px) scale(1);
  transform: translateY(-624px) scale(1);
  transition-delay: 0.6s; }

/*------------------------------------*    #LABELS | base
\*------------------------------------*/
/**
 * These are the labels associated to each button,
 * exposed only when hovering the related button.
 * They are called labels but are in fact data-attributes of
 * each button (an anchor tag).
 */
[data-mfb-label]:after {
  content: attr(data-mfb-label);
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 10px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: normal;
  pointer-events: none;
  line-height: normal;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  transition: all 0.5s; }

[data-mfb-toggle="hover"] [data-mfb-label]:hover:after,
[data-mfb-state="open"] [data-mfb-label]:after {
  content: attr(data-mfb-label);
  opacity: 1;
  transition: all 0.3s; }

/*------------------------------------*    #LABELS | Modifiers
\*------------------------------------*/
.mfb-component--br [data-mfb-label]:after, .mfb-component--tr [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 60px; }

.mfb-component--br .mfb-component__list [data-mfb-label]:after, .mfb-component--tr .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 60px; }

.mfb-component--tl [data-mfb-label]:after, .mfb-component--bl [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 60px; }

.mfb-component--tl .mfb-component__list [data-mfb-label]:after, .mfb-component--bl .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 60px; }

/*------------------------------------*    #DEVELOPMENT | In development
\*------------------------------------*/
/**
 * This part is where unfinished code should stay.
 * When a feature is ready(sh) move these styles to their proper place.
 */
/*------------------------------------*    #DEVELOPMENT | Debuggers
\*------------------------------------*/
/**
 * These are mainly helpers for development. They do not have to end up
 * in production but it's handy to keep them when developing.
 */
/**
 * Apply this class to the html tag when developing the slide-in button
 */




.ngViewport, .ngHeaderContainer, .ngHeaderScroller {
    background-image: url("/assets/img/stripe_bg_4.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.ngTopPanel {
    background-color: #4169e1!important;
    background-color: #082b45;
    color: white;
}*/

.ngHeaderContainer {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: none;
}

.ngViewport {
    border: 1px solid #dddddd;
    /*overflow-x: scroll;
    overflow-y: hidden;*/
}

.ngCellText {
    border-bottom: 1px solid #dddddd;
}

.ngHeaderCell {
    text-align: center;
}

.ngRow.selected, .ngRow.selected .ngCell {
    background-color: #e7f1ff !important;
}
.ngRow.selected .ngCellText {
    color: #0044dc !important;
}


.ngRow.active-row, .ngRow.active-row .ngCell {
    background-color: #B7DFF0 !important;
}

.ngCanvas .ngRow:last-child {
    border-bottom: none;
}

.ngRow.odd, .ngRow.even {
  background-color: white;
}

.ngCell.pinned {
    background-color: #f6f7f7;
}

.arc-grid-footer {
    position: relative;
}

.arc-grid-footer .pagination-stats {
    position: absolute;
    top: 5px;
    right: 0;
    margin-top: 20px;
    font-size: 1.1em;
    font-weight: bold;
}

.ngRow.added {
    background-color:#CBFFC8;
}

.ngRow.updated {
    background-color:#FFFEB1;
}

.ngRow.removed {
    background-color:#ffb1b1;
}


/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(/assets/styles/icons/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(/assets/styles/icons/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(/assets/styles/icons/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(/assets/styles/icons/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(/assets/styles/icons/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(/assets/styles/icons/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
@font-face {
	font-family: 'icomoon';
    src:url(data:font/opentype;charset=utf-8;base64,gAYAANwFAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAO6z5eQAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIFbAAAALwAAABgY21hcBdW0ocAAAEcAAAAVGdhc3AAAAAQAAABcAAAAAhnbHlmhyH+gQAAAXgAAAIgaGVhZAhPTIgAAAOYAAAANmhoZWEIRARJAAAD0AAAACRobXR4CoMAAAAAA/QAAAAUbG9jYQAoASQAAAQIAAAADG1heHAACACiAAAEFAAAACBuYW1lmUoJ+wAABDQAAAGGcG9zdAADAAAAAAW8AAAAIAADA0IBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkAA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABAA4AAAACgAIAAIAAgABACDpAP/9//8AAAAAACDpAP/9//8AAf/jFwQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/IBIIDuwBXAJ8AAAEOAQcOAQcOAQcOAQcOAQcOASImJy4BJy4BJy4BJy4BJy4BIyIOAhURFx4BFzIWFx4BFx4BFx4BFx4BFx4BFx4BPgE3PgE3PgE3PgE/ARM8AS4BFSIGBwEeARceAQciBgcGJicuAScuASMiBgcOAQcGFhceARcWNjc+ATU0NhceARUUBgcOAQcOAQcOAQcOAQcGJicuAScmNjc+AxcEdAc5CQMmFxcwCQohDiZRPA9IUEgOKHQFBxQMBS8cRykQCA0BAQEBARgJEgMDHxMUIgUEGQ0ZRRYIEgQLOx8VRU1LGi5VMA0bBhJ2HyYBAQECBwP+Th8mAgISAQEJBgkGBQ8pHBEXHyAXESw8DAQEBg01Ii9qJwwwDAkGBwoHBw0CAwoTDBwICCgUV5QrHx0BARUYGk5hckADuAMTAgEJBgYMAQIGAwYLBgEBAgIEEAECBQEBCwcSDAYDBEd7qGH+NggDBQEJBgUIAQEFAwYMAwECAQIGAwECAQMCBAwJAgUBAx8KCwHNX6d9SQECAf70BQoDBIQCAgECBAsmMA4JAwMJFVs9FmMWMk0UGwgiC0IGBgEFAgkDAyAUFCQGCQUEAgUCAgQBBDc3JlQzME0lKjsiCAoAAAABAAAAAAAAefmsO18PPPUACwQAAAAAANJXhAQAAAAA0leEBAAA/8gEggO7AAAACAACAAAAAAAAAAEAAAPA/8AAAASDAAAAAASCAAEAAAAAAAAAAAAAAAAAAAAFBAAAAAAAAAAAAAAAAgAAAASDAAAAAAAAAAoAFAAeARAAAQAAAAUAoAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=);
    src:url(data:font/opentype;charset=utf-8;base64,gAYAANwFAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAO6z5eQAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIFbAAAALwAAABgY21hcBdW0ocAAAEcAAAAVGdhc3AAAAAQAAABcAAAAAhnbHlmhyH+gQAAAXgAAAIgaGVhZAhPTIgAAAOYAAAANmhoZWEIRARJAAAD0AAAACRobXR4CoMAAAAAA/QAAAAUbG9jYQAoASQAAAQIAAAADG1heHAACACiAAAEFAAAACBuYW1lmUoJ+wAABDQAAAGGcG9zdAADAAAAAAW8AAAAIAADA0IBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkAA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABAA4AAAACgAIAAIAAgABACDpAP/9//8AAAAAACDpAP/9//8AAf/jFwQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/IBIIDuwBXAJ8AAAEOAQcOAQcOAQcOAQcOAQcOASImJy4BJy4BJy4BJy4BJy4BIyIOAhURFx4BFzIWFx4BFx4BFx4BFx4BFx4BFx4BPgE3PgE3PgE3PgE/ARM8AS4BFSIGBwEeARceAQciBgcGJicuAScuASMiBgcOAQcGFhceARcWNjc+ATU0NhceARUUBgcOAQcOAQcOAQcOAQcGJicuAScmNjc+AxcEdAc5CQMmFxcwCQohDiZRPA9IUEgOKHQFBxQMBS8cRykQCA0BAQEBARgJEgMDHxMUIgUEGQ0ZRRYIEgQLOx8VRU1LGi5VMA0bBhJ2HyYBAQECBwP+Th8mAgISAQEJBgkGBQ8pHBEXHyAXESw8DAQEBg01Ii9qJwwwDAkGBwoHBw0CAwoTDBwICCgUV5QrHx0BARUYGk5hckADuAMTAgEJBgYMAQIGAwYLBgEBAgIEEAECBQEBCwcSDAYDBEd7qGH+NggDBQEJBgUIAQEFAwYMAwECAQIGAwECAQMCBAwJAgUBAx8KCwHNX6d9SQECAf70BQoDBIQCAgECBAsmMA4JAwMJFVs9FmMWMk0UGwgiC0IGBgEFAgkDAyAUFCQGCQUEAgUCAgQBBDc3JlQzME0lKjsiCAoAAAABAAAAAAAAefmsO18PPPUACwQAAAAAANJXhAQAAAAA0leEBAAA/8gEggO7AAAACAACAAAAAAAAAAEAAAPA/8AAAASDAAAAAASCAAEAAAAAAAAAAAAAAAAAAAAFBAAAAAAAAAAAAAAAAgAAAASDAAAAAAAAAAoAFAAeARAAAQAAAAUAoAACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=),
        url(data:application/font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBWwAAAC8AAAAYGNtYXAXVtKHAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zoch/oEAAAF4AAACIGhlYWQIT0yIAAADmAAAADZoaGVhCEQESQAAA9AAAAAkaG10eAqDAAAAAAP0AAAAFGxvY2EAKAEkAAAECAAAAAxtYXhwAAgAogAABBQAAAAgbmFtZZlKCfsAAAQ0AAABhnBvc3QAAwAAAAAFvAAAACAAAwNCAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QD//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACAAD/yASCA7sAVwCfAAABDgEHDgEHDgEHDgEHDgEHDgEiJicuAScuAScuAScuAScuASMiDgIVERceARcyFhceARceARceARceARceARceAT4BNz4BNz4BNz4BPwETPAEuARUiBgcBHgEXHgEHIgYHBiYnLgEnLgEjIgYHDgEHBhYXHgEXFjY3PgE1NDYXHgEVFAYHDgEHDgEHDgEHDgEHBiYnLgEnJjY3PgMXBHQHOQkDJhcXMAkKIQ4mUTwPSFBIDih0BQcUDAUvHEcpEAgNAQEBAQEYCRIDAx8TFCIFBBkNGUUWCBIECzsfFUVNSxouVTANGwYSdh8mAQEBAgcD/k4fJgICEgEBCQYJBgUPKRwRFx8gFxEsPAwEBAYNNSIvaicMMAwJBgcKBwcNAgMKEwwcCAgoFFeUKx8dAQEVGBpOYXJAA7gDEwIBCQYGDAECBgMGCwYBAQICBBABAgUBAQsHEgwGAwRHe6hh/jYIAwUBCQYFCAEBBQMGDAMBAgECBgMBAgEDAgQMCQIFAQMfCgsBzV+nfUkBAgH+9AUKAwSEAgIBAgQLJjAOCQMDCRVbPRZjFjJNFBsIIgtCBgYBBQIJAwMgFBQkBgkFBAIFAgIEAQQ3NyZUMzBNJSo7IggKAAAAAQAAAAAAAHn5rDtfDzz1AAsEAAAAAADSV4QEAAAAANJXhAQAAP/IBIIDuwAAAAgAAgAAAAAAAAABAAADwP/AAAAEgwAAAAAEggABAAAAAAAAAAAAAAAAAAAABQQAAAAAAAAAAAAAAAIAAAAEgwAAAAAAAAAKABQAHgEQAAEAAAAFAKAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),
        url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAYoAAsAAAAABdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFbGNtYXAAAAFoAAAAVAAAAFQXVtKHZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAiAAAAIghyH+gWhlYWQAAAPkAAAANgAAADYIT0yIaGhlYQAABBwAAAAkAAAAJAhEBElobXR4AAAEQAAAABQAAAAUCoMAAGxvY2EAAARUAAAADAAAAAwAKAEkbWF4cAAABGAAAAAgAAAAIAAIAKJuYW1lAAAEgAAAAYYAAAGGmUoJ+3Bvc3QAAAYIAAAAIAAAACAAAwAAAAMDQgGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkA//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAA/8gEggO7AFcAnwAAAQ4BBw4BBw4BBw4BBw4BBw4BIiYnLgEnLgEnLgEnLgEnLgEjIg4CFREXHgEXMhYXHgEXHgEXHgEXHgEXHgEXHgE+ATc+ATc+ATc+AT8BEzwBLgEVIgYHAR4BFx4BByIGBwYmJy4BJy4BIyIGBw4BBwYWFx4BFxY2Nz4BNTQ2Fx4BFRQGBw4BBw4BBw4BBw4BBwYmJy4BJyY2Nz4DFwR0BzkJAyYXFzAJCiEOJlE8D0hQSA4odAUHFAwFLxxHKRAIDQEBAQEBGAkSAwMfExQiBQQZDRlFFggSBAs7HxVFTUsaLlUwDRsGEnYfJgEBAQIHA/5OHyYCAhIBAQkGCQYFDykcERcfIBcRLDwMBAQGDTUiL2onDDAMCQYHCgcHDQIDChMMHAgIKBRXlCsfHQEBFRgaTmFyQAO4AxMCAQkGBgwBAgYDBgsGAQECAgQQAQIFAQELBxIMBgMER3uoYf42CAMFAQkGBQgBAQUDBgwDAQIBAgYDAQIBAwIEDAkCBQEDHwoLAc1fp31JAQIB/vQFCgMEhAICAQIECyYwDgkDAwkVWz0WYxYyTRQbCCILQgYGAQUCCQMDIBQUJAYJBQQCBQICBAEENzcmVDMwTSUqOyIICgAAAAEAAAAAAAB5+aw7Xw889QALBAAAAAAA0leEBAAAAADSV4QEAAD/yASCA7sAAAAIAAIAAAAAAAAAAQAAA8D/wAAABIMAAAAABIIAAQAAAAAAAAAAAAAAAAAAAAUEAAAAAAAAAAAAAAACAAAABIMAAAAAAAAACgAUAB4BEAABAAAABQCgAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="clarksons-icon"], [class*=" clarksons-icon"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clarksons-icon-logo:before {
	content: "\e900";
}


@font-face {
    font-family: 'icomoon';
    src:    url('/assets/styles/icons/fonts/clarksons-custom-icons/icomoon.eot?cdtlsj');
    src:    url('/assets/styles/icons/fonts/clarksons-custom-icons/icomoon.eot?cdtlsj#iefix') format('embedded-opentype'),
        url('/assets/styles/icons/fonts/clarksons-custom-icons/icomoon.ttf?cdtlsj') format('truetype'),
        url('/assets/styles/icons/fonts/clarksons-custom-icons/icomoon.woff?cdtlsj') format('woff'),
        url('/assets/styles/icons/fonts/clarksons-custom-icons/icomoon.svg?cdtlsj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.clarksons-icon-barrel:before {
    content: "\e902";
}
.clarksons-icon-rig:before {
    content: "\e901";
}


@font-face {
    font-family: 'clkfont';
    src: url('/assets/styles/icons/fonts/clarksons-modules-font/ClarksonsModulesFont.eot');
    src: url('/assets/styles/icons/fonts/clarksons-modules-font/ClarksonsModulesFont.eot?#iefix') format('embedded-opentype'),        
        url('/assets/styles/icons/fonts/clarksons-modules-font/ClarksonsModulesFont.woff2') format('woff2'),
        url('/assets/styles/icons/fonts/clarksons-modules-font/ClarksonsModulesFont.woff') format('woff'),
        url('/assets/styles/icons/fonts/clarksons-modules-font/ClarksonsModulesFont.ttf') format('truetype'),
        url('/assets/styles/icons/fonts/clarksons-modules-font/ClarksonsModulesFont.svg#ClarksonsModulesFont') format('svg');
}

.clarksons-icon-seanet:before {
    font-family: 'clkfont';
    content: '\ea0c';
}
.toast-title{font-weight:bold}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:bold;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=")!important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=")!important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==")!important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=")!important}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}@media all and (max-width:239px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:240px)and (max-width:479px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:480px)and (max-width:767px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}
/*body {
    -ms-scrollbar-face-color: #eeeeee;
    scrollbar-face-color: #eeeeee;
    -ms-scrollbar-shadow-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    -ms-scrollbar-highlight-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    -ms-scrollbar-3dlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    -ms-scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    -ms-scrollbar-track-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
}

::-webkit-scrollbar {
    width: 12px;
}
 

:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/



/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0px;
    right: 2px;
    width: 7px;
    height: 100%;
    background: #474747;
    background: rgba(0,0,0,.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #474747;
    background: rgba(0,0,0,.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    position: relative;
    background: rgba(0,0,0,.25);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jspDrag {
    background: #ededed;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.drag-handle {
    cursor: grab;
    color: dimgrey;
}

.drag-handle:active {
    cursor: grabbing;
}

.drag-handle:hover {
    color: darkslategrey;
}

.gu-mirror {
    background-color: #feffdf;
    cursor: grabbing;
}

.gu-mirror > :not(.visible-while-dragging) {
    display: none;
}

.gu-transit:hover {
    cursor: grabbing;
}

.gu-transit {
    visibility: hidden;
}
.ol-control,.ol-scale-line{position:absolute;padding:2px}.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width}.ol-overlay-container{will-change:left,right,top,bottom}.ol-unsupported{display:none}.ol-viewport .ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-control{background-color:rgba(255,255,255,.4);border-radius:4px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}@media print{.ol-control{display:none}}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;font-size:.7rem;line-height:1.375em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none;line-height:inherit}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution.ol-logo-only ul{display:block}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0;height:1.1em;line-height:1em}.ol-attribution.ol-logo-only{background:0 0;bottom:.4em;height:1.1em;line-height:1em}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-logo-only button,.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}
.create-dry-cargo-vessel-dialog input[readonly="readonly"] {
    background-color: #eee !important;
    border-color: #ccc !important;
}
input.ng-invalid, select.ng-invalid, textarea.ng-invalid, .ng-invalid > .inherited-validation {
    border-color: #cc3300 !important;
    background-color: #f9dddd !important;
    border-width: 1px !important;
}

input.input-invalid, select.input-invalid {
    border-color: #cc3300 !important;
    background-color: #f9dddd !important;
    border-width: 1px !important;
}

.ng-enter, .ng-leave {
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

#tonnage-list input.ng-invalid,
#tonnage-list select.ng-invalid,
#tonnage-list textarea.ng-invalid,
#tonnage-list .ng-invalid > .inherited-validation,
#tonnage-list input.input-invalid,
#tonnage-list select.input-invalid {
    border-color: #D50000 !important;
    background-color: transparent !important;
    border-width: 0 0 2px 0 !important;
}

.arc-documents {
    color: #9E9A9A;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.arc-documents .arc-documents-no-documents {
    padding-top: 40px;    
}

.arc-documents .arc-documents-list-item {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    margin-top: 10px;
    background-color: white;
}

.arc-documents .arc-documents-list-item-header {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.arc-documents .delete-document {
    cursor: pointer;
    font-size: 18px;
}

.arc-documents-warning {
    color: red;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.arc-documents-drag-and-drop-container {
    padding-top: 6px; 
    padding-bottom: 4px;
    width: 100%;
}

.arc-documents-drag-and-drop-container md-icon
{
    margin-bottom: 2px;
}

.arc-documents .clk-message-list-container
{
    min-height: 0;
}

.arc-documents .add-document-container .clk-message-input > md-input-container {
    display: none;
}

.arc-documents .add-document-container input[type=file]
{
    display: none;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .arc-folder-list md-list {
        padding: 0;
    }

    .arc-folder-list .fa, 
    .arc-folder-list .md-font.fa {
        font-size: 16px;
    }

        .arc-folder-list .fa.fa-file {
            margin-left: 28px;
            color: #7f92a0;
        }

        .arc-folder-list .fa.fa-caret-right {
            color: #a0a0a0;
            font-size: 20px;
        }

        .arc-folder-list .arc-folder-list-root,
        .arc-folder-list .arc-folder-list-node {
            font-weight: 500;

        }

        .arc-folder-list .arc-folder-list-root .fa.fa-folder ,
        .arc-folder-list .arc-folder-list-node .fa.fa-folder  {
            color: #2196f3;
        }

    .arc-folder-list md-list-item,
    .arc-folder-list md-list-item .md-list-item-inner {
        min-height: 34px;
        line-height: 34px;
    }

    .arc-folder-list .arc-folder-list-input {
        display: inline-block;
        width: 120px;
        margin-left: 8px;
        font-size: 14px;
        border: 0;
        border-bottom: 2px solid #2196f3;
        background-color: transparent;
    }

    .arc-folder-list .arc-folder-list-leaf.leaf-selected {
        background-color: #f0f8ff;
        -webkit-transition:background-color 0.35s;
        -moz-transition: background-color 0.35s;
        -ms-transition: background-color 0.35s;
        -o-transition:background-color 0.35s;
        transition: background-color 0.35s;
    }

    md-list,
    md-option .md-text,
    .md-select-value .md-text {
        font-size: 13px !important;
    }
    md-option {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

md-menu-content, md-select-menu {
        font-size: 13px !important;
    }
     md-menu-item, md-option {
        min-height: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 13px !important;
    }
         md-menu-item > .md-button, 
         md-option > .md-button {
            line-height: 32px;
            min-height: 32px;
            font-size: 13px !important;
        }
         md-menu-item .md-font.fa, 
         md-option > .md-button {
            font-size: 18px;
            line-height: 24px;
        }
         md-menu-item md-checkbox,
         md-option md-checkbox {
             margin-bottom: 0;
         }
md-select-value > span {
    width: calc(100% - 13px);
}
md-select .md-select-value.md-select-placeholder > span:first-child {
    color: rgba(0, 0, 0, 0) !important;
}
md-input-container .md-placeholder {
    opacity: 1;
    top: inherit;
}
md-tooltip .md-content {
    height: auto;
}
.flex-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 6%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-row > .flex-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 6%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-column > .flex-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 6%;
    box-sizing: border-box;
}



.flex-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 8%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-row > .flex-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 8%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-column > .flex-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 8%;
    box-sizing: border-box;
}


.flex-12 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 12%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-row > .flex-12 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 12%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-column > .flex-12 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 12%;
    box-sizing: border-box;
}


.flex-13 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 13%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-row > .flex-13 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 13%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-column > .flex-13 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 13%;
    box-sizing: border-box;
}


.flex-14 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 14%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-row > .flex-14 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 14%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-column > .flex-14 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 14%;
    box-sizing: border-box;
}


.flex-64 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 64%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-row > .flex-64 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 64%;
    max-height: 100%;
    box-sizing: border-box;
}

.layout-column > .flex-64 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 64%;
    box-sizing: border-box;
}

.multiline-label {
    height: auto !important;
    white-space: normal !important;
}

.vessel-overview-row ._md-datepicker-floating-label {
    width: calc(100% - 5px);
}

.vessel-overview-row ._md-datepicker-floating-label label {
    position: absolute;
    right: auto !important;
    width: 100%;
}

.vessel-overview-row .md-datepicker-open label {
    display:block;
    bottom: 82%;
}


.multiSelect {
    background-color: #fff;
    width: -webkit-fill-available;
}
/* ! vertical layout */
.multiSelect .vertical {
    float: none;
}

/* ! horizontal layout */
.multiSelect .horizontal:not(.multiSelectGroup) {
    float: left;
}

/* ! create a "row" */
.multiSelect .line {
    padding: 2px 0px 4px 0px;
    max-height: 30px;
    overflow: hidden;
    box-sizing: content-box;
}

/* ! create a "column" */
.multiSelect .acol {
    display: inline-block;
    min-width: 12px;
}

/* ! */
.multiSelect .inlineBlock {
    display: inline-block;
}

.arc-multiselect-button {
    margin-top: 5px;

}

/* the multiselect button */
.multiSelect > button {
    width: -webkit-fill-available;
    display: inline-block;
    position: relative;
    text-align: -webkit-left;
    cursor: pointer;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #c6c6c6;
    padding: 1px 8px 1px 8px;
    min-height: 30px !important;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: normal;
    background-color: #fff;
}

    /* button: disabled */
    .multiSelect > button:disabled {
        background-image: linear-gradient(#fff, #fff);
        border: 1px solid #ddd;
        color: #999;
    }

/* button: clicked */
.multiSelect .buttonClicked {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* labels on the button */
.multiSelect .buttonLabel {
    display: inline-block;
    padding: 5px 0px 5px 0px;
}

/* downward pointing arrow */
.multiSelect .caret {
    width: 0;
    height: 0;
    margin: 5px 0px 1px 12px !important;
    float: right;
    border-top: 7px solid #333;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: 0 dotted;
}

/* the main checkboxes and helper layer */
.multiSelect .checkboxLayer {
    max-height: 400px;
    position: fixed;
    z-index: 70;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 300px;
    display: none !important;
}

/* container of helper elements */
.multiSelect .helperContainer {
    flex: 1 1 auto;
    overflow: initial;
    border-bottom: 1px solid #ddd;
    padding: 8px 8px 0px 8px;
}

/* helper buttons (select all, none, reset); */
.multiSelect .helperButton {
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 26px;
    font-size: 13px;
    border-radius: 2px;
    color: #666;
    background-color: #f1f1f1;
    line-height: 1.6;
    margin: 0px 0px 8px 0px;
}

    .multiSelect .helperButton.reset {
        float: right;
    }

    .multiSelect .helperButton:not( .reset ) {
        margin-right: 4px;
    }

/* clear button */
.multiSelect .clearButton {
    position: absolute;
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 22px;
    width: 22px;
    font-size: 13px;
    border-radius: 2px;
    color: #666;
    background-color: #f1f1f1;
    line-height: 1.4;
    right: 2px;
    top: 4px;
}

/* filter */
.multiSelect .inputFilter {
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 26px;
    font-size: 14px;
    width: 100%;
    padding-left: 7px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    color: #888;
    margin: 0px 0px 8px 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* helper elements on hover & focus */
.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
    border: 1px solid #ccc;
    color: #999;
    background-color: #f4f4f4;
}

.multiSelect .helperButton:disabled {
    color: #ccc;
    border: 1px solid #ddd;
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
    border: 1px solid #66AFE9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
}

/* container of multi select items */
.multiSelect .checkBoxContainer {
    flex: 1 1 auto;
    padding: 8px;
}

.multiSelect .innerContent {
    position: fixed;
    z-index: 9999
}

/* ! to show / hide the checkbox layer above */
.multiSelect .show {
    display: flex !important;
    flex-direction: column;
}

/* item labels */
.multiSelect .multiSelectItem {
    display: block;
    padding: 3px;
    color: #444;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    position: relative;
    min-width: 278px;
    min-height: 20px;
}

    /* Styling on selected items */
    .multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
        background-image: linear-gradient( #e9e9e9, #f1f1f1 );
        color: #555;
        cursor: pointer;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #d9d9d9;
    }

    .multiSelect .multiSelectItem .acol label {
        display: inline-block;
        padding-right: 30px;
        margin: 0px;
        font-weight: normal;
        line-height: normal;
    }

    /* item labels focus on mouse hover */
    .multiSelect .multiSelectItem:hover,
    .multiSelect .multiSelectGroup:hover {
        background-image: linear-gradient( #c1c1c1, #999 ) !important;
        color: #fff !important;
        cursor: pointer;
        border: 1px solid #ccc !important;
    }

/* item labels focus using keyboard */
.multiSelect .multiSelectFocus {
    background-image: linear-gradient( #c1c1c1, #999 ) !important;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #ccc !important;
}

/* change mouse pointer into the pointing finger */
.multiSelect .multiSelectItem span:hover,
.multiSelect .multiSelectGroup span:hover {
    cursor: pointer;
}

/* ! group labels */
.multiSelect .multiSelectGroup {
    display: block;
    clear: both;
}

/* right-align the tick mark (&#10004;) */
.multiSelect .tickMark {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 10px;
}

/* hide the original HTML checkbox away */
.multiSelect .checkbox {
    color: #ddd !important;
    position: absolute;
    left: -9999px;
    cursor: pointer;
}

/* checkboxes currently disabled */
.multiSelect .disabled,
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
    color: #c4c4c4 !important;
    cursor: not-allowed !important;
}

/* If you use images in button / checkbox label, you might want to change the image style here. */
.multiSelect img {
    vertical-align: middle;
    margin-bottom: 0px;
    max-height: 22px;
    max-width: 22px;
}

.range-result-container {
    text-align: center;
    margin: 30px 0;
    position: absolute;
    min-width: 160px;
    padding: 6px 0;
    list-style: none;
    background-color: #fff;
    z-index: 2;
    font-size: 12px;
    width: 100%;
    background: rgb(250,250,250);
    line-height: 22px;
}
.update-next-button {
    margin-right: 0;
    border-radius: 2px 0px 0px 2px;
}

.update-button-dropdown-button {
    border-radius: 0px 2px 2px 0px;
    padding: 0px 10px;
    margin-left: 0;
    min-width: unset;
}

.update-button-dropdown {
    position: absolute;
    display: inline-block;
}

.update-button-dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 65%;
    right: -10%;
}

.update-button-dropdown:hover:not([disabled]) .update-button-dropdown-content {
    display: block;
}

#updateButtonBorderLeft {
    border-left: 1px solid rgba(255,255,255,0.87);
    position: absolute;
    top: 20%;
    bottom: 20%;
}
.md-autocomplete-suggestions clk-user-avatar {
    display: inline-block;
    margin-right: 8px;
}
.autocomplete-user-template .md-autocomplete-suggestions li ,
.autocomplete-contact-template .md-autocomplete-suggestions li,
.autocomplete-location-template .md-autocomplete-suggestions li,
.autocomplete-vessel-template .md-autocomplete-suggestions li,
.autocomplete-cargo-template .md-autocomplete-suggestions li {
    font-size: 12px !important;
}

.autocomplete-user-template {
    min-width: 300px !important;
}

.autocomplete-location-template,
.autocomplete-contact-template,
.autocomplete-vessel-template {
    min-width: 500px !important;
}

/*.autocomplete-user-template.ng-hide:not(.ng-hide-animate) {
    
    display: block !important;
}*/

.autocomplete-user-template .clk-user-avatar img,
.autocomplete-contact-template .clk-user-avatar img {
    margin-top: 7px;
}

.md-autocomplete-suggestions li .bottom-line {
    position: absolute;
    bottom: -10px;
    font-size: 11px;
    margin-left: 40px;
    color: rgba(0,0,0,0.36);
    max-width: 400px;
}

#md-autocomplete input:not(:focus) {
    color: rgba(0,0,0,0.26) !important;
}

/*md-autocomplete md-input-container {
    margin-top: -2px;
    margin-bottom: 18px;
}*/

.bold-uppercase {
    font-weight: bold;
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.column-gap {
    margin-right: 8px;
}

    .column-gap:last-child {
        margin-right: 0;
    }

md-autocomplete input {
    text-transform: uppercase;
}

.autocomplete-contact-template .md-autocomplete-suggestions li div[layout="row"] > div {
    padding-left: 8px;
    padding-right: 8px;
}

.autocomplete-contact-template .md-autocomplete-suggestions li div[layout="row"] > div:first-child {
    padding-left: 0;
}

.autocomplete-contact-template .md-autocomplete-suggestions li div[layout="row"] > div:last-child {
    padding-right: 0;
}

.autocomplete-contact-template .md-autocomplete-suggestions li div[layout="row"] > div.truncate {
    min-width: 0; 
    box-sizing: border-box;
}
.bunker-price-table {
    display: block;
    overflow-x: auto;
}

    .bunker-price-table thead {
        display: block;
    }

    .bunker-price-table tbody {
        display: block;
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .bunker-price-table .span1 {
        min-width: 54px;
    }

    .bunker-price-table .span2 {
        min-width: 124px;
    }

    .bunker-price-table .span3 {
        min-width: 204px;
    }

.bunker-price-filter-wrapper {
    float: left;
}

.bunker-price-column-selector-wrapper {
    float: right;
}

.bunker-price-column-selector {
    background: initial;
    border: 0;
    margin: 0 0 3px 0;
    padding: 0;
}

    .bunker-price-column-selector .fa-columns {
        font-size: 24px;
        line-height: 0;
    }
.chips-search md-chips.md-default-theme .md-chips, md-chips#operations-search .md-chips {
    background: white;
    border-radius: 2px;
    margin: 0;
    font-size: 13px;
}
.chips-search md-chips.md-default-theme .md-chips, md-chips#operations-search .md-chips,
.chips-search md-chips.md-default-theme .md-chips.md-focused, md-chips#operations-search .md-chips.md-focused {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.chips-search md-autocomplete-wrap input {
    font-size: 14px;
}
.chips-search .md-chips .md-chip {
    margin: 4px 8px 0 0;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}
.chips-search .md-chips {
    padding: 0 0 0px 10px;
}
.chips-search md-chips.md-default-theme .md-chip, md-chips .md-chip {
    background: rgba(224, 224, 224, 0.5);
    color: rgb(66, 66, 66);
}

.chips-search .md-chips .md-chip-input-container md-autocomplete,
.chips-search .md-chips .md-chip-input-container md-autocomplete-wrap {
    height: 38px;
}
.chips-search .md-chips .md-chip-input-container input {
    border: 0;
    height: 38px;
    line-height: 38px;
    padding: 0;
}
.md-chips .md-chip-input-container:not(:first-child),
.md-chips .md-chip-input-container {
    margin: 0;
}
md-toolbar:not(.md-menu-toolbar) .chips-search .md-chips .md-chip md-icon {
    color: rgba(0, 0, 0, 0.5);
}
.chips-search .md-chips .md-chip .md-chip-remove {
    height: 30px;

}
.md-clk-main-content {
    height: 100% !important;
}
.arc-cyclone:after {
    content: "🌀";
}

.feedback-loading {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);

    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -ms-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

.feedback-loading-completed {
    opacity: inherit;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -ms-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}


.opacity-half {
    -ms-opacity: 0.9 !important;
    opacity: 0.9 !important;
}

    .opacity-half:hover {
        -ms-opacity: inherit !important;
        opacity: inherit !important;
    }

div.distance-calculator .loader-position {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 100px);
    width: 200px;
    -ms-border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding-bottom: 1px;
}

div.distance-calculator input::-webkit-outer-spin-button,
div.distance-calculator input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div.distance-calculator input[type=number] {
    -moz-appearance: textfield;
}

div.distance-calculator input[type='radio'] {
    margin: 0;
    vertical-align: middle;
}

div.distance-calculator .date-input span {
    padding: 6px;
}

div.distance-calculator tfoot label {
    margin: 0 10px 0 0;
}

div.distance-calculator .left-side-bar {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 200px;
}

div.distance-calculator .top-bar {
    position: absolute;
    top: 5px;
    left: 210px;
    margin-right: 35px;
}

div.distance-calculator .bottom-buttons {
    position: absolute;
    bottom: 25px;
    right: 15px;
    z-index: 15;
}

    div.distance-calculator .bottom-buttons i {
        color: white;
        -ms-text-shadow: 0px 0px 5px #000000;
        text-shadow: 0px 0px 5px #000000;
        margin-left: 20px;
    }

        div.distance-calculator .bottom-buttons i.active {
            color: #EFE800;
        }

div.distance-calculator .block, .block.point-selection {
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -ms-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    padding: 5px;
    -ms-opacity: 0.9;
    opacity: 0.9;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    div.distance-calculator .block:hover {
        -ms-opacity: 1;
        opacity: 1;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }

    div.distance-calculator .block .tonnage-table-fixed-height {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }


div.distance-calculator .bottom-instructions {
}

div.distance-calculator .storm-options {
}

div.distance-calculator .right-bottom-side-bar {
    position: absolute;
    bottom: 60px;
    right: 10px;
    z-index: 35;
}

div.distance-calculator .search-container, .point-selection .search-container {
    border: 1px solid #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    div.distance-calculator .search-container.waypoint {
        width: 100%;
        display: inline-block;
        z-index: 10;
    }

        div.distance-calculator .search-container.waypoint .waypoint-used {
            background-color: #feffdf !important;
            font-weight: bold;
        }

        div.distance-calculator .search-container.waypoint .waypoint-unavoidable,
        div.distance-calculator .search-container.waypoint .waypoint-unavoidable.waypoint-used,
        .waypoint .search-section-container > .waypoint-unavoidable {
            background-color: #e4dfff !important;
            font-weight: bold;
        }

.bottom-instructions .search-section-container,
.storm-options .search-section-container {
    cursor: default;
}

    .bottom-instructions .search-section-container:hover,
    .storm-options .search-section-container:hover {
        color: inherit;
    }

.waypoint .waypoint-legend {
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 1px grey solid;
}

div.distance-calculator .search-control-container label {
    width: 89%;
}

div.distance-calculator .search-container .alert-error {
    margin: 10px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
}

div.distance-calculator .search-container .fa-map-marker {
    color: rgb(0, 73, 202);
}

div.distance-calculator .search-container.calculator-container .search-control-container,
div.distance-calculator .bottom-instructions .search-control-container {
    background: inherit;
    border: none;
}

div.distance-calculator .search-container.calculator-container table tr td:first-child,
div.distance-calculator .bottom-instructions table tr td:first-child {
    padding-right: 10px;
}

div.distance-calculator .bottom-instructions table tr td:first-child {
    font-weight: bold;
}

div.distance-calculator .search-container.calculator-container .tonnage-input-control {
    padding: 0;
    text-align: right;
}

div.distance-calculator .search-container.calculator-container .search-control-container table{
    width: 100%;
}

div .distance-calculator .search-container.calculator-container table tr td {
    height: 25px;
    width: 70px;
}

div.distance-calculator .search-container.calculator-container table .input-small {
    width: 75px;
}

div.distance-calculator .search-container.calculator-container table .tonnage-input-control-right {
    position: absolute;
    right: 0;
    top: 6px;
}

div.distance-calculator .block.errors {
    opacity: 1;
}


div.distance-calculator .table-select-cell .tonnage-input-control-right {
    right: 2px;
    top: 2px;
}

div.distance-calculator table .date-input {
    max-width: 90px;
}

div.distance-calculator table .speed-input,
div.distance-calculator table .port-days-input {
    max-width: 71px;
}

div.distance-calculator table .weather-factor-input {
    max-width: 40px;
}

div.distance-calculator table .position-input {
    max-width: 120px;
}

div.distance-calculator .calculator-container .tonnage-input-control-overlay {
    height: 20px;
    position: absolute;
    background: white;
    top: 4px;
    left: 6px;
    min-width: 50px;
    text-align: left;
    transition: 0.15s
}

div.distance-calculator .calculator-container tr:hover .tonnage-input-control-overlay,
div.distance-calculator .calculator-container .tonnage-input-control:focus-within .tonnage-input-control-overlay {
    visibility: hidden;
    opacity: 0;
}

div.distance-calculator .calculator-container .select-button {
    margin-left: 8px;
}

div.distance-calculator .calculator-container .select-button {
    margin-left: 8px;
    border: 1px black;
    border: 1px solid #ccc;
}

div.distance-calculator .calculator-container .select-button:hover {
    border-color: rgba(0, 174, 239, 0.54);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(82, 168, 236, 0.6);
}

.calculator-container .popover {
    z-index: 1075;
    top: -105px;
    left: 90px;
    display: block;
}

.co2-calculator.calculator-container .popover {
    top: -120px;
}

.calculator-container .popover-title {
    text-align: center;
}

.popover-title .fa-times {
    position: absolute;
    right: 6px;
}

.slider {
    position: absolute;
    bottom: 65px;
    width: calc(100% - 450px);
    margin-left: 200px;
    margin-right: 200px;
    color: white;
    z-index: 1000;
}

    .slider .rz-bubble {
        color: white !important;
        font-weight: bold;
        text-shadow: 0px 0px 5px #000000;
    }

.block .route-colour {
    width: 100%;
    height: 3px;
}

.no-padding {
    padding: 0 !important;
}

.block .no-padding span {
    padding: 0 5px;
}

.avalaible-on-iphone {
    position: absolute;
    bottom: 5px;
    left: 5px;
    height: 35px;
    -moz-box-shadow: 0px 0px 5px #fff;
    -webkit-box-shadow: 0px 0px 5px #fff;
    box-shadow: 0px 0px 25px #FFF;
    opacity: 0.8;
}

    .avalaible-on-iphone:hover {
        opacity: 1;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

.storm-category-legend {
    text-align: center;
}

    .storm-category-legend .storm-category-legend-item {
        width: 18px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        color: white;
    }

.mfb-component__button--main, .mfb-component__button--child {
    width: 35px;
    height: 35px;
}

.mfb-component__button--child {
    background-color: rgba(235, 235, 235, 0);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__button--main {
    background-color: rgb(0, 174, 239);
    background-color: rgba(0, 174, 239, 0.9);
}

    .mfb-slidein-spring[data-mfb-state="open"] .mfb-component__button--main:hover {
        background-color: rgb(0, 174, 239);
    }

.mfb-component__button--main {
    background-color: rgb(204, 51, 0);
    background-color: rgba(204, 51, 0, 0.9);
    margin-top: 4px;
    transition: 0.3s;
}

    .mfb-component__button--main:hover {
        color: white;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: rgb(204, 51, 0);
    }


.active-bottom-buttons i.fa {
    line-height: 2 !important;
    text-shadow: 0px 0px 5px #000000;
}

.active-bottom-buttons i.pointer {
    color: #fff;
}

.active-bottom-buttons .disabled i {
    color: #bbb !important;
    cursor: auto;
}

div.distance-calculator .active-bottom-buttons .active i {
    color: #EFE800;
}

.mfb-component--tl, .mfb-component--tr,
.mfb-component--bl, .mfb-component--br {
    margin: 20px;
    margin-bottom: 40px;
}

    .mfb-component--br [data-mfb-label]:after,
    .mfb-component--tr [data-mfb-label]:after {
        display: none;
    }

.mfb-component__wrap
{
    padding-bottom: 5px;
}

li .activeIndex1 { transform: translateX(-52px); opacity: 1 !important; }

li .activeIndex2 {
    transform: translateX(-104px);
    opacity: 1 !important;
}

li .activeIndex3 {
    transform: translateX(-156px);
    opacity: 1 !important;
}

li .activeIndex4 {
    transform: translateX(-208px);
    opacity: 1 !important;
}

li .activeIndex5 {
    transform: translateX(-260px);
    opacity: 1 !important;
}

li .activeIndex6 {
    transform: translateX(-312px);
    opacity: 1 !important;
}

li .activeIndex7 {
    transform: translateX(-364px);
    opacity: 1 !important;
}

li .activeIndex8 {
    transform: translateX(-416px);
    opacity: 1 !important;
}

li .activeIndex9 {
    transform: translateX(-468px);
    opacity: 1 !important;
}

li .activeIndex10 {
    transform: translateX(-520px);
    opacity: 1 !important;
}

.map-hover-center-column {
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
    text-decoration: underline;
}

.map-hover-right-column {
    text-align: left;
}

.disabled-text {
    color: rgb(165, 165, 165);
}


.right-bottom-side-bar .nearby-locations,
.right-bottom-side-bar .nearby-locations-options,
.right-bottom-side-bar .storm-options,
.right-bottom-side-bar .bottom-instructions {
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
    margin-left: auto;
    margin-right: 0;
}

.right-bottom-side-bar .nearby-locations-options,
.right-bottom-side-bar .storm-options,
.right-bottom-side-bar .bottom-instructions {
    max-width: 200px;
}

.nearby-locations .table td.span2,
.nearby-locations .table th.span2,
.nearby-locations .table td.span1,
.nearby-locations .table th.span1 {
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    width: 40px;
    max-width: 40px;
}

.nearby-locations:hover .table td.span2,
.nearby-locations:hover .table th.span2,
.nearby-locations.expand .table td.span2,
.nearby-locations.expand .table th.span2 {
    max-width: 125px;
    width: 125px;
}

.nearby-locations:hover .table td.span1,
.nearby-locations:hover .table th.span1,
.nearby-locations.expand .table td.span1,
.nearby-locations.expand .table th.span1 {
    max-width: 50px;
    width: 50px;
}

.nearby-locations .table thead {
    background: #f2f2f2;
}

.nearby-locations .add-to-sequence {
    display: none;
}

.nearby-locations:hover .add-to-sequence,
.nearby-locations.expand .add-to-sequence {
    display: inline-block;
    width: 12px;
}


.nearby-locations .tonnage-table-container-medium {
    max-height: 315px;
}

.nearby-locations .search-section-container:hover {
    color: black;
}

.nearby-locations .fa-thumb-tack {
    float: right;
}

.nearbyLocationBufferSlider {
    margin: auto;
    width: 150px;
}

.slim .rz-pointer {
    width: 16px;
    height: 16px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    top: -5px;
}

    .slim .rz-pointer:after {
        top: 5px;
        left: 5px;
        width: 6px;
        height: 6px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

.slim .rz-bubble {
    top: -24px;
}

rzslider.slim {
    margin: 15px 0 15px 0;
}

.inline-label {
    float: none;
    vertical-align: middle;
    display: inline-block;
}



.point-selection {
    width: 150px;
    position: relative;
    left: calc(50vw - 150px);
    top: calc(50vh - 70px);
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    z-index: 999;
}

.bunker-price-scale {
    height: 10px;
    background: rgba(255,255,0,1);
    background: -moz-linear-gradient(left, rgba(255,255,0,1) 0%, rgba(255,0,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,0,1)), color-stop(100%, rgba(255,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,0,1) 0%, rgba(255,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,0,1) 0%, rgba(255,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,0,1) 0%, rgba(255,0,0,1) 100%);
    background: linear-gradient(to right, rgba(255,255,0,1) 0%, rgba(255,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ff0000', GradientType=1 );
}

.bunker-price-disclaimer {
    text-align: center;
    font-weight: bold;
    color: #68696B;
}

.bunker-port-tooltip-name {
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 5px;
}

.bunker-port-tooltip-price {
}

.bunker-port-tooltip-price-date {
    padding-bottom: 10px;
}

div.distance-calculator .position-indicator {
    position: absolute;
    bottom: 0px;
    left: 80px;
    background-color: #ffffffbb;
    margin-bottom: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.distance-calculator .position-indicator .search-container {
    border: 0;
}

div.distance-calculator .position-indicator span {
    margin-left: 5px;
}

div.distance-calculator .position-indicator-input {
    margin-right: 5px;
}


.help-and-feedback-dialog textarea {
    height: 150px;
    width: 350px;
    resize: none;
}

.help-label {
    width: 75px;
    padding-top: 5px;
    text-align: right;
}

#reason
{
    width: 365px;
}

.marker-label {
    font-family: sans-serif;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    overflow: visible !important;
    white-space: nowrap;
}

.marker-label span {
    color: #fff;
    display:block;
    margin-left: -100%;
    text-align: center;
    font-weight: bold;
    height: 18px;
    width: auto;
    white-space: nowrap;
    text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000
}
.divider {
    text-align: center;
}
.divider span {
    display: inline-block;    
}
.divider span:before,
.divider span:after {
    border-top: 1px solid rgb(141, 141, 141);
    display: block;
    height: 1px;
    content: " ";
    width: 40%;
    position: absolute;
    left: 0;
    top: 1em;
}
.divider span:after {
   right: 0;  
   left: auto; 
}

.dropdown-menu .active .red {
    color: #FFAEAE !important;
}


.dropdown-height-small, .dropdown-height-medium, .dropdown-height-large {
    overflow-x: auto;
    height: auto;
}

.dropdown-height-small {
    max-height: 200px;
}

.dropdown-height-medium {
    max-height: 500px;
}

.dropdown-height-large {
    max-height: 800px;
}

.scrollableContainer {
    height: 300px;
    position: relative;
    padding-top: 27px;
    margin-bottom: 30px;
}
.scrollableContainer .headerSpacer {
    border: 1px solid #d5d5d5;
    border-bottom-color: #bbb;
    position: absolute !important;
    height: 26px;
    top: 0;
    right: 0;
    left: 0;
}
.scrollableContainer th .th-inner .title > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scrollableContainer th .orderWrapper {
    position: absolute;
    top: 0;
    right: 2px;
    cursor: pointer;
}
.scrollArea {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d5d5d5;
}
.scrollArea table {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    border: none;
    border-collapse: separate;
}
.scrollArea table th {
    padding: 0;
    border: none;
    min-width: 40px;
}
.scrollArea table .th-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute !important;
    top: 0;
    height: 26px;
    line-height: 26px;
    
    border-left: 1px solid #ddd;
}
.scrollArea table tr th:first-child .th-inner {
    border-left: none;
}
.scrollArea table .th-inner.condensed {
    padding: 0 3px;
}
.scrollArea table tbody tr td:first-child {
    border-left: none;
}
.scrollArea table tbody tr td:last-child {
    border-right: none;
}
.scrollArea table tbody tr:first-child td {
    border-top: none;
}
.scrollArea table tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.fixture-edit-required-fields .right-align-control {
    position: absolute;
    right: -30px;
    bottom: 7px;
    text-align: left;
    width: 25px;
}

.double-date-container .input-mini {
    width: 32px;
}

.fixture-quick-add {
    position: relative;
}
    .fixture-quick-add .fixture-quick-add-footer-buttons {
        /*position: absolute;*/
        bottom: 0;
        height: 33px;
        padding-left: 5px;
        border-top: gray 1px solid;
        padding-top: 8px;
        background-color: white;
        width: 100%;
        margin-left: 0px;
          margin-top: 20px;
    }
    .fixture-quick-add .input-medium {
        width: 140px; 
    }
    .fixture-quick-add .input-small {
        width: 110px; 
    }
    .fixture-quick-add h5 {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .fixture-quick-add h5, .fixture-quick-add > div {
        margin-left: 10px;
    }
    .fixture-quick-add > .offset-top1 {
        padding-top: 3px;
    }
    .fixture-quick-add select.input-mini {
        width: 77px;
    }
    .fixture-quick-add .add-item {
        width: 27px;
    }

.search-filter-container i.fa-refresh {
    padding-left: 10px;
}


.fixture-grid-button-row .button-spacer {
    width: 10px;
    display: inline-block;
}

/* Sets vessel location popup offset. Without this users cannot close it. */
.popover.right.in.fade {
    margin-left: 30px;
}

.location-cargo-dialog .modal-dialog {
    top: 20%;
}

.location-cargo-dialog.size-1 .modal-dialog .modal-content {
    width: 560px;
}

.location-cargo-dialog.size-2 .modal-dialog .modal-content {
    max-width: 620px;
}

.location-cargo-dialog.size-3 .modal-dialog .modal-content {
    max-width: 680px;
}

.location-cargo-dialog.size-4 .modal-dialog .modal-content {
    max-width: 740px;
}

.location-cargo-dialog.size-5 .modal-dialog .modal-content {
    max-width: 800px;
}

.location-cargo-dialog.size-6 .modal-dialog .modal-content {
    max-width: 860px;
}

.location-cargo-dialog.size-7 .modal-dialog .modal-content {
    max-width: 920px;
}

.location-cargo-dialog.size-8 .modal-dialog .modal-content {
    max-width: 980px;
}

.location-cargo-dialog.large .modal-dialog .modal-content {
    max-width: 1000px;
}

.location-cargo-dialog .modal-dialog .modal-content .location-cargo-table {
    table-layout: fixed;
    width: 100%;
}

    .location-cargo-dialog .modal-dialog .modal-content .location-cargo-table th.location {
        overflow: visible;
    }

    .location-cargo-dialog .modal-dialog .modal-content .location-cargo-table th.cargo {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .location-cargo-dialog .modal-dialog .modal-content .location-cargo-table td.location {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .location-cargo-dialog .modal-dialog .modal-content .location-cargo-table td.cargo {
        text-align: center;
    }

.fixture-privacy-office {
    -moz-min-width: 70px;
    -ms-min-width: 70px;
    -o-min-width: 70px;
    -webkit-min-width: 70px;
    min-width: 70px;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    position: relative;
    border-right: #D6D6D6 1px solid;
}

    .fixture-privacy-office label {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .fixture-privacy-office input {
        position: absolute;
        right: 5px;
    }

#fixture-saved-searches input[type="text"] {
    width: 90px;
}

#fixtures-side-panel .tab-content {
    overflow: visible;
}

#fixtures-side-panel .nav-tabs>li {
    margin-bottom: -2px;
}
#fixtures-side-panel .nav-tabs>.active>a, 
#fixtures-side-panel .nav-tabs>.active>a:hover, 
#fixtures-side-panel .nav-tabs>.active>a:focus{
    border-top: 0;
}

#fixtures-side-panel .nav-tabs li:first-child.active>a, 
#fixtures-side-panel .nav-tabs li:first-child.active>a:hover, 
#fixtures-side-panel .nav-tabs li:first-child.active>a:focus{
    border-left: 0;
}

#fixtures-side-panel .nav-tabs>.active>a,
#fixtures-side-panel .nav-tabs>.active>a:hover,
#fixtures-side-panel .nav-tabs>.active>a:focus{
    background-color: #FBFBFB;
}

#clear-fixture-search-link {
    text-align: right;
    color: blue;
    display: block;
    padding: 2px 6px 0 0;
    cursor: pointer;
}

.delete-fixture-btn {
    float: right;
    font-size: 12px;
    background: #c30;
    padding: 2px 5px;
    -ms-border-radius: 0;
    border-radius: 0;
}

#pcg-spot-comments{
    width: 220px;
}

div#pcg-tc-col2 {
    margin-left: 0;
}

div#pcg-tc-col2 .row-fluid .span2 {
    width: 15.2%;
}

div#pcg-tc-col2 .row-fluid .span10 {
    width: 80.5%;
}

#pcg-tc-vessel-input-container > i
{
    right: 40px !important;
}

#fixtures-side-panel .search-filter-container
{
    border: 0;
}

#fixtures-side-panel ul.nav.nav-tabs
{
    margin: 0;
}

::-ms-clear {
    display: none;
}
body {
  background-color: rgb(60, 60, 60);
}
sup {
    font-size: 90%;
}
h3 {
    text-transform: uppercase;
    line-height: 117%;
}
i {
    font-size: 14px;
    text-align: center;
}
    i.disabled {
        color: #bbbbbb !important;
        cursor: auto;
    }
hr.thin {
    border: none;
    height: 1px;
    color: #333;
    background-color: #333; 
}
div:focus {
    outline: none;
}

.line-through {
    text-decoration: line-through
}
.inline-display {
    display: inline-block;
}
.bold {
    font-weight: bold !important;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.center-text {
    text-align: center !important;
}
.right-text {
    text-align: right !important;
}
.red {
    color: #c30 !important;
}
.amber {
    color: #D48100;
}
.green {
    color: green;
}
.faded {
    color: #939393;
}
.not-avalaible {
    color: #cccccc;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.inline-ellipse-overflow {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.ellipise {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.input-populated {
    background-color: #feffdf !important;
    color: #1f1f1f;
}
.blank-button {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}
.move-cursor {
    cursor: move;
}
.plain-text-log {
    min-height: 100px;
    max-height: 500px;
    overflow: scroll;

    text-align: left;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;

    white-space: pre;
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.tonnage-input-control {
    padding-right: 16px;
}

.tonnage-input-control-right {
    position: absolute;
    right: 3px;
    top: 0;
}

.grey-text {
    color: #ABABAB;
}

.input-fluid {
    width: calc(100% - 14px);
}

.controller-container {
    display: inherit;
}

.arg-grid-clk-header-contaniner {
    border-bottom: 1px solid #ECEDEC;
    position: relative;
    line-height: 64px;
}
    .arg-grid-clk-header-contaniner > primary-grid-controls {
        overflow-y: hidden;
        line-height: 64px;
    }
    .arg-grid-clk-header-contaniner .ag-grid-clk-header-result-count {
        position: absolute;
        top: 18px;
        font-size: 11px;
        color: #B3B3B3;
        font-weight: normal;
        left: 24px;
    }

.ag-grid-clk-header-text{
    font-size: 11pt !important;
}

.quick-search-loop {
    flex: auto;
    justify-items: flex-end;
    display: grid !important;
}

.module-menu a {
    text-decoration: none;
}

/*****UNUSED*****/
.loaded {
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    
}
.loading-container {
    text-align: center;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.loading {
    margin: 10% auto;
    border-bottom: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid #c30;
    border-top: 6px solid #c30;
    border-radius: 100%;
    height: 125px;
    width: 125px;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
}
/*****UNUSED*****/


.tonnage-content-breadcrum {
    left: 288px;
    width: auto;
    right: 200px;
}

    .tonnage-content-breadcrum .tonnage-breadcrumb {
        padding: 0;
        margin: 0;
    }

        .tonnage-content-breadcrum .tonnage-breadcrumb li {
            display: inline-block;
        }

.help-and-feedback {
    position: absolute;
    right: 450px;
    width: auto;
}

.intake-calculator-modal #intake-calculator-wrapper {
    position: relative;
}

.intake-calculator-modal .modal-content {
    width: 500px;
    min-width: 500px;
}

.intake-calculator-modal .modal-body {
    max-height: 650px;
    overflow-y: inherit;
}

#intake-calculator-form .container-fluid {
    min-width: 450px !important;
}

#intake-calculator-form input[type="text"] {
    width: 120px;
}

#intake-calculator-form select {
    width: 135px;
    border: 1px solid #ccc;
}

#intake-calculator-form input#vessel-lookup {
    width: 235px;
    margin-bottom: 10px !important;
}

#intake-calculator-form input.stowage-field {
    width: 50px;
    margin-right: 5px;
}

#intake-calculator-form .input-long {
    margin-bottom: 5px;
}

#intake-calculator-form .max-lift-result {
    padding-left: 10px;    
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.intake-calculator-modal .plain-text-log {
    position: absolute;
    top: 0;
    left: -380px;
    width: 375px;
    height: 100%;
}
/* Layout: Content-Body, Left Sidebar, Header and Footer */
@media screen and (max-width: 1080px) {
    div.content-view, div.content-view, div.content-view div#fullscreen-content {
        margin: 10px 10px 31px;
        padding: 10px;
    }

        div.content-view div#fullscreen-content {
            padding: 0;
            margin: 0px 0px 16px;
        }
}

/* Layout: Content-Body, Left Sidebar, Header and Footer */
html, body, section {
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f2f2f2;
    color: #1e1e1e;
    font-family: 'HelveticaNeueW01-55Roma', Helvetica, arial, verdana, sans-serif;
    font-size: 11px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
}

footer, #left-sidebar, #login-wall {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 0;
}

    

/* Header */
.clk-nav-header-container,
body #content {
    top: 56px;
}
.pinned > .clk-nav-header-container,
body.pinned #content {
    top: 94px;
}

body.left-sidebar-hidden #content {
    top: 0px;
}

[class*=avatar][class$=small] img {
    max-width: inherit;
}

.clk-nav-header-container  * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Content-Body and Footer */
body #content {
    overflow: auto;
    -webkit-transition: left 120ms;
    -moz-transition: left 120ms;
    -o-transition: left 120ms;
    transition: left 120ms;
}

div.content-frame {
    overflow: hidden;
    min-height: 100%;
    min-width: 800px;
}

div.content-frame-v2 {
    height: auto;
}

footer {
    margin-top: -20px;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    z-index: 99;
    position: absolute;
    width: 50%;
}

    footer.footer-padded {
        margin-top: 10px;
    }

div.content-view, div.content-view, div.content-view div#fullscreen-content {
    margin: 5px 5px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -moz-transition: margin 100ms, padding 100ms;
    -o-transition: margin 100ms, padding 100ms;
    -webkit-transition: margin 100ms, padding 100ms;
    transition: margin 100ms, padding 100ms;
    min-width: 965px;
}

    div.content-view div#fullscreen-content {
        position: absolute;
        z-index: 10;
        background-color: #f2f2f2;
        border: 0;
        padding: 0;
        margin: 0px 0px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

/* Login-Wall */
section#login-wall {
    display: block;
    z-index: 9999;
    background-color: black;
}

    section#login-wall .login-wall-container {
        margin: 50px auto 0;
        padding: 0;
        color: #cccccc;
        text-align: center;
    }

    section#login-wall .login-wall-loading-text {
        color: #cccccc;
        text-align: center;
        padding-top: 12px;
        font-size: 14px;
        position: relative;
    }

    section#login-wall .error-message {
        margin-top: 25px;
        font-size: 10pt;
        -ms-text-shadow: 0 0 10px black;
        text-shadow: 0 0 10px black;
        position: relative;
        font-weight: bold;
    }

    section#login-wall #loading-bar {
        color: #cccccc;
        text-align: center;
    }

/* Left-Sidebar: Sidebar Items and Sub-Items */
body #left-sidebar div.module-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

body.left-sidebar-collapsed #left-sidebar div.module-menu {
    overflow: visible;
}

#left-sidebar a {
    display: block;
    overflow: hidden;
}

#left-sidebar i {
    font-size: 22px;
}

    #left-sidebar i + span {
        margin-left: 1px;
    }

    #left-sidebar i.collapse-button {
        display: block;
        position: absolute;
        width: 60px;
        top: -48px;
        height: 48px;
        line-height: 48px;
        background: rgba(30, 39, 44, 0.7);
        cursor: pointer;
    }

        #left-sidebar i.collapse-button:hover {
            background-color: #151a20;
            color: #00aeef;
            text-decoration: none;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

#left-sidebar div.sidebar-item {
    border-top: 1px solid rgb(30, 39, 44);
    border-bottom: 1px solid rgb(30, 39, 44);
}

    #left-sidebar div.sidebar-item .sidebar-item-link > a, body.left-sidebar-collapsed #left-sidebar div.sidebar-item {
        height: 60px;
        line-height: 60px;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #left-sidebar div.sidebar-item-expanded, #left-sidebar div.sidebar-item:hover {
        background-color: #151a20;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #left-sidebar div.sidebar-item:hover {
        background-color: #2c3847;
        border-top-color: #151a20;
        border-bottom-color: #151a20;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    #left-sidebar div.sidebar-item .sidebar-item-link > a i {
        width: 60px;
        line-height: 60px;
        vertical-align: middle;
    }

#left-sidebar div.sidebar-item-collapsed .sidebar-item-link > a span:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    float: right;
    margin-right: 6px;
}

#left-sidebar div.sidebar-item-expanded .sidebar-item-link > a span:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 14px;
    float: right;
    margin-right: 6px;
}




#left-sidebar div.sidebar-item div.sidebar-subitems {
    overflow-y: auto;
    max-height: 250px;
}

#left-sidebar div.sidebar-item-collapsed div.sidebar-subitems {
    display: none;
}

body.left-sidebar-collapsed #left-sidebar div.sidebar-item div.sidebar-subitems {
    width: 250px;
    max-height: 350px;
}




#left-sidebar div.sidebar-item div.sidebar-subitem {
    overflow: hidden;
    border-top: 1px dashed #233138;
}

#left-sidebar div.sidebar-subitem > a {
    height: 30px;
    line-height: 30px;
}

    #left-sidebar div.sidebar-subitem > a i {
        width: 60px;
        font-size: 14px;
    }

.sidebar-subitem-text {
    width: 145px;
    display: inline-block;
    height: 20px;
}

body.left-sidebar-collapsed #left-sidebar div.sidebar-subitems {
    position: relative;
    left: 60px;
    top: -60px;
    background-color: rgba(21, 26, 32, 0.8);
    -moz-box-shadow: 0 0 16px rgba(30, 39, 44, 0.6);
    -webkit-box-shadow: 0 0 16px rgba(30, 39, 44, 0.6);
    box-shadow: 0 0 16px rgba(30, 39, 44, 0.6);
}

body.left-sidebar-collapsed #left-sidebar div.sidebar-item div.sidebar-subitem:first-child {
    border-top: 0px solid #151a20;
}

body.left-sidebar-collapsed #left-sidebar div.sidebar-item div.sidebar-subitem:hover {
    background-color: #151a20;
}

/* Progress Section */
section#progress {
    right: 0px;
    left: auto;
    bottom: 0px;
    top: auto;
    background-color: transparent;
    pointer-events: none;
    z-index: 10;
}

    section#progress ul, section#progress li {
        margin: 0;
        padding: 0px 15px 0px 40px;
        border-top-left-radius: 5px;
        list-style: none;
        color: rgb(30, 30, 30);
        font-size: 10px;
        font-weight: bold;
        text-align: right;
    }

        section#progress li:after {
            content: ' ...';
        }

/* http://jsbin.com/rusaz/3/edit */
li.progress-item.ng-leave {
    -webkit-transition: 400ms linear all;
    -moz-transition: 400ms linear all;
    -o-transition: 400ms linear all;
    transition: 400ms linear all;
    opacity: 1;
    color: red;
}

    li.progress-item.ng-leave.ng-leave-active {
        opacity: 0;
    }

.progress-item {
    background-color: #dbdbdb;
    background-color: rgba(220,220,220,0.85);
}




#login-wall-top {
    height: 48px;
    min-width: 660px;
    background: #1e272c url('/assets/img/Clarksons-Flag-Slice-1075-48.png') 0 0 no-repeat;
}

#login-wall-top-overlay {
    background: transparent url('/assets/img/Header-Background-Shade.png');
    padding-left: 60px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14pt;
    line-height: 48px;
}

    #login-wall-top-overlay span:first-child {
        margin-left: 4px;
        color: white;
    }

    #login-wall-top-overlay span:last-child {
        color: #00aeef;
    }


#login-wall {
    visibility: visible;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transition: visibility 0.3s, opacity 0.3s ease-in;
    -moz-transition: visibility 0.3s, opacity 0.3s ease-in;
    -ms-transition: visibility 0.3s, opacity 0.3s ease-in;
    -o-transition: visibility 0.3s, opacity 0.3s ease-in;
    transition: visibility 0.3s, opacity 0.3s ease-in;
}

.login-wall-background {
    width: 100%;
    height: 100%;
    -ms-opacity: 0.15;
    opacity: 0.15;
    position: absolute;
    margin-top: 48px;
    background-color: black;
}

.login-wall-hide {
    visibility: hidden !important;
    -ms-opacity: 0 !important;
    opacity: 0 !important;
}

#login-wall .fa-logo.clarksons-icon-logo {
    font-size: 30px;
    position: relative;
}

#login-wall .login-splash {
    position: fixed; 
    width: 510px;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    background-color: #091624;
    border-radius: 10px;
}

#login-wall .login-splash .login-app-logo {
    border-bottom: 1px solid #bbb;
    margin: 10px;
    height: 95px;
}

#login-wall .message {
    margin:10px 20px;
    font-size:10.5pt;
    color: #bbb;
}

#login-wall .message a {
    color: #2196f3;
    text-decoration:underline;
}

#login-wall .company-info {
    color: #bbb;
    width: 100%;
    text-align: center;
    font-size:10.5pt;
    margin-top: 10px; 
    margin-bottom: 10px; 
}


@keyframes stripe-in-out {
    0% {
        opacity: 0;
        transform: skewX(-30deg) scale(0.6);
    }

    20% {
        opacity: .8;
        transform: skewX(-30deg) scale(1);
    }

    45% {
        opacity: 0;
        transform: skewX(-30deg) scale(0.6);
    }

    100% {
        opacity: 0;
        transform: skewX(-30deg) scale(0.6);
    }
}

.striped-loader {
    display: flex;
    flex-direction: row;
    margin: 10px auto;
    width: 100px;
    height: 40px;
}

.stripe {
    box-sizing: border-box;
    height: 100%;
    padding: 0 4%;
    width: 20%;
}

.stripe-inner {
    animation-duration: 1.44s;
    animation-iteration-count: infinite;
    animation-name: stripe-in-out;
    animation-timing-function: ease-in-out;
    background: #0c1b2a;
    height: 100%;
    opacity: 0;
    width: 100%;
}

.striped-loader.blue .stripe-inner {
    background: #1C83D3;
}

.stripe:nth-child(1) .stripe-inner {
    animation-delay: 0s;
}

.stripe:nth-child(2) .stripe-inner {
    animation-delay: 0.2s;
}

.stripe:nth-child(3) .stripe-inner {
    animation-delay: 0.4s;
}

.stripe:nth-child(4) .stripe-inner {
    animation-delay: 0.6s;
}

.stripe:nth-child(5) .stripe-inner {
    animation-delay: 0.8s;
}


.login-container {
    position: absolute;
    margin-top: calc(50vh - 300px);
    text-align: center;
    width: 100%;
    visibility: hidden;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: visibility 0.5s, opacity 0.5s ease-in;
    -moz-transition: visibility 0.5s, opacity 0.5s ease-in;
    -ms-transition: visibility 0.5s, opacity 0.5s ease-in;
    -o-transition: visibility 0.5s, opacity 0.5s ease-in;
    transition: visibility 0.5s, opacity 0.5s ease-in;
}

.login-block {
    width: 320px;
    padding: 20px;
    background-color: rgb(37, 58, 70);
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px black, 0 0 15px black;
    -ms-box-shadow: 0 0 5px black, 0 0 15px black;
    -moz-box-shadow: 0 0 5px black, 0 0 15px black;
    box-shadow: 0 0 5px black, 0 0 15px black;
    font-family: HelveticaNeueW01-55Roma, Helvetica, arial,verdana, sans-serif;
    border-top-color: #00aeef;
    border-top-style: solid;
    border-top-width: 5px;
    border-right-color: rgb(70, 91, 103);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(70, 91, 103);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(70, 91, 103);
    border-left-style: solid;
    border-left-width: 1px;
}

.login-inputs-show {
    visibility: visible !important;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
}

.login-block h1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px black;
}

.login-block input#username {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
    margin-bottom: 10px !important;
}

    .login-block input#username:focus {
        background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;
        background-size: 16px 80px;
    }

.login-block input#password {
    background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
    margin-bottom: 80px !important;
}

    .login-block input#password:focus {
        background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
        background-size: 16px 80px;
    }

.login-block input:active, .login-block input:focus {
    border: 1px solid #007EAD;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #00aeef;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #007EAD;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
}

    .login-block button:hover {
        background: #337ab7;
    }

.login-block .input-prepend.input-password {
    margin-bottom: 120px;
}

    .login-block .input-prepend.input-username .add-on,
    .login-block .input-prepend.input-username input,
    .login-block .input-prepend.input-password .add-on,
    .login-block .input-prepend.input-password input {
        height: 25px;
        padding: 5px 15px;
    }

    .login-block .input-prepend.input-password input,
    .login-block .input-prepend.input-username input {
        width: calc(100% - 82px);
        font-size: 11pt;
        border-radius: 0 5px 5px 0;
    }

    .login-block .input-prepend.input-password .add-on,
    .login-block .input-prepend.input-username .add-on {
        color: rgb(70, 91, 103);
    }

.login-block .input-prepend {
    width: 100%;
}

    .login-block .input-prepend i {
        margin-top: 4px;
    }

.login-block form {
    margin: 0;
}

    .login-block form hr {
        margin-top: 35px !important;
    }

    .login-block form .windows-auth-button {
        margin-top: 5px;
        position: relative;
    }

        .login-block form .windows-auth-button i {
            position: absolute;
            left: 25px;
            top: 3px;
        }

        .login-block form .windows-auth-button + span {
            color: #fff;
        }

.log-out {
    margin-right: 25px;
}

    .log-out:hover {
        color: #00aeef;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
        transition: .3s;
    }



.folder,
.leaf {
    cursor: pointer;
}

.leaf {
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

    .leaf.leaf-selected {
        border-right: #00AEEF 6px solid;
    }

.folder > i {
    color: #daa520;
}



.node-container {
    padding-left: 10px;
}

div.node-inner {
    padding: 3px 0 3px 0;
    cursor: pointer;
}



div.dropdown {
    z-index: 888;
}

.pointer {
    cursor: pointer;
}

.node-inner ul.dropdown-menu {
    min-width: inherit;
}

.context-menu-item > a {
    padding: 3px 15px !important;
}

.context-menu-item a:hover {
    color: #fff !important;
    background-color: #3498db;
}

.context-menu-item a > i {
    padding: 0 !important;
}

.context-menu-item a:hover > i:hover {
    color: #000 !important;
}

.expanded {
    height: 400px;
}

.position-fixed {
    position: fixed;
}

.context-menu-item span {
    line-height: 20px;
    vertical-align: middle;
}

.drag-mirror {
    line-height: 20px;
    cursor: move !important;
    background: white;
    opacity: 0.9;
    color: black;
    border: 1px darkgray solid;
    padding: 0 10px;
    z-index: 1101 !important;
}

#myWorksheets {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#readonlyWorksheets {
    position: relative;
}

    #readonlyWorksheets > .remove-readonly-user {
        float: right;
        margin-top: 3px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
    }

        #readonlyWorksheets > .remove-readonly-user > i {
            padding: 0 8px 0 0;
        }


.heading {
    margin-top: 26px;
    margin-bottom: 58px;
    height: 78px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sea-module {
    transform-origin: top left;
    transform: scale(1.6);
    padding-top: 8px;
}
.sea-module .module-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    float: left;
}

@media screen and (max-width: 375px) {
    .sea-module .module-heading {
        transform: scale(0.8);
        transform-origin: left;
    }
}

.sea-module .module-heading > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sea-module .module-heading h1,
.sea-module .module-heading h2 {
    display: inline-block;
    font-family: "Cera";
    font-size: 28px;
    color: #fff;
    position: relative;
    height: 40px;
    line-height: 1.2 !important;
}

.sea-module .module-heading h1::before,
.sea-module .module-heading h1::after,
.sea-module .module-heading h2::before,
.sea-module .module-heading h2::after {
    display: block;
    content: "";
    position: absolute;
    transform: skewX(-33deg);
}

.sea-module .module-heading h1 {
    font-weight: 200;
    margin: 0 0 0 5px;
}

.sea-module .module-heading h1::before,
.sea-module .module-heading h1::after {
    background-color: #091624;
    width: 6px;
    height: 20px;
}

.sea-module .module-heading h1::before {
    top: 7px;
    left: -3px;
}

.sea-module .module-heading h1::after {
    top: 14px;
    right: -2px;
}

.sea-module .module-heading h2 {
    font-style: italic;
    font-weight: 400;
    white-space: nowrap;
}

.sea-module .module-heading h2::before {
    height: 30px;
    width: 4px;
    left: -5px;
    top: 4px;
    z-index: 1;
}

.sea-module .module-heading h2::after {
    background-color: #091624;
    width: 8px;
    height: 30px;
    top: 5px;
    z-index: 0;
}

.sea-module .heading__product--default {
    margin: 0 0 0 15px;
}

.sea-module .heading__product--default::after {
    left: -2px;
}

.sea-module .heading__product--u::before {
    left: -7px !important;
}

.sea-module .heading__product--u::after {
    left: -6px;
}

.sea-module .heading__product--n {
    margin: 0 0 0 12px;
}

.sea-module .heading__product--n::before {
    left: -7px !important;
}

.sea-module .heading__product--n::after {
    left: -4px;
}

.sea-module .heading__product--o,
.sea-module .heading__product--c {
    margin: 0 0 0 10px;
}

.sea-module .heading__product--o::after,
.sea-module .heading__product--c::after {
    left: -1px;
}

.sea-module .heading__product--t {
    margin: 0 0 0 14px;
}

.sea-module .heading__product--t::before {
    left: -10px !important;
}

.sea-module .heading__product--t::after {
    left: -5px;
}

.sea-module .heading__product--f {
    margin: 0 0 0 15px;
}

.sea-module .heading__product--f::before {
    left: -10px !important;
}

.sea-module .heading__product--f::after {
    left: -5px;
}

.sea-module .heading__product--h {
    margin: 0 0 0 15px;
}

.sea-module .heading__product--h::before {
    left: -10px !important;
}

.sea-module .heading__product--h::after {
    left: -9px;
}

.sea-module .heading__product--r {
    margin: 0 0 0 12px;
}

.sea-module .heading__product--r::before {
    left: -7px !important;
}

.sea-module .heading__product--r::after {
    left: -4px;
}

.header-theme__market-inteligence h2:before {
    background: linear-gradient(45deg,#cca200 12%,#ffe066 83%);
}
/*------------logopulse------------*/
@-webkit-keyframes logopulse {
    0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-moz-keyframes logopulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;

  }
}
@-ms-keyframes logopulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes logopulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}


/*------------dotleftpulse------------*/
@-ms-keyframes dotleftpulse {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    100% {
        opacity: 0.1;
        transform: translate3d(8px,0,0);
    }
}
@-moz-keyframes dotleftpulse {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    100% {
        opacity: 0.1;
        transform: translate3d(8px,0,0);
    }
}
@-webkit-keyframes dotleftpulse {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    100% {
        opacity: 0.1;
        transform: translate3d(8px,0,0);
    }
}
@keyframes dotleftpulse {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    100% {
        opacity: 0.1;
        transform: translate3d(8px,0,0);
    }
}


/*------------dotrightpulse------------*/
@-ms-keyframes dotrightpulse {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }

    100% {
        opacity: 0.1;
        transform: translate3d(-8px,0,0);
    }
}
@-moz-keyframes dotrightpulse{
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }

    100% {
        opacity: 0.1;
        transform: translate3d(-8px,0,0);
    }
}
@-webkit-keyframes dotrightpulse {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }

    100% {
        opacity: 0.1;
        transform: translate3d(-8px,0,0);
    }
}
@keyframes dotrightpulse {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    100% {
        opacity: 0.1;
        transform: translate3d(-8px,0,0);
    }
}


@keyframes dotfadetoline {   
    100% {        
        transform: scaleY(0.2) scaleX(3.2);
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}


.loading-container-dot {
  text-align: center;
}
.loading-container-dot:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.loading-dot {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

[class^="fa-"],
[class*=" fa-"] {
    display: inline-block;
    -webkit-speak: none;
    -moz-speak: none;
    -ms-speak: none;
    -o-speak: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-variant: normal;
    -moz-font-variant: normal;
    -ms-font-variant: normal;
    -o-font-variant: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.white .fa-logo {
    color: #ffffff;
}
.white .dot {
    background: #ffffff;
}

.fa-logo {
    margin: 0 15px;
    font-size: 20px;
    color: #474747;
}

.fa-logo.animate {
    -webkit-animation: logopulse 500ms alternate infinite;
    -moz-animation: logopulse 500ms alternate infinite;
    -ms-animation: logopulse 500ms alternate infinite;
    -o-animation: logopulse 500ms alternate infinite;
    animation: logopulse 500ms alternate infinite;  
}

.fa-logo.poop {
  font-size: 50px;
}

.large.dot {
    width: 12px;
    height: 12px;
    top: 10px;
}

.fa-logo.clarksons-icon-logo {
    font-size: 22px;
}

.dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #474747;
    vertical-align: middle;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top:6px;
}

.dot-to-line-animation .dot.left-dot,
.dot-to-line-animation .dot.right-dot {   
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation: dotfadetoline 500ms normal forwards;
    -moz-animation: dotfadetoline 500ms normal forwards;
    -ms-animation: dotfadetoline 500ms normal forwards;
    -o-animation: dotfadetoline 500ms normal forwards;
    animation: dotfadetoline 500ms normal forwards;
}

    .dot.left-dot {
        margin-left: 5px;
        will-change: transform;
    }    
        .animate .dot.left-dot {
            -webkit-animation: dotleftpulse 500ms alternate infinite;
            -moz-animation: dotleftpulse 500ms alternate infinite;
            -ms-animation: dotleftpulse 500ms alternate infinite;
            -o-animation: dotleftpulse 500ms alternate infinite;
            animation: dotleftpulse 500ms alternate infinite;
        }
        .animate .dot.left-dot.one {
            -webkit-animation-delay: 150ms;
            -moz-animation-delay: 150ms;
            -ms-animation-delay: 150ms;
            -o-animation-delay: 150ms;
            animation-delay: 150ms;
            left: 42px;
        }
        .animate .dot.left-dot.two {
            -webkit-animation-delay: 300ms;
            -moz-animation-delay: 300ms;
            -ms-animation-delay: 300ms;
            -o-animation-delay: 300ms;
            animation-delay: 300ms;
            left: 64px;
        }
        .animate .dot.left-dot.three {
            -webkit-animation-delay: 450ms;
            -moz-animation-delay: 450ms;
            -ms-animation-delay: 450ms;
            -o-animation-delay: 450ms;
            animation-delay: 450ms;
            left: 86px;
        }

        .dot.large.left-dot.one {
            left: 48px;
        }
        .dot.large.left-dot.two {
            left: 70px;
        }
        .dot.large.left-dot.three {
            left: 92px;
        }


    .dot.right-dot {
        margin-right: 5px;
        will-change: transform;       
    }
        .animate .dot.right-dot {
             -webkit-animation: dotrightpulse 500ms alternate infinite;
             -moz-animation: dotrightpulse 500ms alternate infinite;
             -ms-animation: dotrightpulse 500ms alternate infinite;
             -o-animation: dotrightpulse 500ms alternate infinite;
             animation: dotrightpulse 500ms alternate infinite;
        }
        .animate .dot.right-dot.one  {
            -webkit-animation-delay: 150ms;
            -moz-animation-delay: 150ms;
            -ms-animation-delay: 150ms;
            -o-animation-delay: 150ms;
            animation-delay: 150ms;
            right: 42px;
        }
        .animate .dot.right-dot.two  {
            -webkit-animation-delay: 300ms;
            -moz-animation-delay: 300ms;
            -ms-animation-delay: 300ms;
            -o-animation-delay: 300ms;
            animation-delay: 300ms;
            right: 64px;
        }
        .animate .dot.right-dot.three {
            -webkit-animation-delay: 450ms;
            -moz-animation-delay: 450ms;
            -ms-animation-delay: 450ms;
            -o-animation-delay: 450ms;
            animation-delay: 450ms;
            right: 86px;
        }

        .dot.large.right-dot.one {
            right: 48px;
        }
        .dot.large.right-dot.two {
            right: 70px;
        }
        .dot.large.right-dot.three {
            right: 92px;
        }
/************** MAP DIRECTIVES *****************/
.map-directive, .map-directive .map {
    height: 100%;
    width: 100%;
}

.map .ol-zoom {
  top: .5em;
  right: .5em;
  left: auto ;
}

.map .ol-zoom, .map .ol-touch .ol-zoom, .map .ol-zoom:hover, .map .ol-touch .ol-zoom:hover {
    background-color: rgba(255,255,255,.8);
}
.map .ol-zoom .ol-zoom-out {
  margin-top: 204px;
}
.map .ol-zoomslider, .map .ol-zoomslider:hover {
  background-color: transparent;
  top: 2.3em;
  right: 0.6em;
    left: auto;
  width: 18px;
}
.map .ol-zoomslider .ol-zoomslider-thumb {
    width: 17px;
    background: rgba(0,60,136,.5);
}
.map .ol-zoomslider .ol-zoomslider-thumb:hover {
    background: rgba(0,60,136,.8);
}

.map .ol-touch .ol-zoom .ol-zoom-out { 
  margin-top: 212px;
}
.map .ol-touch .ol-zoomslider, .map .ol-touch .ol-zoomslider:hover {
  background-color: transparent;
  top: 2.75em;
  width: 18px;
}

.map .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.map .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
  top: 3px;
}

.map .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.map .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
  top: 232px;
}

/************** OPENLAYERS MAPS: INFORMATION POPUPS *****************/
.ol-popup {
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: rgba(255, 255, 255, 0.85);
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    cursor: pointer;
}


form[name="NavOptions"] td:first-child a {
	display : none;
}

form[name="NavOptions"] table {
	background : none !important;
}


.multi-select {
    overflow: hidden;
}

.multi-select .item {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 20px;
    padding: 4px 4px 5px 7px;
    cursor: context-menu;
    margin-right: 3px;
    float: left;
    margin-bottom: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    position: relative;
    padding-right: 18px !important;
}
    .multi-select .item i {
        position: absolute;
        top: calc(50% - 7px);
        right: 0;
    }

    .multi-select .item:hover {
        border-color: rgba(82,168,236,.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    }

    .multi-select .item.item-slim {
        padding: 0px 2px 0px 7px;
        background-color: #feffdf !important;
        margin-left: 0px;
        width: 126px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border-radius: 0px;
    }

    .multi-select .item.item-stacked {
        display: inline-block;
        margin-left: 0px;
        width: 100%;
        height: 30px;
        margin-bottom: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
.sort-asc, .sort-desc  {
    background: #f2f2f2 !important;
}

.sort-asc:after {
    content: '▼';
}

.sort-desc:after {
    content: '▲';
}


.inner-details-table {
    border: 0px solid #ccc;
}

    .inner-details-table td {
        width: 85px;
        font-weight: bold;
    }
        .inner-details-table td input {
            width: 100px !important; 
            border: 1px solid #cccccc !important;
            padding: 0px 0px 0px 5px !important;
        }
 .cellEditContainer {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #dddddd !important;
        position:inherit !important;
    }

.btn-group .datpickerNgGrid {
    width: calc(100% - 45px) !important;
    border-left: none;
    border-top: none;
    border-bottom: none;
    height: calc(100% - 2px);
    background-color: #feffdf;
}

.btn-group .datpickerNgGridButton {
    border: none;
    height: 100%;
}

.arcCellElement > div > input[type="text"], .arcCellElement > div > div > input[type="text"] {
    background-color: #feffdf;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid #dddddd !important;
    width: calc(100% - 13px) !important;
    height: 27px;
    position:inherit !important;
}

.arcCellElement > div > span > select {
    background-color: #feffdf;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid #dddddd !important;
    width: 100% !important;
    height: 30px;
    position: inherit !important;
}


.arcCellElement:focus .ngCellText, .arcCellElement .focus .ngCellText  {
  outline: 0;
  background-color: #00A8EF;
  color: white;
}

.arcCellElement .cellEditContainer {
    outline: 0;
    background-color: #00A8EF;
}

.arcCellElement input[type='checkbox'] {
    width: 100% !important;
    margin-top: 7px;
    height: 15px;
}

.arcCellElement .arcNggridMaritimeSelector, .arcCellElement .arcNggridMultiSelect {
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    position: fixed;
}

    .arcCellElement .arcNggridMultiSelect .item {
        min-height: 20px;
        padding: 3px 20px;
    }


    .ngHeaderCell .fa-thumb-tack {
        position: absolute;
        right: 4px;
        top: 4px;
        color: #aaa;
    }

.fa-rotate-45 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.grid-loading-bar {
    position: absolute;
    top:45%;
    width:100%; 
    text-align:center;
    color: #939393;
}
.search-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 194px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #9E9E9E;
    border-left: 1px solid #dddddd;
}

.search-filter-container {
    width: 194px;
    background-color: #fbfbfb;
    border-top: 1px solid #dddddd;    
}



.search-container {
    border-right: 1px solid #dddddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.search-control-container {
    border: 1px solid #fbfbfb;
    padding: 0px 10px 0px 10px;
    overflow: visible;
}

    .search-control-container input[type="text"].input-medium {
        margin-top: 3px;
    }

    .search-control-container input[type='text']:nth-child(3), .search-control-container select:nth-child(3) {
        margin-left: 2px;
    }

    .search-control-container .multi-select {
        margin-top: 3px;
    }

    .search-control-container select.input-medium {
        width: 153px;
    }

    .search-control-container label {
        margin-bottom: 0;
    }

.search-control-title {
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #E09C9C;
    padding-left: 10px;
    color: #505050;
    display: none;
}

.search-control-container input[data-typeahead] {
    margin-bottom: 3px;
    width: 139px;
}

.search-section-container {
    padding-left: 3px;
    border-bottom: 1px solid #E09C9C;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer;
    margin: 0 5px 10px 5px;
}

    .search-section-container .fa-plus, .search-section-container .fa-minus {
        position: absolute;
        right: 0;
        color: #CCCCCC;
    }

    .search-section-container:hover, .search-section-container.focused {
        color: #00aeef;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.search-control-container:hover, .search-control-container.focus {
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    background: #c8e4f0;
    border: 1px solid #00A8EF;
    color: black;
}

    .search-control-container:hover .search-control-title {
        color: black;
    }

.search-control-container .btn-group {
    margin-left: 0;
}

.search-section-container-dry {
    padding-left: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer;
    margin: 0 5px 10px 5px;
}

    .search-section-container-dry .fa-plus, .search-section-container-dry .fa-minus {
        position: absolute;
        right: 0;
        color: #CCCCCC;
    }

.search-section-container-dry-edit:hover, .search-section-container-dry-edit.focused {
    color: #00aeef;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-control-container-dry:hover, .search-control-container-dry.focus {
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    background: #c8e4f0;
    border: 1px solid #00A8EF;
    color: black;
}

    .search-control-container-dry:hover .search-control-title {
        color: black;
    }

.search-control-container-dry .btn-group {
    margin-left: 0;
}

.grid-style {
    width: 100%;
    position: relative;
}

.grid-container {
    min-width: 300px;
    margin-top: 10px;
}

.grid-container .left {
    float: left;
    width: 185px;
    margin-right: -195px;
    height: 100%;
}

.grid-container.apply-left .right {
    margin-left: 195px;
}

.grid-container.apply-left .grid-style {
    width: calc(100% - 195px);
}

.search-control-container ::-webkit-input-placeholder { /* WebKit browsers */
    color: #4a4949;
    font-style: italic;
}

.search-control-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #4a4949;
    opacity: 1;
    font-style: italic;
}

.search-control-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4a4949;
    opacity: 1;
    font-style: italic;
}

.search-control-container :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #4a4949;
    font-style: italic;
}



.grid-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    text-align: center;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
}

    .grid-loader > div {
        top: 40%;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        z-index: 10;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
        font-weight: bold;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
    }





.grid-spinner {
    margin: auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

    .grid-spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        -moz-animation: stretchdelay 1.2s infinite ease-in-out;
        -o-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .grid-spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        -moz-animation-delay: -1.1s;
        -o-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .grid-spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        -moz-animation-delay: -1.0s;
        -o-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .grid-spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        -moz-animation-delay: -0.9s;
        -o-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .grid-spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        -moz-animation-delay: -0.8s;
        -o-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

 
.grid-voyage-analysis .ngCellText {
    padding: 0 5px;
}

.voyage-analysis-results-tabs .tab-content {
    overflow: visible;
}
.grid-row-slim .ngCellText {
    padding: 2px 6px;
}

.grid-row-slim-pagination .pagination {
    margin-top: 5px;
    margin-bottom: 0px;
}


.operations {
    font-size: 12px;
}
.operations .ag-header > div:not(.ag-pinned-left-header) .ag-header-cell-resize {
    border-right: 1px solid whitesmoke;
}

.ops-autocomplete-missing-margin md-input-container{
    margin-right: 10px;
}

.md-no-rounded {
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.operations-main-content-tabs {
    border-top: 1px solid #E1E1E1;
    border-top: 1px solid rgba(0,0,0,0.12);
    margin-top: 5px;
}

.operations-map-container {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    overflow: hidden;
    position: relative;
}

.operations-map-container #pagetop{
    padding: 8px 26px;
}


.operations-external-container {
    background-color: rgba(33, 150, 243, 1.0);
    border-radius: 3px 3px 0 0;
}

    .operations-map-container.expand {
        height: 350px;
        margin: 0 -20px;
    }

    .operations-map-container > div {
        position: relative;
    }

.operations-map-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.0);
    transition: 0.3s;
}
    .operations-map-overlay.faded-background {
        background-color: rgba(255,255,255,0.6);
    }

    .operations-map-overlay .operations-map-overlay-text-container {
        width: 100%;
        left: 26px;
        top: 8px;
        font-size: 24px;
        font-weight: bold;
        color: white;
        -ms-text-shadow: 0px 0px 4px #404040,0px 0px 8px #404040, 0px 0px 14px #404040;
        text-shadow: 0px 0px 4px #404040,0px 0px 8px #404040, 0px 0px 14px #404040;
    }

        .operations-map-overlay .operations-map-overlay-text-container .operations-map-overlay-sub-header {
            font-size: 14px;
            bottom: -18px;
            left: 0;
        }


.operations-map-overlay-toggle-button.md-button {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    margin: 12px;
}

    .operations-map-overlay-toggle-button.md-button i {
        color: white;
    }

.operations-map {
    position: absolute !important;
    height: 390px;
    width: 100%;
}

    .operations-map .ol-zoom,
    .operations-map .ol-zoomslider {
        display: none;
    }

.operations-container {
    margin: 8px;
    box-sizing: content-box;
}

.operations-section-header {
    margin: 20px 0 15px 20px;
    font-size: 13px;
}

.operations-left-sidenav .operations-menu-link {
    width: 100%;
}

.operations-left-sidenav .operations-menu-button.md-button  {
    width: inherit;
    padding-bottom: 0px;
    text-align: left;
    text-transform: none;
    margin: 0px 0;
    color: #616161;
    font-size: 14px;
    line-height: 40px;
    padding-left: 18px;
    height: 40px;
}

    .operations-left-sidenav .operations-menu-button.md-button span {
        margin-left: 18px;
    }
    .operations-left-sidenav .operations-menu-button.md-button .md-font.fa {
        font-size: 20px;
    }
    .operations-left-sidenav .fa-search {
        color: #42C342;
    }

    .operations-left-sidenav clk-user-avatar {
        display: inline-block;
    }
    .operations-left-sidenav .operations-pinned-fixtures .md-button span {
        font-size: 14px;
    }
    
    

    .operations-pinned-fixture-row {
        line-height: 38px;
        height: 38px;
        color: #5F5F5F;
        margin-top: 2px;
        cursor: pointer;
        position: relative;
        font-size: 11px;
    }
    .operations-pinned-fixture-row clk-loader {
        line-height: 0;
    }
        .operations-pinned-fixture-row:hover,
        .operations-pinned-fixture-row.selected-fixture {
            background-color: #e5e5e5;
            transition: 0.25s
        }
        .operations-pinned-fixture-row span {
            line-height: 46px;
        }
        .operations-pinned-fixture-row i {
            font-size: 18px;
        }
        .operations-pinned-fixture-row.loading-fixture {
            color: #AEAEAE;
        }

    .operations-pinned-fixture-icon-row {
        width: 45px;
        text-align: center;
    }
        .operations-pinned-fixture-icon-row md-checkbox .md-container {
            margin-left: 5px;
        }
        
    .operations-pinned-fixture-remove {
        line-height: 45px;
        width: 30px;
    }

    .operations-pinned-fixture-remove {
        display: none;
    }
    .operations-pinned-fixture-row:hover .operations-pinned-fixture-remove {
        display: block;
    }

    .fixture-selection-enabled .operations-pinned-fixture-icon-row i,
    .operations-pinned-fixture-row:hover .operations-pinned-fixture-icon-row i {
        display: none;
    }

    .operations-pinned-fixture-icon-row md-checkbox {
        display: none;
    }
    .fixture-selection-enabled .operations-pinned-fixture-icon-row md-checkbox,
    .operations-pinned-fixture-row:hover .operations-pinned-fixture-icon-row md-checkbox  {
        display: inline-block !important;
    }

    .fixture-selection-enabled .md-toolbar-tools {
        background-color: rgb(72, 162, 232);
    }
        .fixture-selection-enabled .md-toolbar-tools > h2 {
            display: none;
        }
        .md-toolbar-tools > .selected-item-summary-container {
            display: none;
        }
        .fixture-selection-enabled .md-toolbar-tools > .selected-item-summary-container {
            display: inline-block;
        }
        .fixture-selection-enabled .md-toolbar-tools .selected-count {
            font-size: 16px;
        }
        .fixture-selection-enabled .md-toolbar-tools md-checkbox {
            margin-top: 13px;
            margin-left: 5px;
        }
        .fixture-selection-enabled .md-toolbar-tools .md-button {
            position: absolute;
            right: 0px;
            margin-top: 7px;
        }
        

.operations-side-icon {
    margin: auto 10px auto 0;
    color: #616161;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .operations-side-icon[ng-click], 
    .operations-side-icon[data-ng-click] {
        cursor: pointer;
    }

.operations-notes-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}

.operations-container label  {
    font-size: 14px !important;
}

.operations-container.md-clk-center-content {
    width: 1020px;
}
.operations-container .clk-list-item-no-padding.clk-list-item-container {
    padding: 0;
}

.auto-margin-vertically {
    margin-top: auto;
    margin-bottom: auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*.operations:not(.md-sidenav-right) .clk-list-item-container:not(.operations-note-list-item) md-divider,*/
.operations .md-clk-center-content .clk-list-item-container md-divider {
    border-top-color: white;
}

.clk-list .no-right-padding > .clk-list-item-container {
    padding-right: 0;
}

.operations-locations-container .clk-list-mutliitem-expaded .clk-list-mutliitem-additional-content {
    margin-top: 20px;
}


/****/
md-autocomplete[md-floating-label] md-input-container {
    padding-bottom: 0px !important;
}
/*md-input-container .md-input {
    background: rgba(242, 242, 242, 0.3);
    border-width: 1px;
}*/
.md-clk-center-content.clk-no-padding {
    padding: 0;
    margin: 0;
}
.clk-list-item > .operations-side-icon > i {
    margin: 8px 5px 8px 18px;
}

.operation-expenses .clk-list .clk-list-item-container {
}

.remove-labels label{
    display: none;
}

.operations .remove-note-button, 
.operations .edit-contact-button {
    position: absolute;
    top: 0;
    right: 0;
    
}
.operations .edit-note-button {
    position: absolute;
    top: 0;
    right: 25px;
    
}
.operations .operations-note-list-item {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.operations .operations-note-list-item md-checkbox{
    margin-bottom: 0;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
    transform: scale(.75);
}

.operations .operations-note-list-item.ng-leave-active {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%) scale(0);
    -webkit-transform-origin:right top;
    -moz-transform-origin:right top;
    -ms-transform-origin:right top;
    -o-transform-origin:right top;
    transform-origin:right top;
}


.operations .clk-message-list {
    overflow-x: hidden;
}

.operations .operations-contact .operations-contact-details > div {
    line-height: 22px;
}

.operations .operations-contact .clk-list-item .clk-list-item-content-title {
    font-size: 14px;
}

.operations-add-contact-container .clk-message-input > md-input-container {
    display: none;
}

.operations-add-contact-container md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
    bottom: -3px;
}

 md-toolbar h2 .md-input {
    color: white;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1px;
}

md-toolbar h2 md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label,
md-toolbar h2 md-input-container:not(.md-input-invalid).md-input-focused label {
    color: inherit;
}

.remove-label {
    position: absolute;
    bottom: 100%;
    right: 10px;
    color: rgba(0,0,0,0.5);
    font-family: tahoma, 'HelveticaNeueW01-55Roma', Helvetica, arial, verdana, sans-serif;
    transform: translate3d(0, 6px, 0);
    font-size: 11px;
    display:none;
}
    .remove-label:hover {
        color:rgb(33,150,243);
        cursor:pointer;
        text-decoration: underline;
    }


md-input-container:hover .remove-label {
    display:inline;
}

.wheat {
    color: peru !important;
}

.destination-row-icon {
    margin: 10px; 
    background: white; 
    z-index: 1; 
    position: relative;
    color: rgba(0,0,0,0.5);
}
    .destination-row-icon.fa-ship {
        color: peru; 
    }
    .destination-row-icon.fa-trash-o {
        cursor:pointer;
    }
    .destination-row-icon.green{
        color: green;
    }

.operations-vertical-line{
    position: absolute; 
    height: 100%; 
    width: 1px; 
    background-color: #F3F3F3; 
    top: 0; 
    right: 26px; 
    z-index: 0;
}

md-tooltip.md-show {
    transition: none;
}


.operations .grid-button {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 9px;
}

.operations-pinned-fixtures-button-footer {
    position: absolute;
    bottom: 5px;
    left: 39px;
    font-size: 10px !important;
    line-height: 10px;
    color: #989898;
}

.operations-editing-contact {
    margin: 8px;
    background-color: aliceblue;
}

.operations-contact {
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 8px;
}

.operations .operations-contact .operations-contact-details {
    margin-left: 10px
}

.operations-contact-details .contact-name {
    font-size: 15px;
    font-weight: bold;
}

.operations-contact-edit-buttons button {
    min-width: inherit;
}

.operations-contact-add-button {
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: white;
}

.operations-contact-group {
    padding: 12px 8px;
    background-color: white;
    border-bottom: 1px solid rgb(224, 224, 224);
    font-size: 14px;
}

    .operations-contact-group .sub-header {
        color: #9E9A9A;
        font-size: 11px;
        font-weight: normal;
    }

.red input {
    color: #c30 !important;
}

.md-button-full-width-90 {
    width: 90%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid rgba(158,158,158,0.2);
}

.md-button-full-width-100 {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.note-attached-to-field-container {
    position: relative;
}
.note-attached-to-field {
    color: #c30;
}
.note-attached-to-field-container > .note-attached-to-field {
    position: absolute;
    top: 0;
    left: -12px;
}
.timepicker-fieldset {
    margin-left: 0px; 
    margin-right: 0px; 
    padding-top:  0.0em; 
    padding-bottom: 0.0em;
    padding-left: 0.0em;
    padding-right: 0.0em;
    border: 0px
}

.comment-scroll {
    overflow-y: auto;
    min-height: 31px !important;
    max-height: 81px;
}

.operations .claim-type-desc {
    overflow-y: auto;
    min-height: 30px !important;
    max-height: 80px;
}

.operations .clk-block-container {
    height: inherit;
}
.operations-full-cargo-type-wrapper > .total {
    padding-top: 8px;
}

.operations-full-cargo-type-wrapper > .total ~ .total {
    padding-top: 0;
}

.operations-full-cargo-type-wrapper .total {
    padding-bottom: 0;
}

.operations-full-cargo-type-wrapper .total md-input-container .md-errors-spacer {
    display: flex;
}

.operations-full-cargo-type-wrapper .total .md-input-invalid label {
    color: rgb(221,44,0);
}

.operations-full-cargo-type-wrapper .total input.ng-invalid {
    border-color: rgb(221,44,0) !important;
    padding-bottom: 0;
    border-width: 0 0 2px 0 !important;
    background-color: transparent !important;
}

.operations-list {
    position: absolute;
    z-index: 1000;
    background-color: rgb(250, 250, 250);
}

/* 38108 - Fix Flicker by forcing the virtual-repeat-container to be 
    hidden at application start when it's running through ng-hide animation */
md-virtual-repeat-container.ng-hide-add {
    display: none;
}

.pinned-fixtures-md-tooltip {
    margin: -15px;
    margin-left: 0;
}


/* TFS-49183 */
.operations md-input-container .md-input[disabled],
.operations [disabled] md-input-container .md-input {
    border-bottom-color: rgba(0,0,0,0.12);
    color: inherit;
    background-image: inherit;
}

.operations md-input-container .computed-field.md-input[disabled],
.operations [disabled] md-input-container .computed-field.md-input {
    border-bottom-color: transparent;
    color: rgba(0,0,0,0.38);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.38) 0,rgba(0,0,0,0.38) 33%,transparent 0);
    background-image: -ms-linear-gradient(left,transparent 0,rgba(0,0,0,0.38) 100%);
}

.operations-demurrage-timebar-item-title, .operations-demurrage-timebar-item {
    line-height: 46px;
    min-width: 145px;
    padding-top: 4px;
}

.operations-vessel-details-pad-1 .md-datepicker-input-container {
    padding-top: 1px !important;
}

.operations-vessel-details-pad-0 .md-datepicker-input-container {
    padding-top: 0 !important;
}

.operations-locations .md-datepicker-input-container {
    padding-top: 1px !important;
}

.operations-locations-startstop {
    margin-left: -15px;
}

.operations-locations-start {
    margin-left: -3px;
}

.operations-locations-stop {
    margin-left: -1px;
}

 .operations-menu-section { 
     overflow-y: auto; 
     height: calc(100% - 51px); 
 } 
/* TFS-49183 */


/* TFS-49212 */
.md-datepicker-input-container {
    margin-top: 0;
    width: 100%;
    padding-bottom: 2px;
    margin-left: 0 !important;
    margin-bottom: -1px;
    background: inherit !important;
}
/* TFS-49212 */


/* TFS-48976 */
.md-datepicker-input {
    padding-top: 0;
}

._md-datepicker-floating-label.md-datepicker-open {
    margin-top: 0;
    padding-top: 10px;
}

._md-datepicker-floating-label.md-datepicker-open .md-datepicker-input-container {
    border-bottom: 1px solid rgb(33, 150, 243);
    padding-bottom: 0;
    margin-bottom: 2px;
}

._md-datepicker-floating-label.md-datepicker-open input {
    border-bottom: 1px solid rgb(33, 150, 243);
}

md-input-container._md-datepicker-floating-label.md-datepicker-open {
    padding-bottom: 0;
}

.md-datepicker-triangle-button.md-focused {
    background: none !important;
}

.md-datepicker-open input.md-datepicker-input {
    padding-bottom: 0 !important;
}
/* TFS-48976 */

.operations-invoices-delete {
    margin: 0 0 0 12px !important;
    padding: 0 !important;
}

#operations-search md-chips-wrap{
    display: flex;
}

#operations-search md-chips-wrap .md-chip-input-container{
    flex: 1;
}

.operations .contextual-help-window {
    width: 100%;
    background-color: #ED6F00;
    color: #FFFFFF;
    margin-bottom: 2px;
    border-radius: 3px;
    margin-top: 20px;
}

.operations .contextual-help-window .open {
    height: 160px;
}

.operations .contextual-help-window .view-warnings {
    font-size: 13px;
    font-weight: bold;
    padding-right: 16px;
}

.operations .contextual-help-window .view-warnings .view-warnings-text {
    cursor: pointer;
}

.operations .contextual-help-window .fixture-warnings-text {
    font-size: 15px;
    padding-left: 12px;
}

.operations .contextual-help-window .fixture-warnings-title {
    height: 37px;
}

.operations .contextual-help-window .fixture-warnings {
    background-color: inherit;
    z-index: 1;
    padding-bottom: 4px;
}

.operations .contextual-help-window .fixture-warnings:last-child {
    padding-bottom: 16px;
}

.operations .contextual-help-window .fixture-warning {
    margin-left: 16px;
    margin-right: 16px;
    padding: 6px 12px;
    background-color: rgba(0,0,0,0.12);
    width: 100%;
}

.operations .fixture-warnings-icon {
    width: 15px;
    height: 17px;
    margin-left: 21px;
    margin-top: 12px;
}

.operations-alerts-textarea {
    min-height: 30px !important;
}

/* Hack for bug with angular material when some elements are disabled and require a tooltip */
.operations md-input-container select:disabled{
    pointer-events: none;
}

.operations .period-delete {
    top: -6px;
}

.fixture-tabs md-tab-item {
    max-width: inherit !important;
}

.operations .chips-search md-chips-wrap{
    overflow: hidden;
}

ops-datepicker .md-datepicker-input-container{
    border-bottom-width: 0 !important;
}

.operations md-input-container.ops-checkbox {
    bottom: -6px;
}

.md-button.md-fab.ops-fab-button{
    width: 35px;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
}

.operations .verify-button.md-button.md-fab.md-mini {
    width: 29px;
    height: 29px;
    min-height: 29px;
    padding: 0;
    padding-top: 8px;
    margin: -5px 0 0 0;
    cursor: pointer;
}

.operations button.verify-button.md-button.md-fab.md-mini {
    padding-top: 0px;
}

.operations .verify-button.md-button.md-fab.md-mini i {
    display: block;
}

md-checkbox.ops-label {
    color: rgba(0,0,0,0.5);
    font-family: tahoma, 'HelveticaNeueW01-55Roma', Helvetica, arial, verdana, sans-serif;
    font-size: 11px;
}

.operations-fixture {
    padding: 0;
    height: auto;
    overflow-y: inherit;
}

.operations-fixture md-toolbar {
    height: 64px;
}

.operations-fixtures-export {
    width: 400px;
} 
    
.operations-fixtures-export select {
    margin-bottom: 20px;
    font-size: 14px;
}

.operations-fixtures-export label {
    margin-left: 0;
    padding-top: 2px;
    font-size: 14px;
}
.operations .vessel-section{
    position: relative;
    width: inherit;
    z-index: 10;
}

.operations .ops-duration {
    width:70px;
    border-width: 0 0 1px 0;
}

.operations .ops-duration::-webkit-outer-spin-button,
.operations .ops-duration::-webkit-inner-spin-button {
    opacity:1 !important;
    -webkit-appearance: inner-spin-button !important;
    -webkit-appearance: outer-spin-button !important;
}
.operations .ops-duration-separator{
    padding-left:2px;
    padding-right:2px;
}

.operations .sticky-header{
    position: fixed;
    width: inherit;
    z-index: 90999999999;
    background: #fafafa; /* This isn't none to avoid flickering on scrolling when shadows are over shadows */
    padding: 0 40px;
    box-sizing: content-box;
    margin-left: -40px;
}

.operations .sticky-header.hide-shadow{
    overflow: hidden;
    padding-bottom: 0 !important;
}

.operations .sticky-header select {
    color: inherit;
}

.operations .sticky-header.show-shadow-bottom{
    overflow: hidden;
    padding-bottom: 4px;
    transition: padding-bottom 0.5s ease-in-out;
}

.operations .inherit-width{
    width: inherit;
}

.operations .sticky-offset{
    width: 100%;
    height: 78px;
}

.operations .sticky-offset-fields{
    width: 100%;
    height: 67px;
}

.operations .no-padding-bottom{
    padding-bottom: 0;
}

.operations .no-padding-top{
    padding-top: 0;
}

.operations .no-margin-bottom{
    margin-bottom: 0;
}

.operations .no-margin-top{
    margin-top: 0;
}

.operations .vessel-top-bar{
    border-top: 16px solid #fafafa;
    width: 100%;
}

.cargo-section-container{
    z-index: 5;
    position: relative;
}

.operations-temperature-log-event {
    height: 30px;
    margin: 3px;
}

.operations-temperature-log-event .event-name {
    padding-top: 20px
}

.operations-temperature-log-event-header { 
    font-weight: bold;
}

.operations-temperature-log-event .ops-date {
    width: 100px;
}

.operations-side-icon.cubes {
    margin: 8px 10px auto 0;
}

.operations-invoices {
    bottom: -4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
   .ie-ops-input {
        bottom: -2px;
    }
}

.operations .favourite-icon-container {
    padding: 0px;
    display: inline-block;
}

.operations .favourite-icon-container i {
    font-size: 18px;
    text-shadow: none;
    margin: 0;
    padding: 3px;
    height: 18px;
    background: #fff;
    color: #333;
    margin-top: -5px;
    cursor: pointer;
}

.operations .grid .favourite-icon-container {
    padding: 0;
    display: inline-block;
    background: none;
}

.operations .grid .favourite-icon-container i {
    font-size: 18px;
    text-shadow: none;
    margin: 0;
    padding: 3px;
    height: 18px;
    background: none;
    color: #333;
    margin-top: -5px;
    cursor: pointer;
}


.operations .favourite-icon-container i[disabled] {
    color: #aaa;
}

.operations .ag-pinned-right-header {
    display: none !important;
}

.operations .ag-header-viewport {
    margin-right: 0 !important;
}

.operations .ag-pinned-right-cols-container .ag-cell {
    background: #fff !important;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #ececec;
}

.operations .warning-cell-active:before {
    content: "! ";
    background: #eb6e00;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 13px;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    font-size: 16px;
}

.ops-large-dialog-icon {
    font-size: 40px;
    margin-right: 10px;
    margin-top: -2px;
    color: #ff3333;
}

.ops-large-dialog-icon.red {
    color: rgb(244, 67, 54);
}

.ops-dialog p {
    margin-top: 20px;
    font-size: 16px;
}

.ops-grey-icon{
    color: #d0d0d0; 
}

.grey {
    color: grey;
}

.ops-scroll-mask {
    position: fixed;
    z-index: 149;
}

.operations .ops-bunker-popup-row {
    min-width: 300px;
    width: 20vw;
}

.ops-radio-button .md-label {
    color: rgba(0,0,0,0.54);
    transform: translate3d(0, 6px, 0);
    font-size: 11px;
    margin-top: -3px;
}

.operations .popup-input-display {
    position: absolute;
    z-index: 150;
    background-color: rgb(250, 250, 250);
    top: 30px;
    left: -12px;
}

.ops-laytime-time-line {
    font-size: 13px;
}

.operations .sortable-destination {
    cursor: move;
}

.operations .not-sortable {
    cursor: inherit;
}

.ops-laytime-time-line {
    font-size: 13px;
}

.ops-required-field label:after{
    content: " *";
    margin-left: auto;
    margin-left: auto;
}

.ops-required-field.invalid label:after {
    color: red;
}

.ops-required-field.error label {
    color: red !important;
}

.ops-required-field.error input, .ops-required-field.error textarea, .ops-required-field.error select {
    border-bottom-color: red !important;
}

.ops-location-checkbox{
    margin-bottom: 0px;
}

.ops-location-checkbox > div {
    margin-top: -3px;
}

.demurrage-section md-radio-button .md-label {
    margin-top: -9px;
}


#overwrite-eta-dialog .range-result-container {
    margin: 5px 0;
}


#overwrite-eta-dialog table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

#overwrite-eta-dialog tbody tr {
    height: 20px;
}

#overwrite-eta-dialog th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#overwrite-eta-dialog td {
    border: 1px solid #ddd;
    padding-top: 0px;
    padding-bottom: 0px;
}

.etaoverride-cell-width {
    width: 145px;
    padding-left: 8px;
}

.md-select-menu-container {
    /* md-select-menu-container is not considering the extra height from the tonnage header. */
    margin-top: 40px;
}

.updated-by-column {
    width: 250px;
    padding-left: 10px;
    line-height: 30px;
}

.container::after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 8px 0 0;
    border-color: #000 transparent transparent transparent;
}


.pointer {
    cursor: pointer !important;
}

.pointer > .fa, .pointer.fa, .pointer.link {
    color: #000000;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
} 

.pointer > .fa:hover, .pointer.fa:hover, .pointer.link:hover {
    color: #00aeef;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pointer > .fa:active, .pointer.fa:active, .pointer.link:active {
    color: #005778;
}
.toggle-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.toggle-label {
    margin-right: 10px;
    font-size: 14px;
}
.vessel-search-sidenav .toggle-switch-container .toggle-checkbox + label,
.vessel-search-sidenav .toggle-switch-container .toggle-checkbox + label:after {
    background-color: #55575B;
}

.vessel-search-sidenav .toggle-switch-container .toggle-checkbox:checked + label,
.vessel-search-sidenav .toggle-switch-container .toggle-checkbox:checked + label:after {
    background-color: rgb(33,150,243);
}

.vessel-search-sidenav {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.toggle-container {
    flex: 0 0 auto;
}

#position-history-grid {
    flex: 1 1 auto;
    min-height: 0;
}

.two-line-header .ag-header-cell-label {
    height: 100%;
    align-items: center;
    padding-top: 15px;
}

.two-line-header .ag-header-cell-text {
    white-space: pre-line;
    line-height: 1.2;
    overflow: visible;
}

.two-line-header .ag-header-cell-label > span {
    overflow: visible;
}
#position-update clk-list {
    padding: 8px 0;
}

#position-update textarea.notes {
    width: 98%;
    height: 136px;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    padding: 10px;
    resize: none;
}

#position-update md-content {
    overflow-x: hidden;
}

.note-container, .last-cargoes-container, .other-brokers-container {
    padding: 10px 0;
}

#spotPositionCheckboxes {
    padding: 0;
    margin: 0;
}

    #spotPositionCheckboxes > li {
        font-size: 10px;
    }

        #spotPositionCheckboxes > li > md-checkbox {
            margin: 0;
        }

        #spotPositionCheckboxes > li md-checkbox .md-icon {
            height: 10px;
            width: 10px;
            border-width: 1px;
        }

.position-update-tankers div.map {
    height: 371px !important;
}

@media (max-width: 599px) {
    .position-update-tankers div.map {
        height: 335px !important;
    }
}

#position-update div.map {
    height: 225px;
}

#ais-info-container {
    background: white;
}

    #ais-info-container table {
        width: 100%;
        border-collapse: collapse;
    }

    #ais-info-container td {
        color: rgba(0, 0, 0, 0.65);
        padding: 4px 0 0px 8px;
        font-size: 12px;
    }

    #ais-info-container thead th {
        text-align: center;
        font-size: 15px;
        border-bottom: 3px double darkgray;
        color: gray;
        padding: 5px 0;
    }

.row-wide-button-owner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.row-wide-button {
    padding: 0;
    margin-bottom: 15px;
}

#no-ais-position {
    height: 225px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.65);
}

.author {
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 5px;
}

    .author > span:not(:first-child) {
        margin-left: 5px;
    }

.author-position {
    padding-right: 10px;
    min-height: 13px;
}

#position-update .clk-list-item-container {
    padding-right: 8px;
}

.vessel-note-action-button {
    width: 40px;
    height: 25px;
    min-height: 0;
    min-width: 0;
    line-height: 10px;
    margin: 0;
    font-size: 10px;
}

#vessel-note-tableheader {
    font-weight: 600;
    padding: 3px 0;
    background: #c0c0c0;
}

.vessel-notes-type-col {
    width: 120px;
}

.vessel-notes-action-col {
    width: 80px;
}

.even-vessel-note-row {
    background: #E0E0E0;
}

.odd-vessel-note-row {
    background: #ececec;
}

.whiteframe-container {
    background: white;
    padding-top: 8px;
}

.whiteframe-first-container {
    background: white;
    padding-top: 8px;
    margin-top: 1px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px -1px 2px 0px rgba(0, 0, 0, 0.2);
}

#position-update input.ng-invalid {
    border-color: rgb(213,0,0) !important;
    background-color: #fff !important;
    border-width: 0 0 2px 0 !important;
}

#position-update {
    flex: 1;
    overflow-y: auto;
}

action-bar {
    position: sticky;
    bottom: 0;
    z-index: 100;
}

.action-bar {
    padding: 3px 44px;
    background: #D3D3D3;
}

.action-bar.action-bar-slim {
    padding: 3px 5px;
}

.position-update-autocomplete > md-autocomplete {
    min-width: inherit;
}


#position-update .ol-zoomslider {
    height: 78px;
}

#position-update .map .ol-zoom .ol-zoom-out {
    margin-top: 80px;
}

.author-below-md-input {
    padding-left: 2px;
}

#position-update md-checkbox {
    margin-bottom: 10px;
}

#position-update .tankers-spot-position-checkboxes md-checkbox {
    margin-bottom: 0px;
}
.employment-comments-container {
    padding: 0px;
}

.employment-comments-container md-input-container {
    margin-bottom: 0;
    
}

.compact-input-container md-input-container {
    margin-bottom: 0;
}

div.clk-user-tooltip {
    display: inline;
}

.cancel-modal-button-message {
    color: #2E65BA;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 2px; 
}

.cancel-modal-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.cancel-modal-message {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.bold-uppercase {
    font-weight: bold;
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.column-gap {
    margin-right: 8px;
}

    .column-gap:last-child {
        margin-right: 0;
    }

md-autocomplete input {
    text-transform: uppercase;
}

.note-container-compact {
    padding: 0px 0;
}

.checkbox-section-compact {
    margin-top: 0px;
}

#position-update .checkbox-compact md-checkbox {
    margin-bottom: 0px;
}

.flex-67 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.position-updated-time {
    margin-left: 0px !important;
    display:block;
}

.docked-position-updater {
    min-width: 545px;
    height: 100%;
    background-color: #f6f0f0;
}

.docked-position-updater-content {
    height: 100% !important;
}

.docked-position-updater-content-internal {
    padding-left: 10px;
    padding-right: 10px;
}

md-sidenav.docked-position-updater.md-closed {
    display: none !important;
    visibility: hidden !important;
    transform: translate3d(100%,0,0) !important;
    -webkit-transform: translate3d(100%,0,0) !important;
}

.docked-position-updater .docked-position-updater-content-internal vessel-details .whiteframe-first-container[layout-gt-sm="row"],
.docked-position-updater .docked-position-updater-content-internal vessel-details .layout-gt-sm-row {
    display: flex;
    flex-direction: column !important;
}

.docked-position-updater vessel-details .whiteframe-first-container > *[flex] {
    flex: 1 1 100% !important;
    max-width: 100%;
}

.docked-position-updater .docked-position-updater-content-internal div.map {
    height: 320px !important;
}

.docked-toast-top-right {
    top: 130px;
    right: 12px;
}

.tc-dialog md-dialog-content,
.tc-dialog md-dialog-content .md-dialog-content {
    overflow: hidden !important;
    max-height: none !important;
}

.tc-dialog #tc-description-textarea {
    display: block;
    width: 100%;
    height: 450px;
    overflow: auto !important;
}

.angular-material-normalise select, 
.angular-material-normalise button, 
.angular-material-normalise textarea, 
.angular-material-normalise input {
    vertical-align: top;
    font-size: 14px;
}

.angular-material-normalise select, 
.angular-material-normalise textarea, 
.angular-material-normalise input[type="text"], 
.angular-material-normalise input[type="password"], 
.angular-material-normalise input[type="datetime"], 
.angular-material-normalise input[type="datetime-local"], 
.angular-material-normalise input[type="date"], 
.angular-material-normalise input[type="month"], 
.angular-material-normalise input[type="time"], 
.angular-material-normalise input[type="week"], 
.angular-material-normalise input[type="number"], 
.angular-material-normalise input[type="email"], 
.angular-material-normalise input[type="url"], 
.angular-material-normalise input[type="search"], 
.angular-material-normalise input[type="tel"], 
.angular-material-normalise input[type="color"], 
.angular-material-normalise .uneditable-input {
    font-size: 11px;
}

.search-removed-vessels {
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

/**************SIDE MENU BOX*****************/
.rightMenu {
    position: absolute;
    float: right;
    top: 2px;
    left: 65px;
}

.tonnage-side-bar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1e272c;
    display: block;
    float: left;
    font-size: 14px;
    height: 47px;
    line-height: 20px;
    position: relative;
    width: 250px;
    z-index: 16;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
    .tonnage-side-bar ul {
        list-style-type: none;
        margin: 0 0 0 0;
    }

    .tonnage-side-bar.tonnage-side-bar-container {
        border: none;
        color: #1e272c;
        display: block;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        width: 250px;
    }

    .tonnage-side-bar-module-icon {
        padding: 20px;
        display: inline-block;
        border-right: 1px solid rgb(80,80,80);
    }

.tonnage-side-bar-module-link {
    border-bottom: 1px solid rgb(80,80,80);
    border-right: 1px solid rgb(80,80,80);
    width: 250px;
    color: rgb(230,230,230);
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    white-space: nowrap;
    overflow-x: hidden;
}
    .tonnage-side-bar-module-link:hover {
        color: #fff;
        background-color: #272b31;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        white-space: nowrap;
        overflow-x: hidden;
        width: 250px;
    }

.tonnage-side-bar .tonnage-nested-menu li {
    background-color: #ddd;
    color: #757575;
    cursor: auto;
    font-size: 12px;
    text-align: left;
    text-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 0px 4px 20px;
    border-bottom: 1px solid #ccc !important;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    white-space: nowrap;
    overflow-x: hidden;
}
    .tonnage-side-bar ul .tonnage-nested-menu li:hover {
                text-shadow: 0 0 5px white;
                color: #000;
                background-color: #ccc;
                -moz-transition: 0.4s;
                -o-transition: 0.4s;
                -webkit-transition: 0.4s;
                transition: 0.4s;
                white-space: nowrap;
                overflow-x: hidden;
            }

    .closed .tonnage-side-bar-module-link {
        width: 60px;
        white-space: nowrap;
        overflow-x: hidden;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-right: none; 
    }

    .closed .tonnage-side-bar-module-link .tonnage-side-bar-module-text  {
        /*display: none;*/
    }
.closed {
    width: 60px;
}

    .tonnage-content-wrapper.expanded {
        margin-left: 60px;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        
    }

    .border-top {
        border-top: 1px solid rgb(80,80,80);
    }

    .tonnage-sidebar-arrow {
        position: absolute;
        padding-right: 10px;
        padding-top: 23px;
        right: 1px;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .close-button {
        
    }

    .closed .tonnage-sidebar-arrow {
        right: -190px;
        visibility: hidden;
        
         -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .tonnage-modules {
        position: fixed;
        bottom:  -110px;
        left:251px;
        right:0px;
        background-color: #272b31;
        height: 100px;
        text-align: left;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .closed .tonnage-modules {
        left:60px;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .open-start-menu .tonnage-modules {
        bottom: 0px;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .tonnage-modules ul {
        padding-top: 5px;
        width: 100%;
    }
    .tonnage-modules ul li {
        cursor: pointer;
        height: 90px;
        width: 90px;
        margin-left: 10px;
        border: 1px solid rgb(80,80,80);
        display:inline-block;
        text-align: center;
        position: relative;
        color: #ffffff;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .tonnage-modules ul li:hover {
        background-color: rgb(80,80,80);
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
        .tonnage-modules ul li span {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }
        .tonnage-modules ul li i {
            padding-top: 4px;
        }
        

/**************SIDE MENU BOX*****************/
.tonnage-menu {
    display: inline-block;
}
.tonnage-menu ul {
    margin: 0;

}

    .tonnage-menu ul li {
        display: inline-block;
    }

.tonnage-side-bar-module-link .tonnage-side-bar-module-text {
        padding-left: 5px;
        color: #fff;
        list-style: none;
        font-weight: bold;
        cursor: pointer;
    }
    a:hover {
        list-style: none !important;
    }
    a {
    color: inherit;
}
    li {
        list-style: none !important;
    }


.tonnage-top-menu-bar {
    -webkit-box-shadow: none;
    background-color: #272b31;
    /*background-image: url(http://clarksons.com/images/banner.jpg);*/
    -moz-background-size: 460px 80px;
    -o-background-size: 460px 80px;
    background-size: 460px 80px;
    background-repeat: no-repeat;
    border-bottom-color: #1e272c;
    border-bottom-style: none;
    border-bottom-width: 0px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1e272c;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 45px;
    line-height: 20px;
    outline-style: none;
    outline-width: 0px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(80,80,80);
}

.tonnage-content {
    margin: 20px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
    -moz-box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
    box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
    -ie7-8-border: 1px solid #dedede;
    border: 1px solid #dedede \9;
}



.tonnage-content-footer {
    padding: 10px;
    text-align: center;
}

.tonnage-side-bar-footer {
    position:fixed;
    bottom:0;
    left:0;
}


.search-section-container .fa-calendar {
    color: rgb(206, 20, 200);
}
.search-section-container .fa-map-marker {
    color: #c30;
}
.search-section-container .fa-cubes {
    color: rgb(206, 206, 20);
}
.search-section-container .fa-anchor {
    color: rgb(0, 217, 0);
}
.search-section-container .fa-user {
    color: blue;
}
.search-section-container .fa-info-circle {
    color: rgb(255, 123, 0);
}
.search-section-container .fa-money {
    color: rgb(0, 141, 17);
}
.search-section-container .fa-cloud {
    color: rgb(0, 95, 141);
}
.tonnage-table-container-mini {
    max-height: 70px
}
.tonnage-table-container-small {
    max-height: 150px
}
.tonnage-table-container-medium {
    max-height: 350px
}
.tonnage-table-container-large {
    max-height: 600px;
}

.tonnage-table-container-large, .tonnage-table-container-medium, .tonnage-table-container-small, .tonnage-table-container-mini {
    overflow-y: auto;
}

.tonnage-table-medium > table {
        margin-top: -1px;
        margin-bottom: -1px;
        border: none;
    }

    .tonnage-table-fixed-height {
        overflow-y: auto;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .tonnage-table-fixed-height.tonnage-table-fixed-height-small {
        max-height: 150px;
    }
    .tonnage-table-fixed-height.tonnage-table-fixed-height-medium {
        max-height: 280px;
    }
    .tonnage-table-fixed-height.tonnage-table-fixed-height-large {
        max-height: 500px;
    }
    .tonnage-table-fixed-height table {
        border-top-width: 0;
        border-bottom-color: #ffffff;
        border-right-width: 0;
    }

.tonnage-table-medium {
    overflow-y: auto;
    max-height: 280px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table .table-selection-row td {
    border-top: 1px solid #b1b1b1; 
}

table tfoot td {
    border-left: none !important;
    padding: 2px 7px !important; 
}
    table tfoot td:first-child {
        border-left: 1px solid #dddddd !important;
    }


.tonnage-table-icon-right {
    position: absolute;
    right: -3px;
    top: 3px;
    line-height: initial;
}

.tonnage-table-cell, .tonnage-input-control {
    position: relative;
}

td {
     height: 20px;
}
.table-select {
    border: 0;
    width: 100%;
    height: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;

}


.table-select-cell {
    padding: 0px !important;
}
    .table-select-cell .tonnage-input-control-right {
        right: 19px;
    }

table td {
    white-space:nowrap;
}

.table .control-column {
    width: 18px;
    text-align: center !important;
}

.table th, .table .control-column {
    background:#f2f2f2;

    /*background: url(http://images.apple.com/global/elements/productbrowser/nav_bg.png) no-repeat 0 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(223,223,223,1)), color-stop(66%, rgba(242,242,242,1)), color-stop(90%, rgba(242,242,242,1)), color-stop(100%, rgba(230,230,230,1)));
    background: -webkit-linear-gradient(bottom, rgba(223,223,223,1) 0%, rgba(242,242,242,1) 66%, rgba(242,242,242,1) 90%, rgba(230,230,230,1) 100%);
    background: -moz-linear-gradient(bottom, rgba(223,223,223,1) 0%, rgba(242,242,242,1) 66%, rgba(242,242,242,1) 90%, rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(bottom, rgba(223,223,223,1) 0%, rgba(242,242,242,1) 66%, rgba(242,242,242,1) 90%, rgba(230,230,230,1) 100%);
    background: linear-gradient(bottom, rgba(223,223,223,1) 0%, rgba(242,242,242,1) 66%, rgba(242,242,242,1) 90%, rgba(230,230,230,1) 100%);
    border-top: #45484d solid 1px;*/
}

.table-text {
    margin-bottom: 0px !important;
    padding: 0px 0px 0px 5px !important;
    border: 1px solid #feffdf !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #feffdf !important;
}
    .table-text[disabled] {
        background-color: #fbfbfb !important;
        border-color: #f5f5f5 !important;
        color: #7b7b7b;
    }

    .table-text.three-columns {
        width: calc(50% - 11px) !important;
    }
    .three-columns:first-child {
        text-align: center;
    }
    .table-text.three-columns:nth-child(2) {
        border-right: 1px solid #ddd !important;
        border-left: 1px solid #ddd !important;
    }

tr.highlight {
    background-color: #feffdf;
}

thead.fixed {
    position:absolute;
    top:0; 
    left:0;
}

.tonnage-table-row-edit {
    margin: 5px;
    background-color: #f9f9f9;
}
    .tonnage-table-row-edit tr {
        height: 25px;
    }
    .tonnage-table-row-edit td {
        border-color: #f9f9f9;
    }

.tonnage-input-loader-slide {
    background: url(/assets/img/loader_slide.gif) no-repeat scroll 99.5% center;
    -moz-background-size: 70px 6px;
    -o-background-size: 70px 6px;
    background-size: 70px 6px;
}
.toggle-switch-container {
    display: inline-block;
    vertical-align: middle;
}

.toggle-checkbox {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .toggle-checkbox + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1px;
        width: 35px;
        height: 20px;
        background-color: #E56565;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
        margin: 0;
    }

input.toggle-checkbox + label:before, input.toggle-checkbox + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.toggle-checkbox + label:before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.toggle-checkbox + label:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 18px;
    background-color: #E56565;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    -webkit-transition: margin 0.4s, background 0.4s;
    -moz-transition: margin 0.4s, background 0.4s;
    -o-transition: margin 0.4s, background 0.4s;
    transition: margin 0.4s, background 0.4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.toggle-checkbox:checked + label {
    background-color: #34c134;
}

    input.toggle-checkbox:checked + label:after {
        margin-left: 13px;
        background-color: #34c134;
    }

input.toggle-checkbox:disabled + label,
input.toggle-checkbox:disabled + label:before {
    background: #C0C0C0;
    cursor: auto;
}


.tonnage-button {
    background-color: white;
    border: #ccc solid 1px;
    border-radius: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tonnage-button[disabled] {
    cursor: not-allowed;
}

    .tonnage-button:hover {
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background-color: #eee;
        -webkit-text-shadow: 0 0 4px white;
         text-shadow: 0 0 4px white;
    }

    .tonnage-button.active {
        background-color: #feffdf;
        border: #dcc423 solid 1px;
    }

    .tonnage-button.selected {
        background-color: #ccc;
    }
/**************ZOOM OUT FADE IN FOR MODAL*****************/
.from-above .effeckt-modal,
.from-above-to-above .effeckt-modal {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
.effeckt-show.from-above .effeckt-modal,
.effeckt-show.from-above-to-above .effeckt-modal {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.effeckt-modal {
    visibility: hidden;
}
.effeckt-show .effeckt-modal {
  visibility: visible;
}
.effeckt-overlay.effeckt-show {
  opacity: 1;
  visibility: visible;
}

/**************ZOOM OUT FADE IN FOR MODAL*****************/


.modal-draggable-handle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
}

.modal-footer .warning {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #E00000;
}

.modal-header {
    position: relative;
}

#tonnage-speed-and-consumption-dialog table {
    border-collapse: collapse;
}

    #tonnage-speed-and-consumption-dialog table tr:first-child td {
        border-top: 1px solid #ececec;
    }

    #tonnage-speed-and-consumption-dialog table th {
        padding: 5px 0 10px 0;
        vertical-align: top;
        text-align: left;
    }

    #tonnage-speed-and-consumption-dialog table td {
        border-top: 1px solid #ececec;
        height: 32px;
    }

    #tonnage-speed-and-consumption-dialog table tr:last-child td {
        border-top: 3px double #ececec;
        border-bottom: 1px solid #ececec;
        height: 32px;
    }

    #tonnage-speed-and-consumption-dialog table md-checkbox {
        margin: 0;
    }

    #tonnage-speed-and-consumption-dialog table input {
        border: 0;
    }

    #tonnage-speed-and-consumption-dialog table md-input-container {
        margin: 0;
        padding: 0;
    }

#tonnage-speed-and-consumption-dialog div.scrollable {
    max-height: 500px;
}

#tonnage-speed-and-consumption-dialog .title {
    margin-top: 20px;
}

#tonnage-speed-and-consumption-dialog table > tbody > tr > td {
    padding-right: 5px;
}

#tonnage-speed-and-consumption-dialog table > tbody > tr select {
    border-bottom: 0;
}

.td-moving-actions {
    width: 135px;
}

.td-speed {
    width: 50px;
}

.td-consumption,
.td-generator-consumption {
    width: 75px;
}

.td-fuel-grade {
    width: 80px;
}

.td-guaranteed {
    width: 85px;
    text-align: center;
}

.td-generator-fuel-grade {
    width: 120px;
}

.td-modified-date,
.td-updated-by {
    padding-right: 10px;
}

.td-modified-date {
    width: 80px;
}

    .td-modified-date > label,
    .td-updated-by > label {
        color: gray;
    }

.white-container-with-header {
    margin-top: 0;
}

.white-container-header {
    margin: 10px 8px 0;
    background: rgba(33, 150, 243, 0.35);
    font-size: 15px;
    font-weight: bold;
}

#vessel-info span {
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 15px;
    background: rgba(0,0,0,0.5);
}

    #vessel-info span:nth-child(even) {
        border-left: 3px double white;
        border-right: 3px double white;
    }

.not-applicable {
    background: lightgray;
    opacity: 0.25;
    cursor: not-allowed;
}

/**************DIALOG BOX*****************/
.tonnage-ui-window-container {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 1001;
    text-align: center;
}

.tonnage-ui-window {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    min-width: 350px;
    max-width: 85%;
    border-radius: 2px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow-x: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.tonnage-ui-window-header {
    padding: 8px;
    text-align: center;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
}
.tonnage-ui-window-content {
    padding: 0 6px 6px 6px;
}
.tonnage-ui-window-buttons {
    padding: 10px;
}
.tonnage-ui-window-body {
    padding: 10px;
}
.tonnage-ui-overlay {
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}
/**************DIALOG BOX*****************/

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    overflow: visible;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.tooltip-inner {
    max-width: 250px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


#tree-menu-ve {
    background-color: rgba(21, 26, 32, 0.95) !important;
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
    min-height: 300px;
    padding: 15px 0;
}

.tree-menu {
    max-height: 100% !important;
    overflow: hidden;
    overflow-y: auto;
}

    .tree-menu .tree-view-node {
        white-space: nowrap;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow-x: hidden;
    }

.tree-menu #controls {
    line-height: 1;
    padding: 0 0 15px 10px;
    margin-bottom: 5px;
    border-bottom: 3px grey double;
    cursor: pointer;
}

    .tree-menu #controls > div#user-search {
        margin-top: 5px;
    }

        .tree-menu #controls > div#user-search > input {
            margin-left: 8px;
            width: 160px;
        }

.tree-menu.sidebar-subitems ul {
    padding: 0;
    margin: 0;
}

#tree-menu-ve div.node-inner > div.leaf:hover,
#tree-menu-ve div.node-inner > div.folder:hover,
#tree-menu-ve .droppable-hover-over,
#tree-menu-ve .tree-menu #controls > div.leaf:hover {
    background-color: #2c3847;
    border-top-color: #151a20;
    border-bottom-color: #151a20;
}

#tree-menu-ve.sidebar-subitems i,
.tree-menu #controls > * > i {
    font-size: 14px;
    line-height: 20px;
}

#tree-menu-ve.sidebar-subitems i {
    padding-left: 10px;
}

.tree-menu .tree-node-text,
.node-text {
    vertical-align: middle;
    padding-left: 8px;
    line-height: 20px;
}

.tree-menu .folderEditInput {
    display: inline-block;
    width: 120px;
    margin-left: 8px;
}


.tree-menu > div.md-subheader {
    background: white;
}

    .tree-menu > div.md-subheader > .md-subheader-inner {
        padding: 0 12px;
        font-size: 16px;
    }

.tree-drag-over {
    background: rgba(33, 150, 243, 0.35);
}

.tree-menu li {
    padding: 1px 0 0 2px;
}
/**************TRI STATE CHECKBOXES*****************/
.tri-state input[type=radio] {
    visibility: hidden;
}

.tri-state {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient( #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px #828282;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px #828282;
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px #828282;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.tri-state .tri-state-unknown {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 4px;
        top: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(#222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .tri-state .tri-state-unknown:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 1;
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #00bf00;
            background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: linear-gradient(#00bf00 0%, #009400 100%);
            top: 2px;
            left: 2px;
            -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        }



.tri-state {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(#fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.tri-state-true {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(#222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

    .tri-state .tri-state-true:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 1;
        content: '';
        position: absolute;
        width: 13px;
        height: 7px;
        background: transparent;
        top: 4px;
        left: 4px;
        border: 3px solid #fcfff4;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }



.tri-state-false {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(#fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.tri-state .tri-state-false {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(#222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}
    .tri-state .tri-state-false:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 1;
        content: '✕';
        color: #fcfff4;
        position: absolute;
        width: 17px;
        height: 18px;
        font-size: 15px;
        background: transparent;
        top: -0px;
        left: 4px;
        font-weight: bold;
    }
/**************TRI STATE CHECKBOXES*****************/
.dry-cargo-sample-text {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 11.5px;
    height: 20px;
    letter-spacing: 0.575px;
    line-height: 18px;
    padding: 5px 7px 3px 7px;
    text-transform: uppercase;
    vertical-align: top;
    width: 100px;
}

.position-updater-label {
    margin-top: 6px;
}

.position-updater-toggle {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    margin-top: 6px;
    margin-left: 337px;
}

    .position-updater-toggle input[type="checkbox"] {
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

.vessel-location-side-panel {
    position: absolute;
    left: 135px;
    width: 250px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.vessel-location-side-panel-img {
    margin: 11px;
    height: 196px;
    width: 226px;
    -webkit-box-shadow: 0 0 10px rgba(121, 121, 121, 1);
    -moz-box-shadow: 0 0 8px rgba(121, 121, 121, 1);
    box-shadow: 0 0 8px rgba(121, 121, 121, 1);
}

.search-container {
    clear: both;
}

.vessel-search-grid-button-row .button-spacer {
    width: 10px;
    display: inline-block;
}

.search-control-container.checkbox-container,
.search-control-container.radio-container {
    height: 20px;
}

    .search-control-container.checkbox-container input[type="checkbox"],
    .search-control-container.radio-container input[type="radio"] {
        float: left;
        margin-right: 3px;
    }

.search-control-container.text-container {
    height: 24px;
}

    .search-control-container.text-container input[type="checkbox"] {
        float: left;
        margin-right: 3px;
        margin-top: 4px;
    }

    .search-control-container.text-container input[type="text"] {
        width: 25px;
        float: right;
    }

    .search-control-container.text-container label {
        margin-top: 1px;
    }

.search-control-container .input-medium {
    width: 139px;
}

#vessel-details-container .row-fluid > div {
    text-align: right;
}

#vessel-details-container label {
    margin-right: 0;
}

#vessel-details-container input,
#vessel-details-container select {
    font-size: 12px;
    box-sizing: border-box;
    height: 20px;
}

#vessel-details-container fieldset {
    border: 1px solid threedface;
    -webkit-padding-start: 10px;
    -webkit-padding-end: 10px;
}

#vessel-details-container legend {
    border: none;
    margin: 0;
    font-size: 12px;
    width: inherit;
    text-align: left;
    line-height: 29px;
}

.vessel-overview-fieldset {
    height: 240px;
    box-sizing: border-box;
}

#attributes-section {
    width: 14%;
}

#speedconsumption-section {
    width: 19%;
}

    #speedconsumption-section input[type=text] {
        box-sizing: border-box;
        padding-right: 5px;
    }

#cargohandling-section {
    width: 32%;
}

#owners-section {
    width: 28.61702128%;
}

.input-box {
    position: relative;
}

    .input-box > input {
        display: block;
        border: 1px solid #d7d6d6;
    }

.unit {
    position: absolute;
    display: block;
    right: 5px;
    top: 2px;
    z-index: 9;
    font-size: 10px;
}

#general-section ul {
    text-align: left;
}

    #general-section ul > li {
        display: inline-block;
        padding-right: 20px;
    }

#vessel-details-container input[disabled],
#vessel-details-container select[disabled],
#vessel-details-container textarea[disabled],
#vessel-details-container input[readonly],
#vessel-details-container select[readonly],
#vessel-details-container textarea[readonly] {
    background-color: #ffffff;
}

#vessel-details-panel {
    padding: 0 2px;
}

    #vessel-details-panel ul {
        height: 29px;
    }

    #vessel-details-panel .tab-content {
        overflow-y: hidden;
    }

.search-scroll .nav-tabs > li > a {
    padding-right: 8px;
    padding-left: 8px;
}

.search-scroll.vessel-search-grid {
    border-top: 1px solid #dddddd;
}

.vessel-search-grid .worksheet-panel ul.tree-view-node {
    margin: 0;
}

.vessel-search-grid .worksheet-panel div.node-inner:hover,
.vessel-search-grid .worksheet-panel div.node-inner > a.leaf:hover,
.vessel-search-grid .worksheet-panel div.node-inner > div.folder:hover,
.vessel-search-grid .worksheet-panel .droppable-hover-over,
.vessel-search-grid .worksheet-panel #tree-menu #controls > a:hover {
    background-color: #dddddd;
    border-top-color: #dddddd;
    border-bottom-color: #dddddd;
}

#vessel-search-worksheets > div {
    margin: 10px 13px 20px 13px;
}

#vessel-search-worksheets .sidebar-subitem-text {
    width: 140px;
}

#vessel-search-worksheets div.node-inner {
    padding: 2px 0;
}

#vessel-search-worksheets .node-container {
    padding-left: 6px;
}

.vessel-search-sidenav {
    height: 100%;
}

    .vessel-search-sidenav md-input-container .md-input[disabled] {
        color: #808080;
    }

    /*.vessel-search-sidenav > div {
        height: 100%;
    }*/

    .vessel-search-sidenav.search-container {
        border-right: 0;
    }

    .vessel-search-sidenav .search-control-container {
        border: none;
        padding-bottom: 10px;
    }

        .vessel-search-sidenav .search-control-container:hover {
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
            background: none;
            border: none;
            color: inherit;
        }

md-radio-button div.md-label {
    font-size: 12px;
}

.vessel-search-sidenav .search-control-container input[data-typeahead] {
    width: 100%;
}

.vessel-search-sidenav .search-section-container {
    margin-bottom: 25px;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 2px solid #2196F3;
}

.datepicker-container {
    margin: 10px 0;
    padding-bottom: 20px !important;
}

    .datepicker-container label {
        padding-bottom: 10px;
        left: 0;
    }


    .datepicker-container .md-datepicker-input-container {
        margin-left: 0;
    }

.vessel-overview-row {
    margin-bottom: 20px;
}

.vessel-search-sidenav md-subheader {
    background: none;
}

.vessel-search-sidenav .md-subheader-inner {
    padding: 0 0 5px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #2196F3;
    color: #1E272C;
    font-weight: 600;
}

[role="tabpanel"] {
    transition: none;
}

.clk-header-pencil {
    float: right;
    font-size: 18px !important;
    cursor: pointer;
    -ms-opacity: 0.8;
    opacity: 0.8;
}

    .clk-header-pencil:hover {
        -ms-opacity: 1;
        opacity: 1;
    }

.vessel-search-sidenav md-autocomplete {
    min-width: 0;
}

#position-update-notestabs textarea {
    width: 99%;
    height: 150px;
    resize: none;
}

#position-update-map .map {
    height: 300px;
}

arc-md-label div.md-input {
    font-size: 13px;
}

arc-md-label.disabled div.md-input {
    color: #808080;
}

#vessel-search-worksheets ul {
    padding-left: 0;
}

.context-menu {
    position: absolute;
    background: white;
    padding-left: 0 !important;
    color: black;
    z-index: 10000;
    min-width: 150px;
    border-radius: 2px;
}

    .context-menu .context-menu-item a {
        display: block;
    }

    .context-menu .context-menu-item:hover {
        background: rgb(33, 77, 112);
        color: white;
    }

        .context-menu .context-menu-item:hover i {
            color: white;
        }



.three-dots > i {
    font-size: 8px;
    letter-spacing: -0.75px;
}

.subheader-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 36px;
}

    .subheader-menu md-menu button {
        min-width: 0;
    }

.vessel-search-tab-content-container {
    height: calc(100vh - 150px);
}

    .vessel-search-tab-content-container > div {
        height: 100%;
    }

#position-update-sidebar #position-update .md-clk-center-content {
    padding: 0;
    margin: 0;
}

#position-update-sidebar .action-bar button {
    font-size: 12px;
}

#position-update-sidebar .clk-list-mutliitem-container.clk-list-mutliitem-expaded {
    margin: 10px -15px;
}

#no-position-history,
#no-vessel-history,
#no-vessel-files {
    background: white;
    width: 400px;
    height: 200px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
}

.vessel-overview-controls > i {
    position: inherit !important;
}

#vessel-overview-container.vessel-search-sidenav .search-section-container {
    padding-left: 0;
    margin: 0 0 10px 0;
}

#vessel-search-panel {
    padding: 5px;
    overflow: auto;
}

    #vessel-search-panel > div {
        padding: 5px;
        margin-bottom: 10px;
    }

    #vessel-search-panel div.section-title,
    #vessel-search-worksheets div.section-title {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 2px solid #2196F3;
        cursor: pointer;
        font-weight: bold;
    }

    #vessel-search-panel div.single-zone-map-button {
        position: relative;
        left: 215px;
        top: -50px;
        width: 25px;
    }

    #vessel-search-panel span.multiple-zone-map-button {
        float: right;
        display: block;
        cursor: pointer;
        margin-top: -8px;
    }

        #vessel-search-panel div.single-zone-map-button md-icon,
        #vessel-search-panel span.multiple-zone-map-button md-icon {
            font-size: 20px;
        }

.select-input {
    width: 100%;
    padding: 5px 0 0 0;
}

    .select-input > select {
        padding-left: 0;
    }

#vessel-search-panel .md-chips .md-chip, #vessel-search-panel md-chips md-chip {
    float: none;
    width: 100%;
    font-size: 12px;
    margin: 5px 0 0 0;
}

#vessel-search-worksheets md-list-item:before {
    content: '';
    height: 0;
    min-height: 0;
    display: none;
}

.two-column-dates .left-date {
    padding-right: 2px;
}

.two-column-dates .right-date {
    padding-left: 2px;
}

#vessel-search-action-bar button {
    font-size: 12px;
    margin: 4px;
}


.section-title .fa-minus,
.section-title .fa-plus {
    float: right;
    color: #CCCCCC;
}

.chips-label {
    color: rgba(0,0,0,0.5);
    font-family: tahoma, 'HelveticaNeueW01-55Roma', Helvetica, arial, verdana, sans-serif;
}

#vessel-search-panel > div > div:nth-child(2) > div {
    margin-bottom: 3px;
}

#vessel-search-panel md-chips-wrap {
    padding: 0;
}

.vessel-search-chip {
    height: 30px;
}

.vessel-search-flag {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0 10px 0 0;
}

.placeholder-flag {
    font-size: 23px;
    margin-left: -6px;
    margin-right: 7px;
}

.zone-include-canals md-checkbox, zone-include-pirates md-checkbox {
    margin-bottom: 0px;
}

.zone-search-type md-radio-group {
    margin-bottom: 20px;
}

.export-warning {
    color: #c30 !important;
    font-size: 11px;
    background: #e2e2e2;
    padding: 7px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

md-checkbox.md-indeterminate .md-icon:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: table;
    width: 12px;
    height: 2px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    content: "";
}



md-sidenav .vessel-search-tab-content-container {
    opacity: 0;
}

md-sidenav:not(.md-closed):not(.ng-animate) .vessel-search-tab-content-container,
md-sidenav.md-locked-open:not(.ng-animate) .vessel-search-tab-content-container {
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sort-column-chip {
    padding: 2px;
}

    .sort-column-chip:not(:first-child) {
        margin-left: 3px;
    }

    .sort-column-chip i {
        margin: 0 0 3px 1px;
    }

.ag-grid-clk-header-result-count > *:not(:first-child) {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px #b3b3b3 solid;
}

md-input-container > select.ng-invalid {
    border: none;
}

#vessel-overview-container md-input-container > select.ng-invalid {
    border-bottom: solid;
}

body.pinned #vessel-search-grid {
    height: 100%
}

#vessel-search-grid {
    height: 100%
}

#vessel-search-grid div.ag-root {
    font-size: 11.5px;
    letter-spacing: 0.5px;
}

#vessel-search-grid .ag-cell {
    padding: 4px 7px !important;
    line-height: 18px;
    border-right: 1px solid #f1f1f1;
    letter-spacing: 0.05em;
}

#vessel-search-grid .ag-selection-checkbox i {
    font-size: 18px;
}

#vessel-search-grid .ag-selection-checkbox {
    line-height: 18px;
}

.select-zone-dialog .md-dialog-content {
    width: 950px;
    height: 481px;
}

.select-zone-dialog .md-dialog-content canvas {
    cursor: pointer;
}


.md-chips-sans-autocomplete {
    margin-left: 4px;
}

    .md-chips-sans-autocomplete label {
        color: #acacac;
    }

#vessel-notes-container .author {
    color: rgba(0, 0, 0, 0.45);
    padding-right: 18px;
    padding-top: 13px;
}

.circle-badge {
    line-height: 20px;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    background: #ff5252;
    padding: 2px 4px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.include-rows-colours {
    margin-top: 15px;
    font-size: 13px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.class-flipper {
    position: absolute;
    right: 10px;
    top: 12px;
    color: gray;
}

    .class-flipper:hover {
        color: black;
    }

.md-dialog-content-body {
    font-size: 12px;
}

.ag-menu {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid #808080;
    background-color: #f6f6f6;
    cursor: default;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.ag-menu-list {
    display: table;
    border-collapse: collapse;
}

.ag-menu-option-active {
    background-color: #777777;
    color: white;
}

.ag-menu-option {
    display: table-row;
}

.ag-menu-option-icon {
    padding: 2px 4px 2px 4px;
    vertical-align: middle;
    display: table-cell;
}

.ag-menu-option-text {
    padding: 2px 4px 2px 4px;
    vertical-align: middle;
    display: table-cell;
}

.ag-menu-option-shortcut {
    padding: 2px 2px 2px 20px;
    vertical-align: middle;
    display: table-cell;
}

.ag-menu-option-popup-pointer {
    padding: 2px 4px 2px 4px;
    vertical-align: middle;
    display: table-cell;
}

.ag-menu-option-disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.md-button[disabled] md-icon path {
    fill-opacity: 0.26;
}

#ctrade-share-vessels {
    min-width: 600px;
    max-width: 600px;
}

    #ctrade-share-vessels md-chips-wrap div.md-chip-input-container {
        width: 100%;
    }

    #ctrade-share-vessels md-chips-wrap {
        padding: 0 !important;
    }


    #ctrade-share-vessels md-chip-template > span > strong {
        font-weight: normal;
    }

    #ctrade-share-vessels #company-search md-autocomplete-wrap md-input-container > input {
        margin-top: 7px;
    }

    #ctrade-share-vessels .warning-card {
        margin-bottom: 20px;
        font-size: 13px;
        color: #c30 !important;
    }

    #ctrade-share-vessels .md-subheader-inner {
        padding: 10px 0 5px 0;
        margin-bottom: 15px;
        border-bottom: 1px solid #b2b2b2;
    }

    #ctrade-share-vessels md-autocomplete {
        min-width: 0;
    }


#unverifiedUserPanel {
    padding: 10px;
    background: #f2f2f2;
    margin: 0 0 240px 20px;
    border-radius: 4px;
}
search-warning {
    width: 100%;
}
search-warning > div {
    min-height: 32px;
    line-height: 32px;
    text-shadow: 0 0 3px #fff;
    color: rgb(192 79 21);
    font-size: 12px;
    padding-left: 6px;
}

.bold-uppercase {
    font-weight: bold;
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.column-gap {
    margin-right: 8px;
}

    .column-gap:last-child {
        margin-right: 0;
    }

md-autocomplete input {
    text-transform: uppercase;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100% !important;
}

.main-grid {
    flex: 1 1 auto;
    overflow: auto;
}

#fixtures-container {
    width: 100%;
    text-align: center;
    bottom: 0;
}

.fixtures-panel {
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

    .fixtures-panel.open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .fixtures-panel.closed {
        opacity: 0;
        height: 0 !important;
        pointer-events: none;
        transform: translateY(100%);
    }

#fixtures-iframe {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

    #fixtures-iframe.iframe-visible {
        opacity: 1;
        pointer-events: auto;
    }

    #fixtures-iframe.iframe-hidden {
        opacity: 0;
        pointer-events: none;
    }

.resize-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    cursor: ns-resize;
}

.autocomplete-user-template {
    min-width: 300px !important;
}

.autocomplete-location-template {
    min-width: 500px !important;
}

.bordered-button-group {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid white;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 12px;
}

.grouped-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0 !important;
    border-radius: 0;
}

    .grouped-button.md-icon-button {
        border-radius: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        min-width: 40px;
        min-height: 40px;
    }

.active-button {
    background-color: #3f79c9;
}

    .active-button:hover,
    .active-button:focus {
        background-color: #3f79c9 !important;
    }

.vertical-separator {
    width: 1px;
    background-color: white;
    height: 40px;
    margin: 0 0;
    align-self: center;
}

.group-vertical-separator {
    width: 1px;
    background-color: white;
    height: 40px;
    margin: 0 6px;
    align-self: center;
}

#open-position-updater-btn {
    max-width: 40px !important;
}

.top-gradient-bar {
    height: 10px;
    width: 100%;
    cursor: ns-resize;
    background: linear-gradient( to bottom, #f3eeef 0%, #f3eeef 10%, #ebebeb 10%, #ebebeb 50%, #d8d8d8 50%, #d8d8d8 80%, #d1d1d1 80%, #d1d1d1 90%, #ebebeb 90%, #ebebeb 100% );
}
.ve-routing-table .checkbox-column {
    width: 100px;
}

.ve-route-details-overlay {
    width: 100%; 
    background-color: white; 
    opacity: 0.4; 
    height: 100%;
    position: absolute;
}
.ve-route-details-overlay-text {
    text-align: center; 
    padding-top: 30px; 
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12pt;
}
.voyage-analysis-worksheet-name {
    display: inline-block;
    vertical-align: middle;
    max-width: 155px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.grey {
    background-color: grey;
}

.full-width-label {
    width: 100%;
    cursor: default;
}

.default-cursor {
    cursor: default;
}

.bunker-price-inputs > .span2 {
    width: 10%;
}

.vessel-overview > .span2 {
    width: 13%;
}

#misc-costs-container {
    padding-right: 0;
}

    #misc-costs-container > input {
        padding-right: 16px;
        width: 50px;
    }

#bunker-table {
    width: initial;
    margin-bottom: 15px;
    width: 800px;
}

    #bunker-table th {
        text-align: center;
    }

    #bunker-table col:first-child {
        width: 37% !important;
    }

    #bunker-table col {
        width: 9% !important;
    }

.centered-cell {
    text-align: center !important;
    width: 50px;
}

@media screen and (max-width: 1285px) {
    .short-label {
        display: block;
    }

    .standard-label {
        display: none;
    }
}

@media screen and (min-width: 1285px) {
    .short-label {
        display: none;
    }

    .standard-label {
        display: block;
    }
}

.warning {
    color: orange;
}

search-count {
    padding: 3px 0;
    width: 100%;
    -ms-text-shadow: 0 0 3px #fff;
    text-shadow: 0 0 3px #fff;
    color: rgb(21, 101, 192);
    font-size: 12px;
}

    search-count > * {
        padding: 0 4px;
    }

.search-info-warning {
    color: #d06200;
}

.search-info-message {
    font-size: 11px;
}

.reference-table-icon {
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    right: 7px;
    top: calc(50% - 6px);
    cursor: pointer;
}

﻿#additional-zone {
    padding: 5px;
}

#additional-zone span {
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
}

.zone-exclusions {
    padding: 5px;
    margin-top: 20px;
    padding-bottom: 3px !important;
    border-bottom: 2px solid #71b7ef;
}

.zone-exclusions span {
    font-size: 14px;
    font-weight: 500;
}

#zone-eta-container,
#zone-eta-container md-content {
    background-color: #ebebeb;
    font-size: 12px;
}

#zone-eta-container table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#zone-eta-container tbody tr {
    height: 20px;
}

#zone-eta-container th {
    border-bottom: 1px solid #9de0ff;
    text-align: center;
    height: 14px;
    line-height: 20px;
    padding: 1px;
    font-size: 12px;
}

#zone-eta-container td {
    border-bottom: 1px solid #ddd;
    padding: 2px 0;
    height: 20px;
    line-height: 20px;
}

#zone-eta-container .zone-panel-zone-cell-width {
    width: 80px;
}

#zone-eta-container .zone-panel-eta-cell-width {
    width: 80px;
}

#zone-eta-container span input {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    outline: none;
    width: 75px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#zone-eta-container .zone-panel-updated-by-cell-width {
    width: 25px;
}

#zone-eta-container .text-red input {
    color: red;
}

#zone-eta-container .eta-action-button {
    min-height: 0;
    min-width: 0;
    line-height: 20px;
    margin: 0;
    padding: 0 4px;
    float: right;
    height: 20px;
}

#zone-eta-container .eta-action-button .fa {
    line-height: inherit;
}

#zone-eta-container .range-result-container.md-whiteframe-z1 {
    margin: 5px 0;
    z-index: 10;
}

#zone-eta-container .whiteframe-container {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 5px 0;
    padding: 5px;
    background: #fff;
    border-radius: 2px;
}

#zone-eta-container md-select {
    margin: 0;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    padding: 0;
    min-height: 12px;
}

#zone-eta-container md-select-value {
    height: 20px;
    line-height: 20px;
    min-height: 20px;
    padding: 0;
    font-size: 12px;
}

#zone-eta-container md-list,
#zone-eta-container md-option .md-text,
#zone-eta-container .md-select-value .md-text {
    font-size: 11.5px !important;
}

#zone-eta-container .md-select-icon {
    width:10px;
}

#zone-eta-container md-menu-content,
#zone-eta-container md-select-menu {
    font-size: 11.5px !important;
    padding: 0 !important;
}

#zone-eta-container md-menu-item,
#zone-eta-container md-option {
    min-height: 12px !important;
    height: 12px !important;
    line-height: 12px !important;
    font-size: 12px !important;
}

#zone-eta-container .md-select-menu-container.md-active md-option .md-text,
#zone-eta-container md-select-menu md-option .md-text {
    font-size: 12px !important;
    line-height: 12px !important;
    height: 12px !important;
    padding: 0 !important;
}

#zone-eta-container md-menu-item > .md-button,
#zone-eta-container md-option > .md-button {
    line-height: 12px !important;
    min-height: 12px !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 4px !important;
}

#zone-eta-container md-menu-item .md-font.fa,
#zone-eta-container md-option .md-font.fa {
    font-size: 12px !important;
    line-height: 12px !important;
}
