/*signalr-color*/
/*
    AF2016 GENERAL CSS/LESS
    - Adjustments, improvements and theming applied to Bootstrap 4
    - Sidebar
    - AF2016-controls such as lookups
*/

/* Fixed toolbar */

/* /file/site/style/af.2016.general.less:L13 */
.af-toolbar {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
}
/* /file/site/style/af.2016.general.less:L20 */
.af-toolbar + div.container,
.af-toolbar + div.container-fluid {
  margin-top: 46px;
}
/* Prevent centering of toolbar on mobile */

@media (max-width: 576px) {
  /* /file/site/style/af.2016.general.less:L27 */
  .af-toolbar .container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 576px) {
  /* /file/site/style/af.2016.general.less:L34 */
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* /file/site/style/af.2016.general.less:L40 */
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* /file/site/style/af.2016.general.less:L46 */
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* /file/site/style/af.2016.general.less:L52 */
  .container {
    width: 1340px;
  }
}
/* /file/site/style/af.2016.general.less:L60 */
html {
  overflow-y: scroll;
  font-size: 14px;
  /*font-family: "Arial Nova", "Helvetica Neue", Roboto, Sans-Serif;*/

}
/* /file/site/style/af.2016.general.less:L66 */
body {
  background: #ededed;
}
/* /file/site/style/af.2016.general.less:L71 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* /file/site/style/af.2016.general.less:L76 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/* /file/site/style/af.2016.general.less:L80 */
::-webkit-scrollbar-thumb {
  background-color: lightgray;
  outline: 1px solid slategrey;
}
/* /file/site/style/af.2016.general.less:L85 */
.bg-white {
  background: white;
}
/* /file/site/style/af.2016.general.less:L88 */
.bg-faded {
  background-color: #f7f7f7;
}
/* /file/site/style/af.2016.general.less:L92 */
/* /file/site/style/af.2016.general.less:L93 */
/* /file/site/style/af.2016.general.less:L94 */
.af-active,
.af-active.list-group-item,
.af-active:active,
.af-active.list-group-item:active {
  background: #e4f3ff;
  color: #013e73;
}
/* /file/site/style/af.2016.general.less:L98 */
a > .af-active:hover,
a > .af-active.list-group-item:hover {
  background: #d0e9ff;
  color: #012340;
}
/* /file/site/style/af.2016.general.less:L105 */
/* /file/site/style/af.2016.general.less:L106 */
.af-container .af-lookup-items-wrap .af-lookup-items .af-active {
  background: #e4f3ff;
  color: #013e73;
}
/* /file/site/style/af.2016.general.less:L112 */
[data-dropdown-target] {
  cursor: pointer;
}
/* /file/site/style/af.2016.general.less:L116 */
/* /file/site/style/af.2016.general.less:L117 */
[data-tree-id] .af-active {
  margin-top: 1px;
  background: transparent;
}
/* /file/site/style/af.2016.general.less:L120 */
[data-tree-id] .af-active a {
  background: #e4f3ff;
  color: #013e73;
  border: 1px solid #e4f3ff;
}
/* /file/site/style/af.2016.general.less:L124 */
[data-tree-id] .af-active a:focus {
  border: 1px solid #7ec6ff !important;
}
/* /file/site/style/af.2016.general.less:L130 */
[data-tree-id] li.branch > div {
  margin-top: 1px;
}
/* /file/site/style/af.2016.general.less:L132 */
[data-tree-id] li.branch > div > a {
  border: 1px solid white;
}
/* /file/site/style/af.2016.general.less:L140 */
/* /file/site/style/af.2016.general.less:L141 */
.drag-node-over:before {
  content: "►";
}
/* Blue */

/* /file/site/style/af.2016.general.less:L147 */
.af-toolbar {
  background: rgba(0, 111, 206, 0.95)/*!important*/;
  padding: 0.5rem 0.75rem;
  color: white;
  overflow: hidden;
  display: flex;
  -webkit-box-pack: start!important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
  overflow-y: auto;
}
/* /file/site/style/af.2016.general.less:L159 */
.af-toolbar * {
  white-space: nowrap;
}
/* /file/site/style/af.2016.general.less:L163 */
.af-toolbar button,
.af-toolbar a,
.af-toolbar a:hover {
  color: white;
}
/* /file/site/style/af.2016.general.less:L168 */
.af-toolbar .btn {
  background: none;
  border: 0;
}
/* /file/site/style/af.2016.general.less:L174 */
.af-toolbar .btn:hover {
  color: white !important;
  background: #0067bf;
}
/* /file/site/style/af.2016.general.less:L179 */
.af-toolbar .btn:focus {
  background: #003665;
  color: white;
}
/* /file/site/style/af.2016.general.less:L180 */
.af-toolbar .btn:active {
  background: #004d90;
  color: white;
}
/* /file/site/style/af.2016.general.less:L183 */
.af-toolbar::-webkit-scrollbar {
  height: 0.3em;
}
/* /file/site/style/af.2016.general.less:L187 */
.af-toolbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  margin: 0.1rem;
}
/* /file/site/style/af.2016.general.less:L194 */
.af-gray {
  background-color: #ededed;
  color: black;
}
/*** SIDEBAR BEGIN ***/
@media (min-width: 55em) {
  /* /file/site/style/af.2016.general.less:L212 */
  /* /file/site/style/af.2016.general.less:L213 */
  .af-app-with-sidebar .af-main {
    margin-right: 14.375rem;
  }
}
/* /file/site/style/af.2016.general.less:L219 */
/* /file/site/style/af.2016.general.less:L220 */
.af-app-with-sidebar .af-main,
.af-app-without-sidebar .af-main {
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  transition: margin-right 0.33s, opacity 0.33s;
}
/* /file/site/style/af.2016.general.less:L229 */
/* /file/site/style/af.2016.general.less:L232 */
.af-app-with-sidebar .af-main {
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  transition: margin-right 0.33s, opacity 0.33s;
}
/* /file/site/style/af.2016.general.less:L239 */
.af-app-with-sidebar .af-sidebar {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.33s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16.275rem;
  border-left: 1px solid whitesmoke;
  z-index: 99998;
}
/* /file/site/style/af.2016.general.less:L243 */
.af-app-with-sidebar .af-sidebar::-webkit-scrollbar {
  width: 5px;
}
/* /file/site/style/af.2016.general.less:L244 */
.af-app-with-sidebar .af-sidebar::-webkit-scrollbar-button {
  display: none;
}
/* /file/site/style/af.2016.general.less:L245 */
.af-app-with-sidebar .af-sidebar::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background-color: rgba(128, 128, 128, 0.5);
  border-radius: 99px;
}
/* /file/site/style/af.2016.general.less:L258 */
.af-app-with-sidebar .af-toggle-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.9375rem;
  z-index: 99999;
  cursor: pointer;
}
/* /file/site/style/af.2016.general.less:L266 */
.af-app-with-sidebar .af-toggle-sidebar .fa-bars {
  display: block;
  background: #0275d8;
  color: white;
  border-radius: 100px;
  text-align: center;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
@media (max-width: 54.9em) {
  /* /file/site/style/af.2016.general.less:L280 */
  .af-app-with-sidebar .af-main {
    opacity: 1;
    margin-right: 0;
  }
  /* /file/site/style/af.2016.general.less:L284 */
  .af-app-with-sidebar .af-main .container-fluid,
  .af-app-with-sidebar .af-main .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* /file/site/style/af.2016.general.less:L291 */
  .af-app-with-sidebar .af-mobile-sidebar-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99997;
    display: none;
  }
  /* /file/site/style/af.2016.general.less:L301 */
  .af-app-with-sidebar .af-sidebar {
    transform: translate(16.275rem);
  }
  /* /file/site/style/af.2016.general.less:L305 */
  .af-app-with-sidebar .af-toggle-sidebar-desktop {
    display: none;
  }
  /* /file/site/style/af.2016.general.less:L307 */
  /* /file/site/style/af.2016.general.less:L308 */
  .af-app-with-sidebar.af-mobile-show-sidebar .af-sidebar {
    transform: translate(0);
  }
  /* /file/site/style/af.2016.general.less:L309 */
  .af-app-with-sidebar.af-mobile-show-sidebar .af-mobile-sidebar-background {
    display: block;
  }
  /* /file/site/style/af.2016.general.less:L310 */
  .af-app-with-sidebar.af-mobile-show-sidebar .af-main {
    opacity: 0.33;
  }
}
/* /file/site/style/af.2016.general.less:L319 */
.af-app-with-sidebar .navbar-full {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  transition: padding-right 0.33s;
}
@media (max-width: 54.9em) {
  /* /file/site/style/af.2016.general.less:L326 */
  .af-app-with-sidebar .navbar-full,
  .af-app-with-sidebar .navbar-fixed-top,
  .af-app-with-sidebar .navbar-fixed-bottom {
    padding-right: 2.8125rem;
  }
}
@media (min-width: 55em) {
  /* /file/site/style/af.2016.general.less:L333 */
  .af-app-with-sidebar .navbar-fixed-top,
  .af-app-with-sidebar .navbar-fixed-bottom {
    right: 16.275rem;
  }
  /* /file/site/style/af.2016.general.less:L337 */
  /* /file/site/style/af.2016.general.less:L338 */
  .af-app-with-sidebar.af-desktop-hide-sidebar .navbar-fixed-top,
  .af-app-with-sidebar.af-desktop-hide-sidebar .navbar-fixed-bottom {
    right: 0;
  }
  /* /file/site/style/af.2016.general.less:L342 */
  .af-app-with-sidebar.af-desktop-hide-sidebar .navbar-full,
  .af-app-with-sidebar.af-desktop-hide-sidebar .navbar-fixed-top,
  .af-app-with-sidebar.af-desktop-hide-sidebar .navbar-fixed-bottom {
    padding-right: 2.8125rem;
  }
}
/* /file/site/style/af.2016.general.less:L351 */
.af-app-with-sidebar .navbar-brand.af-hide-on-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  float: none;
}
/* Extra padding on button for Edge b.c. of ugly overlay scroller which makes the proportions wrong */

/* Uses Hack to detect Edge */

@supports (-ms-accelerator:true) {
  /* /file/site/style/af.2016.general.less:L362 */
  .af-app-with-sidebar .af-toggle-sidebar {
    right: 0.75rem;
  }
}
/* Should be updated to use Edge in browser detection string when that is updated */

/* /file/site/style/af.2016.general.less:L367 */
html.edge .af-app-with-sidebar .af-toggle-sidebar {
  right: 0.75rem;
}
/* /file/site/style/af.2016.general.less:L370 */
html.InternetExplorer .af-app-with-sidebar .af-toggle-sidebar {
  right: 0.75rem;
}
@media print {
  /* /file/site/style/af.2016.general.less:L375 */
  .af-sidebar,
  .af-toggle-sidebar {
    display: none !important;
  }
  /* /file/site/style/af.2016.general.less:L378 */
  .af-app-with-sidebar .af-main {
    margin-right: 0 !important;
    padding-right: 0;
  }
}
/*** SIDEBAR END ***/

/*
.btn-secondary {
    background-color: #dddddd;
    background: hsla(208, 94%, 50%, 0.25);
    background-image: linear-gradient(hsl(0,0%,98%), hsl(0,0%,94%));
    border-color: #cccccc;
    
    &:hover {
        background-image: linear-gradient(hsl(0,0%,96%), hsl(0,0%,90%));
    }
    
    &:active {
        background-color: darken(#dddddd, 13%);
        background-image: linear-gradient(hsl(0,0%,84%), hsl(0,0%,93%));
        border-color: darken(#cccccc, 20%);
        box-shadow: inset 0 .15rem .3rem rgba(0,0,0,.3);
    }
    
    &.active {
        background-color: darken(#dddddd, 13%);
        background-image: linear-gradient(hsl(0,0%,74%), hsl(0,0%,83%));
        border-color: darken(#cccccc, 20%);
        box-shadow: inset 0 .15rem .3rem rgba(0,0,0,.4);
    }
}*/

/* /file/site/style/af.2016.general.less:L411 */
.btn-secondary-outline {
  color: #373a3c;
  background-color: white;
  border-color: #cccccc;
}
/* /file/site/style/af.2016.general.less:L417 */
.form-group label {
  color: inherit;
}
/* By default labels should not wrap */

/* /file/site/style/af.2016.general.less:L422 */
:not(.form-inline) .form-group {
  position: relative;
  /* If wrapped, the whole text should appear on hover */

  /*&:hover {*/

  /*    z-index: 10;*/

  /*    > label:first-child:hover {*/

  /*        overflow: visible;*/

  /* Hack get background color outside parent block */

  /*        @c: white;*/

  /*        text-shadow:*/

  /*           -1px -1px 0 @c,  */

  /*            1px -1px 0 @c,*/

  /*           -1px  1px 0 @c,*/

  /*            1px  1px 0 @c,*/

  /*           -2px -2px 0 @c,  */

  /*            2px -2px 0 @c,*/

  /*           -2px  2px 0 @c,*/

  /*            2px  2px 0 @c,*/

  /*           -3px -3px 0 @c,  */

  /*            3px -3px 0 @c,*/

  /*           -3px  3px 0 @c,*/

  /*            3px  3px 0 @c,*/

  /*           -4px -4px 0 @c,  */

  /*            4px -4px 0 @c,*/

  /*           -4px  4px 0 @c,*/

  /*            4px  4px 0 @c,*/

  /*           -5px -5px 0 @c,  */

  /*            5px -5px 0 @c,*/

  /*           -5px  5px 0 @c,*/

  /*            5px  5px 0 @c,*/

  /*            6px -5px 0 @c,*/

  /*            6px  5px 0 @c,*/

  /*            7px -5px 0 @c,*/

  /*            7px  5px 0 @c,*/

  /*            8px -5px 0 @c,*/

  /*            8px  5px 0 @c,*/

  /*            9px -5px 0 @c,*/

  /*            9px  5px 0 @c;*/

  /*    }*/

  /*}*/

  /*
    @textBgColor: white;
    
    //position: relative;
    z-index: 9999999;
    opacity: 0.99;
    &:hover {
        overflow: visible;
        
    }
    */

}
/* /file/site/style/af.2016.general.less:L426 */
:not(.form-inline) .form-group > label:first-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* /file/site/style/af.2016.general.less:L493 */
input.form-control:not([type="checkbox"]):not([type="radio"]),
textarea.form-control,
select.form-control {
  border-radius: 0;
  box-shadow: inset 0 0.1rem 0.3rem rgba(0, 0, 0, 0.085);
  -moz-appearance: none;
  /* reset styling in firefox */
  -webkit-appearance: none;
  /* reset styling on iOS */

}
/* /file/site/style/af.2016.general.less:L498 */
input.form-control:not([type="checkbox"]):not([type="radio"]):focus,
textarea.form-control:focus,
select.form-control:focus {
  box-shadow: inset 0 0.1rem 0.3rem rgba(24, 120, 217, 0.2), 0 0 0.3rem rgba(24, 120, 217, 0.2);
}
/* /file/site/style/af.2016.general.less:L504 */
input.form-control:not([type="checkbox"]):not([type="radio"])[readonly]:not([data-lookup]),
textarea.form-control[readonly]:not([data-lookup]),
select.form-control[readonly]:not([data-lookup]) {
  background: white;
  border: 1px dotted silver;
  cursor: default;
}
/* /file/site/style/af.2016.general.less:L508 */
input.form-control:not([type="checkbox"]):not([type="radio"])[readonly]:not([data-lookup]),
textarea.form-control[readonly]:not([data-lookup]),
select.form-control[readonly]:not([data-lookup]),
input.form-control:not([type="checkbox"]):not([type="radio"])[readonly]:not([data-lookup]):focus,
textarea.form-control[readonly]:not([data-lookup]):focus,
select.form-control[readonly]:not([data-lookup]):focus {
  box-shadow: none;
}
/* /file/site/style/af.2016.general.less:L509 */
input.form-control:not([type="checkbox"]):not([type="radio"])[readonly]:not([data-lookup]):focus,
textarea.form-control[readonly]:not([data-lookup]):focus,
select.form-control[readonly]:not([data-lookup]):focus {
  border: 1px solid #66afe9;
}
/* /file/site/style/af.2016.general.less:L515 */
.form-control[contenteditable] {
  white-space: pre-wrap;
  min-height: 100px;
}
/* /file/site/style/af.2016.general.less:L518 */
.form-control[contenteditable]:before {
  content: attr(data-placeholder);
  /* no quotes around attribute name! */
  color: #a7a7a7;
  font-size: 90%;
  position: absolute;
  margin-top: 2px;
  cursor: text;
}
/* /file/site/style/af.2016.general.less:L528 */
.form-control[contenteditable="false"] {
  background-color: #eceeef !important;
}
/* Hide spinner on number types */

/* /file/site/style/af.2016.general.less:L532 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* /file/site/style/af.2016.general.less:L539 */
.dropdown-menu {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
  z-index: 100001!important;
  /*min-width:300px;*/

}
/* /file/site/style/af.2016.general.less:L547 */
/* /file/site/style/af.2016.general.less:L548 */
.c-checkbox > .c-indicator,
.c-radio > .c-indicator {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
/* /file/site/style/af.2016.general.less:L553 */
.c-select {
  border-radius: .25rem;
}
/* /file/site/style/af.2016.general.less:L558 */
.btn.af-btn-hover:not(:hover):not(:active):not(.active):not(:focus) {
  background: transparent;
  border-color: transparent;
  /* &:not(.btn-secondary):not(.btn-link):not([rel*="btn"][rel*="outline"]) {
        color: inherit;
    }
    
    &.btn-secondary { color: inherit; } contradicts with field-filter2 btn's.*/

  /* Hover equilevants for these */

}
/* /file/site/style/af.2016.general.less:L567 */
.btn.af-btn-hover:not(:hover):not(:active):not(.active):not(:focus).btn-primary {
  color: #0275d8;
}
/* /file/site/style/af.2016.general.less:L568 */
.btn.af-btn-hover:not(:hover):not(:active):not(.active):not(:focus).btn-success {
  color: #5cb85c;
}
/* /file/site/style/af.2016.general.less:L569 */
.btn.af-btn-hover:not(:hover):not(:active):not(.active):not(:focus).btn-info {
  color: #5bc0de;
}
/* /file/site/style/af.2016.general.less:L570 */
.btn.af-btn-hover:not(:hover):not(:active):not(.active):not(:focus).btn-warning {
  color: #f0ad4e;
}
/* /file/site/style/af.2016.general.less:L571 */
.btn.af-btn-hover:not(:hover):not(:active):not(.active):not(:focus).btn-danger {
  color: #d9534f;
}
/*.form-control {*/

/*    border-color: #EDEDED;*/

/*    box-shadow: none !important;*/

/*    border-width: 2px;*/

/*    &[disabled]:not([data-lookup]) {*/

/*        border-color: darken(white, 20%);*/

/*        padding-left: 0;*/

/*    }*/

/*}*/

/*.form-control:hover, label:hover + .form-control {*/

/*    border-color: darken(#EDEDED, 35%);*/

/*}*/

/*.form-control:focus, label:hover + .form-control:focus {*/

/*    border-color: #006AC5;*/

/*}*/

/* /file/site/style/af.2016.general.less:L596 */
.af-form-inline-xs > * {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
/* /file/site/style/af.2016.general.less:L603 */
table.table th {
  vertical-align: top;
}
/* /file/site/style/af.2016.general.less:L607 */
table th[data-field-popup] {
  color: #0267bf;
}
/* /file/site/style/af.2016.general.less:L609 */
table th[data-field-popup]:hover {
  color: #025aa5;
  background-color: #f4faff;
}
/* /file/site/style/af.2016.general.less:L615 */
.af-navbar {
  background-color: rgba(244, 244, 245, 0.94);
  background: linear-gradient(rgba(250, 250, 250, 0.94), rgba(239, 239, 240, 0.94));
  border-color: rgba(215, 215, 219, 0.95);
}
/* /file/site/style/af.2016.general.less:L616 */
.af-navbar .navbar-brand:not(a),
.af-navbar .navbar-brand:not(a):hover {
  color: gray;
  text-shadow: 0 1px 0 white;
}
/* /file/site/style/af.2016.general.less:L624 */
.af-navbar.navbar-fixed-top {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* /file/site/style/af.2016.general.less:L632 */
.dropdown-item:hover:not(.disabled) {
  color: white;
  background-color: #0275d8;
}
/* /file/site/style/af.2016.general.less:L637 */
.dropdown-header {
  margin-top: .85rem;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
/* /file/site/style/af.2016.general.less:L645 */
.af-center-xs,
.af-center-sm,
.af-center-md,
.af-center-lg {
  margin-right: auto;
  margin-left: auto;
}
/* /file/site/style/af.2016.general.less:L649 */
.af-center-xs {
  max-width: 34em;
}
/* /file/site/style/af.2016.general.less:L650 */
.af-center-sm {
  max-width: 48em;
}
/* /file/site/style/af.2016.general.less:L651 */
.af-center-md {
  max-width: 62em;
}
/* /file/site/style/af.2016.general.less:L652 */
.af-center-lg {
  max-width: 75em;
}
/* /file/site/style/af.2016.general.less:L654 */
.navbar-brand {
  font-weight: bold;
}
/* /file/site/style/af.2016.general.less:L658 */
.c-select {
  width: 100%;
  border-radius: 0px;
}
/* /file/site/style/af.2016.general.less:L664 */
[data-repeat]:not([data-list-index]) {
  display: none;
}
/* /file/site/style/af.2016.general.less:L668 */
[data-no-data] {
  display: none;
}
/* /file/site/style/af.2016.general.less:L671 */
[data-lookup-template] {
  display: none;
}
/* /file/site/style/af.2016.general.less:L675 */
[data-object-id] {
  visibility: hidden;
}
/* /file/site/style/af.2016.general.less:L679 */
[data-repeat],
[data-upload],
[data-search] {
  visibility: visible;
}
/* /file/site/style/af.2016.general.less:L683 */
[data-visible-for] {
  display: none;
}
/*[data-filters]{*/

/*    width: 100px;*/

/*    border-right: 0px;*/

/*    border-left: 0px;*/

/*    border-color: #cccccc;*/

/*    height: 24px;*/

/*    margin-top: -2px;*/

/*}*/

/* /file/site/style/af.2016.general.less:L696 */
.popover {
  max-width: 309px;
  z-index: 1000000;
}
/* /file/site/style/af.2016.general.less:L701 */
.popover-error {
  border-color: #f0ad4e;
}
/* /file/site/style/af.2016.general.less:L704 */
.popover-error .arrow:after {
  border-right-color: #f0ad4e;
}
/* /file/site/style/af.2016.general.less:L707 */
.popover-error .popover-body {
  color: black!important;
  font-weight: 500;
}
/* /file/site/style/af.2016.general.less:L713 */
.hide,
.hidden {
  display: none;
}
/* /file/site/style/af.2016.general.less:L717 */
input.form-control[data-search],
.af-container .af-search {
  background-repeat: no-repeat;
  background-position: 0.66rem 0.48rem;
  padding-left: 2.33rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217px%22%20height%3D%2218px%22%20viewBox%3D%22480%20367%2017%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22Group%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(480.000000%2C%20367.000000)%22%3E%3Cpath%20d%3D%22M11.5714424%2C7.928563%20C11.5714424%2C10.4095927%209.55246674%2C12.4285684%207.071437%2C12.4285684%20C4.59040726%2C12.4285684%202.57143164%2C10.4095927%202.57143164%2C7.928563%20C2.57143164%2C5.44753326%204.59040726%2C3.42855763%207.071437%2C3.42855763%20C9.55246674%2C3.42855763%2011.5714424%2C5.44753326%2011.5714424%2C7.928563%20L11.5714424%2C7.928563%20Z%20M16.7143056%2C16.2857158%20C16.7143056%2C15.9441976%2016.5736805%2C15.6127239%2016.3426534%2C15.3816969%20L12.8973368%2C11.9363803%20C13.7109538%2C10.7611557%2014.142874%2C9.35490398%2014.142874%2C7.928563%20C14.142874%2C4.02119227%2010.9788077%2C0.857125998%207.071437%2C0.857125998%20C3.16406627%2C0.857125998%200%2C4.02119227%200%2C7.928563%20C0%2C11.8359337%203.16406627%2C15%207.071437%2C15%20C8.49777799%2C15%209.90402966%2C14.5680798%2011.0792543%2C13.7544628%20L14.5245709%2C17.1897348%20C14.7555979%2C17.4308065%2015.0870716%2C17.5714316%2015.4285898%2C17.5714316%20C16.1317157%2C17.5714316%2016.7143056%2C16.9888417%2016.7143056%2C16.2857158%20L16.7143056%2C16.2857158%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23707070%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
/* /file/site/style/af.2016.general.less:L722 */
input.form-control[data-search].form-control-sm,
.af-container .af-search.form-control-sm {
  padding-left: 1.85rem;
  background-size: .7rem .8rem;
}
/* /file/site/style/af.2016.general.less:L726 */
input.form-control[data-search].form-control-lg,
.af-container .af-search.form-control-lg {
  padding-left: 3rem;
  background-size: 1.54rem 1.76rem;
  background-position: 0.9rem 0.66rem;
}
/* /file/site/style/af.2016.general.less:L737 */
input.form-control[data-lookup],
select.form-control {
  background-repeat: no-repeat;
  background-position: center right .66rem, right bottom;
  padding-right: 2.33rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217px%22%20height%3D%2210px%22%20viewBox%3D%22510%20324%2017%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20d%3D%22M525.000018%2C324.999983%20L511.000001%2C324.999983%20C510.453126%2C324.999983%20510%2C325.453109%20510%2C325.999985%20C510%2C326.26561%20510.109375%2C326.51561%20510.296875%2C326.70311%20L517.296884%2C333.703119%20C517.484384%2C333.890619%20517.734384%2C333.999994%20518.00001%2C333.999994%20C518.265635%2C333.999994%20518.515635%2C333.890619%20518.703135%2C333.703119%20L525.703144%2C326.70311%20C525.890644%2C326.51561%20526.000019%2C326.26561%20526.000019%2C325.999985%20C526.000019%2C325.453109%20525.546894%2C324.999983%20525.000018%2C324.999983%20Z%22%20id%3D%22%EF%83%97-copy%22%20stroke%3D%22none%22%20fill%3D%22%238D8D8D%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-size: 0.9775rem 0.575rem, cover;
  background-size: 0.85rem 0.5rem, cover;
}
/* /file/site/style/af.2016.general.less:L748 */
input.form-control[data-lookup].form-control-sm,
select.form-control.form-control-sm {
  padding-right: 1.85rem;
  background-size: 0.85rem 0.5rem, cover;
}
/* /file/site/style/af.2016.general.less:L752 */
input.form-control[data-lookup].form-control-lg,
select.form-control.form-control-lg {
  padding-right: 2.5rem;
  background-size: 1.0625rem 0.625rem, cover;
}
/* /file/site/style/af.2016.general.less:L757 */
input.form-control[data-lookup][readonly],
select.form-control[readonly] {
  background-color: white;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* /file/site/style/af.2016.general.less:L762 */
  select.form-control {
    padding-right: 5px;
    background-image: none;
  }
}
/* /file/site/style/af.2016.general.less:L769 */
input.form-control[data-datepicker],
input.form-control.data-datepicker {
  background-repeat: no-repeat;
  background-position: center right .66rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215px%22%20height%3D%2216px%22%20viewBox%3D%22441%20377%2015%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20fill%3D%22%23707070%22%20d%3D%22M442.142857%2C391.857143%20L442.142857%2C389.285714%20L444.714286%2C389.285714%20L444.714286%2C391.857143%20L442.142857%2C391.857143%20Z%20M445.285714%2C391.857143%20L445.285714%2C389.285714%20L448.142857%2C389.285714%20L448.142857%2C391.857143%20L445.285714%2C391.857143%20Z%20M442.142857%2C388.714286%20L442.142857%2C385.857143%20L444.714286%2C385.857143%20L444.714286%2C388.714286%20L442.142857%2C388.714286%20Z%20M445.285714%2C388.714286%20L445.285714%2C385.857143%20L448.142857%2C385.857143%20L448.142857%2C388.714286%20L445.285714%2C388.714286%20Z%20M442.142857%2C385.285714%20L442.142857%2C382.714286%20L444.714286%2C382.714286%20L444.714286%2C385.285714%20L442.142857%2C385.285714%20Z%20M448.714286%2C391.857143%20L448.714286%2C389.285714%20L451.571429%2C389.285714%20L451.571429%2C391.857143%20L448.714286%2C391.857143%20Z%20M445.285714%2C385.285714%20L445.285714%2C382.714286%20L448.142857%2C382.714286%20L448.142857%2C385.285714%20L445.285714%2C385.285714%20Z%20M452.142857%2C391.857143%20L452.142857%2C389.285714%20L454.714286%2C389.285714%20L454.714286%2C391.857143%20L452.142857%2C391.857143%20Z%20M448.714286%2C388.714286%20L448.714286%2C385.857143%20L451.571429%2C385.857143%20L451.571429%2C388.714286%20L448.714286%2C388.714286%20Z%20M445.571429%2C381%20C445.571429%2C381.151786%20445.4375%2C381.285714%20445.285714%2C381.285714%20L444.714286%2C381.285714%20C444.5625%2C381.285714%20444.428571%2C381.151786%20444.428571%2C381%20L444.428571%2C378.428571%20C444.428571%2C378.276786%20444.5625%2C378.142857%20444.714286%2C378.142857%20L445.285714%2C378.142857%20C445.4375%2C378.142857%20445.571429%2C378.276786%20445.571429%2C378.428571%20L445.571429%2C381%20Z%20M452.142857%2C388.714286%20L452.142857%2C385.857143%20L454.714286%2C385.857143%20L454.714286%2C388.714286%20L452.142857%2C388.714286%20Z%20M448.714286%2C385.285714%20L448.714286%2C382.714286%20L451.571429%2C382.714286%20L451.571429%2C385.285714%20L448.714286%2C385.285714%20Z%20M452.142857%2C385.285714%20L452.142857%2C382.714286%20L454.714286%2C382.714286%20L454.714286%2C385.285714%20L452.142857%2C385.285714%20Z%20M452.428571%2C381%20C452.428571%2C381.151786%20452.294643%2C381.285714%20452.142857%2C381.285714%20L451.571429%2C381.285714%20C451.419643%2C381.285714%20451.285714%2C381.151786%20451.285714%2C381%20L451.285714%2C378.428571%20C451.285714%2C378.276786%20451.419643%2C378.142857%20451.571429%2C378.142857%20L452.142857%2C378.142857%20C452.294643%2C378.142857%20452.428571%2C378.276786%20452.428571%2C378.428571%20L452.428571%2C381%20Z%20M455.857143%2C380.428571%20C455.857143%2C379.803571%20455.339286%2C379.285714%20454.714286%2C379.285714%20L453.571429%2C379.285714%20L453.571429%2C378.428571%20C453.571429%2C377.642857%20452.928571%2C377%20452.142857%2C377%20L451.571429%2C377%20C450.785714%2C377%20450.142857%2C377.642857%20450.142857%2C378.428571%20L450.142857%2C379.285714%20L446.714286%2C379.285714%20L446.714286%2C378.428571%20C446.714286%2C377.642857%20446.071429%2C377%20445.285714%2C377%20L444.714286%2C377%20C443.928571%2C377%20443.285714%2C377.642857%20443.285714%2C378.428571%20L443.285714%2C379.285714%20L442.142857%2C379.285714%20C441.517857%2C379.285714%20441%2C379.803571%20441%2C380.428571%20L441%2C391.857143%20C441%2C392.482143%20441.517857%2C393%20442.142857%2C393%20L454.714286%2C393%20C455.339286%2C393%20455.857143%2C392.482143%20455.857143%2C391.857143%20L455.857143%2C380.428571%20Z%22%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-size: 0.9375rem 1rem;
  padding-right: 2rem;
}
/* /file/site/style/af.2016.general.less:L776 */
input.form-control[data-datepicker].form-control-sm,
input.form-control.data-datepicker.form-control-sm {
  padding-right: 1.85rem;
  background-size: 0.83333rem 1rem;
}
/* /file/site/style/af.2016.general.less:L781 */
input.form-control[data-datepicker].form-control-lg,
input.form-control.data-datepicker.form-control-lg {
  padding-right: 2.5rem;
  background-size: 1.5rem 1.6rem;
}
/* /file/site/style/af.2016.general.less:L787 */
input.form-control[data-timepicker] {
  background-repeat: no-repeat;
  background-position: center right .66rem;
  padding-right: 2rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%22391%20338%2015%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20%20fill%3D%22%23707070%22%20d%3D%22M399.75%2C342.0625%20C399.75%2C341.886719%20399.613281%2C341.75%20399.4375%2C341.75%20L398.8125%2C341.75%20C398.636719%2C341.75%20398.5%2C341.886719%20398.5%2C342.0625%20L398.5%2C345.5%20L396.3125%2C345.5%20C396.136719%2C345.5%20396%2C345.636719%20396%2C345.8125%20L396%2C346.4375%20C396%2C346.613281%20396.136719%2C346.75%20396.3125%2C346.75%20L399.4375%2C346.75%20C399.613281%2C346.75%20399.75%2C346.613281%20399.75%2C346.4375%20L399.75%2C342.0625%20Z%20M403.8125%2C345.5%20C403.8125%2C348.429688%20401.429688%2C350.8125%20398.5%2C350.8125%20C395.570312%2C350.8125%20393.1875%2C348.429688%20393.1875%2C345.5%20C393.1875%2C342.570312%20395.570312%2C340.1875%20398.5%2C340.1875%20C401.429688%2C340.1875%20403.8125%2C342.570312%20403.8125%2C345.5%20L403.8125%2C345.5%20Z%20M406%2C345.5%20C406%2C341.359375%20402.640625%2C338%20398.5%2C338%20C394.359375%2C338%20391%2C341.359375%20391%2C345.5%20C391%2C349.640625%20394.359375%2C353%20398.5%2C353%20C402.640625%2C353%20406%2C349.640625%20406%2C345.5%20L406%2C345.5%20Z%22%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-size: 1rem 1rem;
  /* TODO: Adapt to sm and lg */

}
/* /file/site/style/af.2016.general.less:L794 */
input.form-control[data-timepicker].form-control-sm {
  padding-right: 1.85rem;
  background-size: 0.88rem 0.88rem;
}
/* /file/site/style/af.2016.general.less:L798 */
input.form-control[data-timepicker].form-control-lg {
  padding-right: 2.5rem;
  background-size: 1.5rem 1.5rem;
}
/* /file/site/style/af.2016.general.less:L804 */
[data-filter-groupby-field]:empty::after {
  content: "(No value)";
  color: gray;
}
/* /file/site/style/af.2016.general.less:L809 */
.filter-popup {
  min-width: 320px;
}
/* /file/site/style/af.2016.general.less:L811 */
.filter-popup > .popover-content {
  position: relative;
}
/* /file/site/style/af.2016.general.less:L813 */
.filter-popup > .popover-content ul.auto-filter {
  max-height: 200px;
  overflow: auto;
  margin-top: 12px;
}
/* /file/site/style/af.2016.general.less:L817 */
.filter-popup > .popover-content ul.auto-filter > li {
  border-top: 1px solid #f2f2f2;
  margin: 4px;
}
/* /file/site/style/af.2016.general.less:L820 */
.filter-popup > .popover-content ul.auto-filter > li:first-child {
  border-width: 0px;
}
/* /file/site/style/af.2016.general.less:L826 */
.filter-popup .close {
  position: absolute;
  right: -13px;
  top: -17px;
  border: 1px solid lightgray;
  background: beige;
  border-radius: 34px;
  width: 35px;
  opacity: 0.5;
  font-size: 2rem;
}
/* /file/site/style/af.2016.general.less:L836 */
.filter-popup .close:hover {
  opacity: 0.7;
}
/* /file/site/style/af.2016.general.less:L841 */
.filter-popup.pika-single {
  z-index: 1000000;
}
/* /file/site/style/af.2016.general.less:L844 */
.filter-popup .pika-button,
.filter-popup .pika-lendar td[data-day] {
  z-index: 1111111;
}
/* /file/site/style/af.2016.general.less:L849 */
th[data-field-popup] {
  min-height: 40px;
  cursor: pointer;
}
/* /file/site/style/af.2016.general.less:L852 */
th[data-field-popup] > span {
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
/* /file/site/style/af.2016.general.less:L861 */
[data-items-info="boxed"] {
  margin-top: -1px;
  border: 1px solid #999999;
  border-top: 0;
  padding: 0.2em 0;
  text-align: center;
  white-space: nowrap;
}
/* /file/site/style/af.2016.general.less:L869 */
[data-items-info="boxed"] .btn.btn-link {
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
}
/* /file/site/style/af.2016.general.less:L874 */
[data-items-info="boxed"] .data-footer-backwards-actions {
  float: left;
}
/* /file/site/style/af.2016.general.less:L875 */
[data-items-info="boxed"] .data-footer-forward-actions {
  float: right;
}
/* /file/site/style/af.2016.general.less:L878 */
[data-items-info] {
  white-space: nowrap;
}
/* /file/site/style/af.2016.general.less:L882 */
[data-action] {
  cursor: pointer;
}
/* /file/site/style/af.2016.general.less:L886 */
/* /file/site/style/af.2016.general.less:L887 */
[data-items-info="simple"] [data-action="next-page"],
[data-items-info="simple"] [data-action="prev-page"] {
  padding-left: 0;
  padding-right: 0;
}
/* /file/site/style/af.2016.general.less:L892 */
[data-items-info="simple"] [data-action="first-page"],
[data-items-info="simple"] [data-action="last-page"] {
  display: none;
}
/* /file/site/style/af.2016.general.less:L897 */
/* /file/site/style/af.2016.general.less:L898 */
[data-items-info2] .btn {
  margin-top: -2px;
}
/* /file/site/style/af.2016.general.less:L901 */
[data-items-info2] [data-max-size] {
  width: 50px;
  padding-left: 3px;
  border: 1px solid lightgray;
  border-width: 1px;
  height: 24px;
}
/* /file/site/style/af.2016.general.less:L910 */
img {
  max-width: 100%;
}
/* /file/site/style/af.2016.general.less:L914 */
.filter-popup {
  box-shadow: 0px 6px 12px 6px rgba(0, 0, 0, 0.13);
}
/*
    TODO: Popover (generelt) må også ha border!
*/

/*.card {*/

/*    box-shadow: none;*/

/*    &, > .card-header, > .card-footer {*/

/*        border-width: 0;*/

/*    }*/

/*}*/

/*.card {*/

/*    &.card-outline-primary,*/

/*    &.card-outline-secondary,*/

/*    &.card-outline-success,*/

/*    &.card-outline-info,*/

/*    &.card-outline-warning,*/

/*    &.card-outline-danger {*/

/*        background: white;*/

/*        &, > .card-header, > .card-footer {*/

/*            border-width: 1px;*/

/*        }*/

/*    }*/

/*}*/

/* /file/site/style/af.2016.general.less:L944 */
.table td,
.table th {
  border-top-color: #cecece;
}
/* /file/site/style/af.2016.general.less:L950 */
.af-lookup .top-btn-container button {
  margin: 5px;
}
@media (min-width: 768px) {
  /* /file/site/style/af.2016.general.less:L954 */
  .af-container {
    position: absolute;
    min-width: 300px;
    background: white;
    padding: 0;
    z-index: 10000000;
    box-shadow: 1px 2px 14px 5px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid silver;
  }
  /* /file/site/style/af.2016.general.less:L965 */
  .af-container.af-lookup {
    max-width: initial;
    min-width: initial;
  }
  /* /file/site/style/af.2016.general.less:L970 */
  .af-container .af-lookup-title {
    display: none;
  }
  /* /file/site/style/af.2016.general.less:L974 */
  .af-container .af-lookup-items-wrap {
    border-color: silver;
    border-style: solid;
    border-width: 0 1px 0 1px;
    padding-bottom: .2rem;
  }
  /* /file/site/style/af.2016.general.less:L980 */
  .af-container .af-lookup-items-wrap .af-lookup-header {
    border-bottom: 1px solid #d9d9d9;
    display: inline-flex;
    flex-shrink: 0;
    min-width: auto;
  }
  /* /file/site/style/af.2016.general.less:L985 */
  .af-container .af-lookup-items-wrap .af-lookup-header .column {
    border-right: 1px solid #d9d9d9;
  }
  /* /file/site/style/af.2016.general.less:L989 */
  .af-container .af-lookup-items-wrap .splitter {
    height: 100%;
    width: 8px;
    position: absolute;
    top: 0;
    right: -4px;
    cursor: col-resize;
    z-index: 2;
  }
  /* /file/site/style/af.2016.general.less:L1000 */
  .af-container .af-lookup-items-wrap .h-splitter {
    height: 100%;
    width: 20px;
    position: absolute;
    right: 50px;
    cursor: col-resize;
    z-index: 2;
  }
  /* /file/site/style/af.2016.general.less:L1011 */
  .af-container .af-lookup-items-wrap .lookup-loading-symbol {
    position: absolute;
    top: 37px;
    bottom: 29px;
    z-index: 100000000;
    left: 0px;
    right: 0px;
    background: rgba(190, 190, 190, 0.5);
  }
  /* /file/site/style/af.2016.general.less:L1020 */
  .af-container .af-lookup-items-wrap .lookup-loading-symbol .fa-spin {
    font-size: 3rem;
    top: 45%;
    right: 45%;
    position: absolute;
    color: #212529;
  }
  /* /file/site/style/af.2016.general.less:L1031 */
  .af-container .af-lookup-items {
    height: 270px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding-left: 0.2rem;
    -webkit-overflow-scrolling: touch;
  }
  /* /file/site/style/af.2016.general.less:L1041 */
  .af-container .af-lookup-items::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  /* /file/site/style/af.2016.general.less:L1042 */
  .af-container .af-lookup-items::-webkit-scrollbar-button {
    display: none;
  }
  /* /file/site/style/af.2016.general.less:L1043 */
  .af-container .af-lookup-items::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, 0.5);
    border-radius: 99px;
  }
  /* /file/site/style/af.2016.general.less:L1045 */
  .af-container .af-lookup-items .column {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 3px;
    position: relative;
  }
  /* /file/site/style/af.2016.general.less:L1052 */
  .af-container .af-lookup-items .af-lookup-item {
    background: 0;
    border: 0;
    display: inline-flex;
    text-align: left;
    white-space: nowrap;
    padding: 0;
    line-height: 1.4;
    flex-shrink: 0;
    min-width: auto;
  }
  /* /file/site/style/af.2016.general.less:L1062 */
  .af-container .af-lookup-items .af-lookup-item.af-lookup-item-none {
    color: gray;
    font-weight: bold;
  }
  /* /file/site/style/af.2016.general.less:L1067 */
  .af-container .af-lookup-items .af-lookup-item.current-value {
    border-color: #108ffd;
  }
  /* /file/site/style/af.2016.general.less:L1068 */
  .af-container .af-lookup-items .af-lookup-item.active {
    background: #0275d8;
    border-color: #0275d8;
    color: white;
  }
  /* /file/site/style/af.2016.general.less:L1073 */
  .af-container .af-lookup-items .af-lookup-item.active.current-value {
    border-color: #012340;
  }
  /* /file/site/style/af.2016.general.less:L1083 */
  .af-container .af-search.hide + .af-lookup-items-wrap {
    border-top-width: 1px;
  }
  /* /file/site/style/af.2016.general.less:L1087 */
  .af-container input.af-search {
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px;
  }
  /* /file/site/style/af.2016.general.less:L1090 */
  .af-container input.af-search:focus {
    box-shadow: 0px 0px 0px 0px;
  }
  /* /file/site/style/af.2016.general.less:L1095 */
  .af-container .clear-data-wrap {
    padding: 0.2rem;
    /*border-width: 0 1px;
              border-style: solid;
              border-color: silver;*/
    border-top: 1px solid #d9d9d9;
  }
  /* /file/site/style/af.2016.general.less:L1103 */
  .af-container button.clear-data.btn {
    line-height: 1.2;
  }
  /* /file/site/style/af.2016.general.less:L1105 */
  .af-container button.clear-data.btn span {
    font-size: 1.2rem;
    line-height: 0;
    position: relative;
    top: 0.125rem;
  }
}
@media (max-width: 768px) {
  /* /file/site/style/af.2016.general.less:L1116 */
  .af-container {
    position: fixed;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    width: 100%!important;
    height: 100%!important;
    /*max-width:300px;*/
    /* Denne gjør at lookups i IE ikke blir breiere */
    background: white;
    padding: 0;
    z-index: 10000000;
    box-shadow: 1px 2px 14px 5px rgba(0, 0, 0, 0.16);
    border: 1px solid silver;
  }
  /* /file/site/style/af.2016.general.less:L1132 */
  .af-container.af-lookup {
    max-width: initial;
    min-width: initial;
  }
  /* /file/site/style/af.2016.general.less:L1137 */
  .af-container .af-lookup-title {
    padding: 0.5rem;
    display: block;
    font-size: 1.5rem;
  }
  /* /file/site/style/af.2016.general.less:L1143 */
  .af-container .af-lookup-title .af-lookup-close {
    right: 5px;
    top: 5px;
    position: absolute;
  }
  /* /file/site/style/af.2016.general.less:L1152 */
  /* /file/site/style/af.2016.general.less:L1155 */
  .af-container .af-lookup-items-wrap .af-lookup-header {
    border-bottom: 1px solid #d9d9d9;
    display: inline-flex;
    flex-shrink: 0;
    min-width: auto;
  }
  /* /file/site/style/af.2016.general.less:L1160 */
  .af-container .af-lookup-items-wrap .af-lookup-header .column {
    border-right: 1px solid #d9d9d9;
  }
  /* /file/site/style/af.2016.general.less:L1164 */
  .af-container .af-lookup-items-wrap .lookup-loading-symbol {
    position: absolute;
    top: 37px;
    bottom: 29px;
    z-index: 100000000;
    opacity: 0.1;
    left: 0px;
    right: 0px;
    background-color: gray;
  }
  /* /file/site/style/af.2016.general.less:L1177 */
  .af-container .af-lookup-items {
    overflow-y: auto;
    padding-left: 0.2rem;
    -webkit-overflow-scrolling: touch;
  }
  /* /file/site/style/af.2016.general.less:L1184 */
  .af-container .af-lookup-items::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  /* /file/site/style/af.2016.general.less:L1185 */
  .af-container .af-lookup-items::-webkit-scrollbar-button {
    display: none;
  }
  /* /file/site/style/af.2016.general.less:L1186 */
  .af-container .af-lookup-items::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, 0.5);
    border-radius: 99px;
  }
  /* /file/site/style/af.2016.general.less:L1189 */
  .af-container .af-lookup-items .column {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 3px;
  }
  /* /file/site/style/af.2016.general.less:L1198 */
  .af-container .af-lookup-items .af-lookup-item {
    background: 0;
    border: 0;
    display: inline-flex;
    text-align: left;
    white-space: nowrap;
    padding: 0;
    line-height: 1.4;
    flex-shrink: 0;
    min-width: auto;
  }
  /* /file/site/style/af.2016.general.less:L1208 */
  .af-container .af-lookup-items .af-lookup-item.af-lookup-item-none {
    color: gray;
    font-weight: bold;
  }
  /* /file/site/style/af.2016.general.less:L1213 */
  .af-container .af-lookup-items .af-lookup-item.current-value {
    border-color: #108ffd;
  }
  /* /file/site/style/af.2016.general.less:L1214 */
  .af-container .af-lookup-items .af-lookup-item.active {
    background: #004a98;
    border-color: #004a98;
    color: white;
  }
  /* /file/site/style/af.2016.general.less:L1220 */
  .af-container .af-lookup-items .af-lookup-item.active.current-value {
    border-color: #012340;
  }
  /* /file/site/style/af.2016.general.less:L1229 */
  .af-container .af-search.hide + .af-lookup-items-wrap {
    border-top-width: 1px;
  }
  /* /file/site/style/af.2016.general.less:L1233 */
  .af-container input.af-search {
    border-width: 1px;
    padding: 0.8rem 0.8rem 0.8rem 2.33rem;
    box-shadow: 0px 0px 0px 0px;
    background-position: 0.66rem 0.68rem!important;
  }
  /* /file/site/style/af.2016.general.less:L1237 */
  .af-container input.af-search:focus {
    box-shadow: 0px 0px 0px 0px;
  }
  /* /file/site/style/af.2016.general.less:L1244 */
  .af-container .clear-data-wrap {
    padding: 0.2rem;
    background: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #d9d9d9;
  }
  /* /file/site/style/af.2016.general.less:L1253 */
  .af-container button.clear-data.btn {
    line-height: 1.2;
    font-size: 1rem!important;
    padding: 0.5rem!important;
  }
  /* /file/site/style/af.2016.general.less:L1257 */
  .af-container button.clear-data.btn span {
    font-size: 1.2rem;
    line-height: 0;
    position: relative;
    top: 0.125rem;
  }
}
/* /file/site/style/af.2016.general.less:L1268 */
/* /file/site/style/af.2016.general.less:L1269 */
.af-lookup-items .full-width {
  width: 100%;
  padding: 3px!important;
}
/* /file/site/style/af.2016.general.less:L1277 */
.pika-single {
  position: absolute;
  z-index: 100000;
  box-shadow: 1px 2px 14px 3px rgba(0, 0, 0, 0.175);
}
/* /file/site/style/af.2016.general.less:L1284 */
.table-sm {
  font-size: 90%;
}
/* /file/site/style/af.2016.general.less:L1288 */
.af-timepicker-items-wrap {
  width: 290px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.75rem;
  border: 1px solid silver;
  padding-right: 10px;
}
/* /file/site/style/af.2016.general.less:L1296 */
.af-timepicker-items-wrap table {
  width: 100%;
  table-layout: fixed;
}
/* /file/site/style/af.2016.general.less:L1300 */
.af-timepicker-items-wrap table thead {
  font-size: 0.9rem;
}
/* /file/site/style/af.2016.general.less:L1303 */
.af-timepicker-items-wrap table th:first-child {
  width: 40px;
}
/* /file/site/style/af.2016.general.less:L1307 */
/* /file/site/style/af.2016.general.less:L1311 */
.af-timepicker-items-wrap table td.am,
.af-timepicker-items-wrap table td.pm {
  vertical-align: top;
  padding-top: 6px;
  padding-right: 6px;
  text-align: right;
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
}
/* /file/site/style/af.2016.general.less:L1321 */
.af-timepicker-items-wrap table td.af-hour-cell,
.af-timepicker-items-wrap table td.af-minute-cell {
  position: relative;
  padding: 14px 0px;
}
/* /file/site/style/af.2016.general.less:L1325 */
.af-timepicker-items-wrap table td.af-hour-cell input,
.af-timepicker-items-wrap table td.af-minute-cell input {
  position: absolute;
  z-index: 4;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 33px;
  height: 28px;
  cursor: pointer;
}
/* /file/site/style/af.2016.general.less:L1333 */
.af-timepicker-items-wrap table td.af-hour-cell input:checked + span,
.af-timepicker-items-wrap table td.af-minute-cell input:checked + span {
  color: white;
  font-weight: bold;
  background-color: #0275d8;
}
/* /file/site/style/af.2016.general.less:L1342 */
.af-timepicker-items-wrap table td.af-hour-cell span,
.af-timepicker-items-wrap table td.af-minute-cell span {
  border-radius: 0.2rem;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 33px;
  height: 28px;
  padding-top: 6px;
  padding-left: 9px;
}
/* /file/site/style/af.2016.general.less:L1354 */
.af-timepicker-items-wrap table td.af-hour-cell:hover span,
.af-timepicker-items-wrap table td.af-minute-cell:hover span {
  background-color: #f0ad4e;
  color: white;
}
/* /file/site/style/af.2016.general.less:L1359 */
.af-timepicker-items-wrap table td.af-hour-cell.af-hour-cell,
.af-timepicker-items-wrap table td.af-minute-cell.af-hour-cell,
.af-timepicker-items-wrap table td.af-hour-cell.af-minute-cell,
.af-timepicker-items-wrap table td.af-minute-cell.af-minute-cell {
  background-color: whitesmoke;
}
/* /file/site/style/af.2016.general.less:L1362 */
/* /file/site/style/af.2016.general.less:L1365 */
.af-timepicker-items-wrap table td.af-hour-cell.am,
.af-timepicker-items-wrap table td.af-minute-cell.am,
.af-timepicker-items-wrap table td.af-hour-cell.pm,
.af-timepicker-items-wrap table td.af-minute-cell.pm {
  padding-left: 4px;
}
/* /file/site/style/af.2016.general.less:L1367 */
.af-timepicker-items-wrap table td.af-hour-cell.am:hover,
.af-timepicker-items-wrap table td.af-minute-cell.am:hover,
.af-timepicker-items-wrap table td.af-hour-cell.pm:hover,
.af-timepicker-items-wrap table td.af-minute-cell.pm:hover {
  background-color: white;
}
/* /file/site/style/af.2016.general.less:L1376 */
[data-popup-body] {
  display: none;
}
/* /file/site/style/af.2016.general.less:L1378 */
[data-popup-body] > * {
  width: 100%;
}
/* /file/site/style/af.2016.general.less:L1383 */
.af-image-fader {
  position: fixed;
  overflow: visible;
  background: black;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.6;
  z-index: 1111;
}
/* /file/site/style/af.2016.general.less:L1394 */
.af-image-preview {
  z-index: 11111;
  position: fixed;
}
/* /file/site/style/af.2016.general.less:L1399 */
/* /file/site/style/af.2016.general.less:L1400 */
.filter-builder .modal-body {
  min-height: 532px;
}
@media (max-width: 54.9em) {
  /* /file/site/style/af.2016.general.less:L1407 */
  /* /file/site/style/af.2016.general.less:L1408 */
  .filter-builder .modal-body {
    min-height: 332px;
  }
}
/* /file/site/style/af.2016.general.less:L1415 */
/* /file/site/style/af.2016.general.less:L1416 */
/* /file/site/style/af.2016.general.less:L1417 */
.af-filterbuilder-filter-main .card-block > ul {
  list-style-type: none;
}
/* /file/site/style/af.2016.general.less:L1419 */
.af-filterbuilder-filter-main .card-block > ul ul {
  padding: 10px;
}
/* /file/site/style/af.2016.general.less:L1424 */
.af-filterbuilder-filter-main .card {
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/* /file/site/style/af.2016.general.less:L1430 */
.af-filterbuilder-filter-main .group {
  padding: 7px;
}
/* /file/site/style/af.2016.general.less:L1433 */
.af-filterbuilder-filter-main li:not(.filter-item):not(.btn-group):not(.nav-item ) {
  border: 1px solid lightgray;
}
/* /file/site/style/af.2016.general.less:L1445 */
.gantt-container {
  position: relative;
}
/* /file/site/style/af.2016.general.less:L1448 */
.gantt-container .meta-data {
  position: absolute;
}
/* /file/site/style/af.2016.general.less:L1452 */
.gantt-container .bar-data {
  left: 696px;
  width: 1000px;
  min-width: 500px;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  bottom: -1px;
  top: 0px;
  margin-bottom: -18px;
}
/* /file/site/style/af.2016.general.less:L1464 */
/* /file/site/style/af.2016.general.less:L1465 */
.gantt-container .gantt > span {
  width: 80px;
  display: inline-block;
  border: 1px solid lightgray;
  border-right-width: 0px;
  margin-left: -4px;
  padding: 5px;
  min-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -7px;
}
/* /file/site/style/af.2016.general.less:L1478 */
.gantt-container .gantt > span.title {
  width: 350px;
}
/* /file/site/style/af.2016.general.less:L1482 */
.gantt-container .gantt > span:last-child {
  border-right: 1px solid lightgray;
}
/* /file/site/style/af.2016.general.less:L1487 */
.gantt-container .gantt [data-groupby] {
  width: 100%;
}
/* /file/site/style/af.2016.general.less:L1491 */
/* /file/site/style/af.2016.general.less:L1492 */
.gantt-container .gantt.details > span {
  border-top-width: 0px;
}
/* /file/site/style/af.2016.general.less:L1497 */
/* /file/site/style/af.2016.general.less:L1498 */
.gantt-container .gantt.bar-cell > span {
  width: 100%;
  border-width: 0px;
}
/* /file/site/style/af.2016.general.less:L1501 */
.gantt-container .gantt.bar-cell > span .title {
  position: absolute;
  top: -7px;
  bottom: -5px;
  font-weight: bold;
  left: -24px;
}
/* /file/site/style/af.2016.general.less:L1511 */
.gantt-container .gantt.gantt-header {
  font-weight: bold;
  white-space: nowrap;
}
/* /file/site/style/af.2016.general.less:L1514 */
.gantt-container .gantt.gantt-header > span {
  height: 60px;
  margin-top: 0px;
}
/* /file/site/style/af.2016.general.less:L1518 */
.gantt-container .gantt.gantt-header .week {
  display: inline-block;
  text-align: center;
  position: absolute;
  height: 100%;
  border-right: 1px solid lightgray;
  border-left: 0px;
  padding: 0px;
}
/* /file/site/style/af.2016.general.less:L1526 */
.gantt-container .gantt.gantt-header .week > span {
  width: 100%;
  display: inline-block;
  height: 33px;
  padding: 5px;
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
  margin-top: 26px;
}
/* /file/site/style/af.2016.general.less:L1536 */
.gantt-container .gantt.gantt-header .year {
  position: absolute;
  height: 27px;
  min-height: 27px;
  margin: 0;
  left: -1px;
  border-bottom: 0px;
  background-color: white;
  z-index: 100;
  padding-top: 2px;
  text-align: center;
}
/* /file/site/style/af.2016.general.less:L1551 */
.gantt-container .gantt .bar {
  background-color: lightblue !important;
  height: 10px;
  top: 10px;
}
/* /file/site/style/af.2016.general.less:L1555 */
.gantt-container .gantt .bar .role-title {
  position: absolute;
  top: -7px;
  font-weight: bold;
}
/* /file/site/style/af.2016.general.less:L1560 */
.gantt-container .gantt .bar .actualprogress {
  position: absolute;
  width: 0px;
  background-color: darkblue;
  height: 5px;
  top: 2.5px;
  left: 0px;
}
/* /file/site/style/af.2016.general.less:L1572 */
.gantt-container .timenow {
  position: absolute;
  bottom: 15px;
  border: 2px dashed #0275d8;
  left: 100px;
  top: 60px;
}
/* /file/site/style/af.2016.general.less:L1580 */
.gantt-container .milestone {
  background-color: white !important;
}
/* /file/site/style/af.2016.general.less:L1582 */
.gantt-container .milestone > span:first-child {
  width: 0px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid blue;
}
/* /file/site/style/af.2016.general.less:L1589 */
.gantt-container .milestone .milestone-date {
  position: absolute;
  left: -32px;
  font-weight: bold;
}
/* /file/site/style/af.2016.general.less:L1594 */
.gantt-container .milestone .title {
  left: 23px;
  position: absolute;
  font-weight: bold;
  top: -17px;
}
/* /file/site/style/af.2016.general.less:L1602 */
.gantt-container .hide {
  display: none !important;
}
/* af-btn-toggle hides/shows fa-check inside button when af-active is on/off */

/* /file/site/style/af.2016.general.less:L1610 */
/* /file/site/style/af.2016.general.less:L1611 */
.af-btn-toggle:not(.active) .fa-check {
  display: none !important;
}
/* /file/site/style/af.2016.general.less:L1615 */
.af-btn-toggle:not(.active) .fa-square-o {
  display: "" !important;
}
/* /file/site/style/af.2016.general.less:L1620 */
/* /file/site/style/af.2016.general.less:L1621 */
.af-btn-toggle.active .fa-check {
  display: "" !important;
}
/* /file/site/style/af.2016.general.less:L1625 */
.af-btn-toggle.active .fa-square-o {
  display: none !important;
}
/* /file/site/style/af.2016.general.less:L1631 */
[data-procedure-error] {
  display: none;
}
/* /file/site/style/af.2016.general.less:L1636 */
table > tbody > tr > td[data-selection-cell],
table > tbody > tr > td[data-action-cell] {
  text-align: center;
  vertical-align: top;
}
/* /file/site/style/af.2016.general.less:L1640 */
table > tbody > tr > td[data-selection-cell] {
  font-size: 0.75rem;
}
/* /file/site/style/af.2016.general.less:L1642 */
table > tbody > tr > td[data-selection-cell] [data-if="currentEdit"] {
  cursor: pointer;
}
/* /file/site/style/af.2016.general.less:L1647 */
table > tbody > tr > td[data-action-cell] {
  font-size: 0.85rem;
}
/* /file/site/style/af.2016.general.less:L1651 */
table > tbody > tr > td .c-indicator {
  margin-top: 5px;
}
/* /file/site/style/af.2016.general.less:L1655 */
h6.af-dropdown-header {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* /file/site/style/af.2016.general.less:L1661 */
/* /file/site/style/af.2016.general.less:L1662 */
.dropdown-menu.dropdown-menu-sm h6.dropdown-header,
.dropdown-menu.dropdown-menu-sm .dropdown-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.85rem;
}
/* /file/site/style/af.2016.general.less:L1668 */
.dropdown-menu.dropdown-menu-sm h6.dropdown-header {
  margin-top: 0;
}
/* /file/site/style/af.2016.general.less:L1674 */
.nav-pills .nav-link {
  border-radius: 0;
}
/*
.table th:first-child, .table td:first-child {
    padding-left: 0;
}*/

/* /file/site/style/af.2016.general.less:L1683 */
.tree,
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0rem;
  margin-left: 3px;
}
/* /file/site/style/af.2016.general.less:L1689 */
.tree .tree-menu,
.tree ul .tree-menu {
  display: none;
}
/* /file/site/style/af.2016.general.less:L1693 */
.tree ul {
  /*position:relative;*/
  padding-left: 1.6rem !important;
}
/* /file/site/style/af.2016.general.less:L1697 */
.tree ul ul {
  padding-left: 1.2rem;
}
/* /file/site/style/af.2016.general.less:L1701 */
.tree li {
  margin: 0;
  padding: 0 0;
  line-height: 2em;
  position: relative;
  cursor: pointer;
}
/* /file/site/style/af.2016.general.less:L1707 */
/* /file/site/style/af.2016.general.less:L1708 */
.tree li > div:hover .tree-menu {
  display: inline-block;
}
/* /file/site/style/af.2016.general.less:L1713 */
.tree li > div > * {
  padding-left: 0.5rem;
}
/* /file/site/style/af.2016.general.less:L1717 */
.tree .af-active ul {
  background: white;
}
/* /file/site/style/af.2016.general.less:L1721 */
.tree > li.branch {
  white-space: nowrap;
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* /file/site/style/af.2016.general.less:L1726 */
.tree > li.branch .hide {
  visibility: hidden;
  display: inline;
}
/* /file/site/style/af.2016.general.less:L1734 */
.tree ul li:last-child:before {
  background: white;
  height: auto;
  top: 1em;
  bottom: 0;
}
/* /file/site/style/af.2016.general.less:L1741 */
.indicator {
  margin-right: 0px;
  color: #868e96;
  /*vertical-align: text-top;*/
  vertical-align: middle;
}
/* /file/site/style/af.2016.general.less:L1746 */
.indicator.fa-chevron-right {
  margin-right: 3px;
}
/* /file/site/style/af.2016.general.less:L1751 */
.tree li a {
  text-decoration: none;
  color: black;
  margin-left: 0.2rem;
  padding: 5px;
}
/* /file/site/style/af.2016.general.less:L1757 */
.tree li button,
.tree li button:active,
.tree li button:focus {
  text-decoration: none;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}
@media (max-width: 767px) {
  /* /file/site/style/af.2016.general.less:L1769 */
  .dot-steps {
    font-size: 0.9rem;
    margin-bottom: -1.25rem;
  }
  /* /file/site/style/af.2016.general.less:L1774 */
  .dot-steps__step {
    position: relative;
    line-height: 1;
    text-align: to;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
  /* /file/site/style/af.2016.general.less:L1782 */
  .dot-steps__step:before {
    content: ".";
    color: transparent;
    border-left: 1px solid #4e4e4e;
    position: absolute;
    height: 100%;
    left: 0.34rem;
    top: 0.25rem;
  }
  /* /file/site/style/af.2016.general.less:L1792 */
  .dot-steps__step:after {
    content: ".";
    color: transparent;
    background: #4e4e4e;
    display: block;
    border-radius: 100px;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 0.15rem;
    top: 0.18rem;
  }
  /* /file/site/style/af.2016.general.less:L1806 */
  .dot-steps__step-active {
    color: #5cb85c;
    font-weight: bold;
  }
  /* /file/site/style/af.2016.general.less:L1811 */
  .dot-steps__step-active:after {
    background: #5cb85c;
    width: 1rem;
    height: 1rem;
    left: -0.15rem;
    top: -0.025rem;
  }
  /* /file/site/style/af.2016.general.less:L1819 */
  .dot-steps__step-active:before,
  /*.dot-steps__step-active ~ .dot-steps__step:before {
          border-color: #C1C1C1;
      }
      
      .dot-steps__step-active ~ .dot-steps__step {
          font-weight: bold;
          color: #8F8F8F;
      }
      
      
      .dot-steps__step-active ~ .dot-steps__step:after {
          background: #C1C1C1;
      }*/ .dot-steps__step:last-child:before {
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  /* /file/site/style/af.2016.general.less:L1842 */
  .dot-steps {
    display: flex;
    flex-basis: auto;
    font-size: 0.9rem;
  }
  /* /file/site/style/af.2016.general.less:L1848 */
  .dot-steps__step {
    border-bottom: 1px solid #4e4e4e;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    padding-bottom: 0.66rem;
    padding-right: 1rem;
  }
  /* /file/site/style/af.2016.general.less:L1857 */
  .dot-steps__step:after {
    content: ".";
    color: transparent;
    background: #4e4e4e;
    display: block;
    border-radius: 100px;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    bottom: -0.27rem;
  }
  /* /file/site/style/af.2016.general.less:L1869 */
  .dot-steps__step-active {
    color: #5cb85c;
    font-weight: bold;
  }
  /* /file/site/style/af.2016.general.less:L1874 */
  .dot-steps__step-active:after {
    background: #5cb85c;
    width: 1rem;
    height: 1rem;
    bottom: -0.53rem;
  }
  /* /file/site/style/af.2016.general.less:L1881 */
  .dot-steps__step-active,
  .dot-steps__step-active ~ .dot-steps__step {
    border-color: #c1c1c1;
  }
  /*
      .dot-steps__step-active ~ .dot-steps__step {
          font-weight: bold;
          color: #8F8F8F;
      }
      
      
      .dot-steps__step-active ~ .dot-steps__step:after {
          background: #C1C1C1;
      }*/
  
  /* /file/site/style/af.2016.general.less:L1896 */
  .dot-steps__step:last-child {
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  /* All dots */
  
  /* /file/site/style/af.2016.general.less:L1903 */
  .dot-steps__step {
    transition: .25s;
  }
  /* /file/site/style/af.2016.general.less:L1904 */
  .dot-steps__step:not(.dot-steps__step-active):after {
    bottom: -0.3rem;
  }
  /* /file/site/style/af.2016.general.less:L1905 */
  .dot-steps__step-active {
    border-image-repeat: stretch;
    border-image-slice: 100% 0%;
    border-top-width: 0px;
    border-bottom-width: 1px;
    margin: 0 -2px;
  }
  /* First-dot */
  
  /* /file/site/style/af.2016.general.less:L1915 */
  .dot-steps__step:first-child {
    padding: 0 .5rem 1rem 0;
    flex-grow: .5;
  }
  /* /file/site/style/af.2016.general.less:L1916 */
  .dot-steps__step-active:first-child {
    border-image-source: linear-gradient(to right, #5cb85c, #c1c1c1);
    -o-border-image-source: linear-gradient(to right, #5cb85c, #c1c1c1);
  }
  /* Middle dots */
  
  /* /file/site/style/af.2016.general.less:L1922 */
  .dot-steps__step:not(:last-child):not(:first-child) {
    text-align: center;
    padding: 0 .5rem 1rem .5rem;
  }
  /* /file/site/style/af.2016.general.less:L1923 */
  .dot-steps__step-active:not(:last-child):not(:first-child) {
    border-image-source: linear-gradient(to right, #4e4e4e, #5cb85c, #c1c1c1);
    -o-border-image-source: linear-gradient(to right, #4e4e4e, #5cb85c, #c1c1c1);
  }
  /* /file/site/style/af.2016.general.less:L1927 */
  .dot-steps__step:not(:last-child):not(:first-child):after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  /* Last dot */
  
  /* /file/site/style/af.2016.general.less:L1930 */
  .dot-steps__step:last-child {
    text-align: right;
    padding: 0 0 1rem .5rem;
    border-bottom: 1px solid #c1c1c1;
    flex-grow: .5;
  }
  /* /file/site/style/af.2016.general.less:L1931 */
  .dot-steps__step-active:last-child {
    border-image-source: linear-gradient(to right, #4e4e4e, #5cb85c);
    -o-border-image-source: linear-gradient(to right, #4e4e4e, #5cb85c);
  }
  /* /file/site/style/af.2016.general.less:L1935 */
  .dot-steps__step:last-child:after {
    right: 0px;
  }
}
/* /file/site/style/af.2016.general.less:L1939 */
h5 {
  font-weight: 400;
}
/* /file/site/style/af.2016.general.less:L1946 */
.nav-tabs {
  border-bottom-width: 0px;
}
/* /file/site/style/af.2016.general.less:L1948 */
/* /file/site/style/af.2016.general.less:L1949 */
.nav-tabs .nav-item .nav-link {
  border-width: 0px;
}
/* /file/site/style/af.2016.general.less:L1951 */
.nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #0275d8;
  color: #0275d8;
  padding-bottom: 2px;
  background-color: transparent;
}
/* /file/site/style/af.2016.general.less:L1960 */
/* /file/site/style/af.2016.general.less:L1961 */
/* /file/site/style/af.2016.general.less:L1962 */
/* /file/site/style/af.2016.general.less:L1963 */
/* /file/site/style/af.2016.general.less:L1964 */
.tab-content table tbody tr:nth-child(1) td,
.tab-content table tbody tr.hide + tr td {
  border-top-width: 0px;
  padding-top: 4px;
}
/* /file/site/style/af.2016.general.less:L1973 */
/* /file/site/style/af.2016.general.less:L1974 */
/* /file/site/style/af.2016.general.less:L1975 */
.card-header [data-page-counter]:not(:empty):before {
  content: "(";
}
/* /file/site/style/af.2016.general.less:L1979 */
.card-header [data-page-counter]:not(:empty):after {
  content: ")";
}
/* /file/site/style/af.2016.general.less:L1987 */
.session-expired-log-in {
  margin-top: 20px;
  position: fixed;
  z-index: 100000000;
  background: white;
  top: 100px;
  margin-left: 30%;
  width: 600px;
}
/* /file/site/style/af.2016.general.less:L1995 */
.session-expired-log-in .sessionExpired {
  padding: 30px;
}
/* /file/site/style/af.2016.general.less:L2000 */
.session-expired-container {
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1000000;
  background-color: lightgray;
  opacity: 0.94;
}
/* /file/site/style/af.2016.general.less:L2009 */
.session-expired-container .sessionExpired {
  background-color: white;
  padding: 20px;
}
/* /file/site/style/af.2016.general.less:L2017 */
.alle-meldinger {
  position: relative;
}
/* /file/site/style/af.2016.general.less:L2019 */
.alle-meldinger .meldinger {
  position: absolute;
  top: 0px;
  right: -4px;
  background-color: red;
  border-radius: 99px;
  padding: 2px 5px;
  font-size: 10px;
}
/* /file/site/style/af.2016.general.less:L2028 */
.alle-meldinger .meldinger:empty {
  display: none;
}
/* /file/site/style/af.2016.general.less:L2034 */
.list-meldinger.list-group {
  position: absolute;
  background: white;
  max-width: 600px;
  border: 0px solid whitesmoke;
  box-shadow: 2px 2px 4px 3px #888888;
}
@media (max-width: 576px) {
  /* /file/site/style/af.2016.general.less:L2043 */
  .list-meldinger.list-group {
    max-width: 380px;
  }
}
/* /file/site/style/af.2016.general.less:L2048 */
.ikke-lest {
  background: #baecff !important;
  color: black;
}
/* /file/site/style/af.2016.general.less:L2054 */
/* /file/site/style/af.2016.general.less:L2055 */
.list-group-item-action:hover {
  background-color: #ececec;
}
/* /file/site/style/af.2016.general.less:L2058 */
.list-group-item-action:active,
.list-group-item-action:focus {
  background: white;
}
/* /file/site/style/af.2016.general.less:L2063 */
.toolbar {
  display: none;
}
/* /file/site/style/af.2016.general.less:L2067 */
.list-group-item-action:hover {
  background-color: lightgray;
}
/* /file/site/style/af.2016.general.less:L2069 */
.list-group-item-action:hover .toolbar {
  display: inline-block;
  position: absolute;
  cursor: default;
  right: 10px;
  top: 5px;
}
/* /file/site/style/af.2016.general.less:L2078 */
.backdrop {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  opacity: 0.7;
  text-align: center;
  font-size: 32px;
  z-index: 1500;
  /*&:before{
        /*content:"Slipp filer her...";
            font-size: 32px;
    }*/

}
/* /file/site/style/af.2016.general.less:L2095 */
.card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
/* /file/site/style/af.2016.general.less:L2101 */
.fade.in {
  opacity: 1;
  -webkit-backface-visibility: hidden;
}
/* /file/site/style/af.2016.general.less:L2102 */
.modal-backdrop.fade {
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* /file/site/style/af.2016.general.less:L2108 */
.alert.message {
  max-width: 800px;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  border-radius: 0px;
  display: none;
  z-index: 10000000;
  margin-top: 60px;
  opacity: 0.9;
}
/* /file/site/style/af.2016.general.less:L2121 */
.af-verticalSplitBar {
  cursor: col-resize;
  width: 3px;
  background-color: #d9d9d9;
}
/* /file/site/style/af.2016.general.less:L2126 */
.af-horizontalSplitBar {
  position: relative;
  cursor: row-resize;
  height: 6px;
  text-align: center;
  background-color: #d9d9d9;
}
/* /file/site/style/af.2016.general.less:L2134 */
.af-split-container {
  overflow: auto;
}
/* /file/site/style/af.2016.general.less:L2138 */
.af-verticalSplitBar:before {
  position: relative;
  font-family: 'FontAwesome';
  top: 40%;
  font-size: 14px;
  content: "\f142";
}
/* /file/site/style/af.2016.general.less:L2148 */
.af-horizontalSplitBar .fa {
  position: absolute;
  top: -4px;
  font-size: 16px;
}
@media (max-width: 768px) {
  /* /file/site/style/af.2016.general.less:L2155 */
  .af-verticalSplitBar {
    width: 20px;
  }
  /* /file/site/style/af.2016.general.less:L2159 */
  .af-horizontalSplitBar {
    height: 20px;
  }
  /* /file/site/style/af.2016.general.less:L2163 */
  .af-verticalSplitBar.showing:before {
    content: "\f053";
  }
  /* /file/site/style/af.2016.general.less:L2168 */
  .af-verticalSplitBar:before {
    position: relative;
    font-family: 'FontAwesome';
    font-size: 24px;
    content: "\f054";
  }
  /* /file/site/style/af.2016.general.less:L2176 */
  .af-split-container {
    height: 100%;
  }
  /* /file/site/style/af.2016.general.less:L2180 */
  .af-split-horizontal {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* /file/site/style/af.2016.general.less:L2188 */
  .af-split-container {
    width: calc(100% - 20px);
  }
  /* /file/site/style/af.2016.general.less:L2193 */
  .af-split-horizontal {
    height: calc(100% - 20px);
  }
}
/* /file/site/style/af.2016.general.less:L2200 */
.filter-builder-copy-to .collapse.show {
  display: inline!important;
}
/* /file/site/style/af.2016.general.less:L2204 */
.filter-builder-copy-to .collapsing {
  display: inline!important;
}
/* /file/site/style/af.2016.general.less:L2208 */
.af-lightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /*opacity: 0.8;
    filter: alpha(opacity=80);*/

  /* For IE8 and earlier */

}
/* /file/site/style/af.2016.general.less:L2220 */
.af-lightbox-container .nav-btn:hover {
  color: #999999;
  cursor: pointer;
  text-decoration: none;
}
/* /file/site/style/af.2016.general.less:L2225 */
.af-lightbox-container .nav-btn {
  color: white;
  position: absolute;
  font-size: 35px!important;
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */

}
/* /file/site/style/af.2016.general.less:L2234 */
.af-lightbox-container .lightbox-image {
  position: absolute;
}
/* /file/site/style/af.2016.general.less:L2237 */
.af-lightbox-container .lightbox-next {
  top: 45%;
  right: 25px;
}
/* /file/site/style/af.2016.general.less:L2241 */
.af-lightbox-container .lightbox-prev {
  top: 45%;
  left: 25px;
}
/* /file/site/style/af.2016.general.less:L2247 */
.af-lightbox-container .close {
  font-size: 36px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: white;
}
/* /file/site/style/af.2016.general.less:L2255 */
.af-lightbox-container .caption {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  text-align: center;
}
/* /file/site/style/af.2016.general.less:L2262 */
.af-lightbox-container .lightbox-download {
  color: white;
}
/* /file/site/style/af.2016.general.less:L2267 */
.form-control-plaintext {
  width: auto;
  width: initial;
}
/* /file/site/style/af.2016.general.less:L2272 */
.af-strikethrough {
  text-decoration: line-through;
}
/* /file/site/style/af.2016.general.less:L2276 */
.af-overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 100000;
  /* Specify a stack order in case you're using a different order for other elements */

}
/* /file/site/style/af.2016.general.less:L2287 */
.af-overlay .text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  user-select: none;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* /file/site/style/af.2016.general.less:L2299 */
[required]:invalid {
  /*background-image: url("/static/graphics/stjerne-ikon.svg"); */
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 10px 10px;
}
/* /file/site/style/af.2016.general.less:L2306 */
.af-change-project {
  cursor: pointer;
}
/* /file/site/style/af.2016.general.less:L2312 */
[data-wizard] {
  display: none;
}
/* /file/site/style/af.2016.general.less:L2316 */
.grid2-header {
  display: none;
  padding-top: 8px;
}
/* /file/site/style/af.2016.general.less:L2320 */
.af-field-filter {
  margin: 5px 0;
  position: relative;
}
/* /file/site/style/af.2016.general.less:L2323 */
.af-field-filter > button {
  position: absolute;
  padding-top: 7px;
  width: 25px;
  text-align: center;
  top: 0;
  border: none;
  cursor: pointer;
}
/* /file/site/style/af.2016.general.less:L2332 */
.af-field-filter > button.operator {
  left: 0;
}
/* /file/site/style/af.2016.general.less:L2335 */
.af-field-filter > button.distinct {
  right: 0;
}
/* /file/site/style/af.2016.general.less:L2338 */
.af-field-filter input {
  padding-left: 25px!important;
}
/* /file/site/style/af.2016.general.less:L2341 */
.af-field-filter input.distinct {
  padding-right: 25px;
}
/* /file/site/style/af.2016.general.less:L2346 */
.af-field-filter.active a {
  font-weight: bold;
}
/* /file/site/style/af.2016.general.less:L2350 */
.af-field-filter-input.active input {
  outline: 1px solid black;
}
/* /file/site/style/af.2016.general.less:L2354 */
/* /file/site/style/af.2016.general.less:L2355 */
.af-field-filter-input .btn.operator {
  position: absolute;
  left: 0;
  top: 0;
}
/* /file/site/style/af.2016.general.less:L2361 */
.af-field-filter-input .btn.distinct {
  position: absolute;
  right: 0;
  top: 0;
}
/* /file/site/style/af.2016.general.less:L2368 */
.collapse-plus-minus.collapsed .fa:before {
  content: "\f067";
}
/* /file/site/style/af.2016.general.less:L2371 */
.collapse-plus-minus .fa:before {
  content: "\f068";
}
/* /file/site/style/af.2016.general.less:L2375 */
.form-check {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
/* /file/site/style/af.2016.general.less:L2379 */
.form-check-label {
  padding-left: 0;
}
