﻿@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* BASIC STYLING */

body
{
  font-size: 13px;
}

.ui-widget 
{
  font-size: 13px !important;
  line-height: 18px !important;
}

input[type=text],
input[type=password],
input.input-text,
textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body input[type=file]
{
  display: inline
}

input.readonly
{
  border-bottom: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: inherit !important;
  }

  input[type="date"]:empty {
    vertical-align: baseline !important
  }
}

.icon-white
{
  color: white;
}

.icon.text-info {
  color: #50ABC4
}

.icon.text-warning {
  color: #D69A46 
}

.icon.text-danger {
  color: #BF4846
}

.icon.text-success {
  color: #4F9E4F
}


.ui-icon-inline
{
  vertical-align: middle;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .input-group-btn
{
  font-family: inherit !important;
  font-size: inherit !important;
}

html body a:hover,
html body a:focus
{
  text-decoration: none
}

a.hl:after
{
  content: "\00a0\00bb"
}

hr {
  color: #444444;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em
}

body.mypage select {
  max-width: 30em
}

.autoWidth,
.auto-width
{
  width: auto !important;
}

img {
  border: 0px;
}

dd
{
  margin-left: 1.7em;
}

dl dt
{
  font-size: larger;  
  margin-bottom: .75em
}

dl dd
{
  margin-bottom: 1.25em
}

ul.pad li
{
  line-height: 1.8
}

html body kbd
{
  background-color: #F5F5F5;
  color: #444444;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25), 0 0 2px rgba(0, 0, 0, .35) ; 
}

.text-small
{
  font-size: smaller
}


.badge-primary
{
  background-color: #428BCA;
}

.badge-warning
{
  background-color: #f0ad4e;
}

.badge-danger
{
  background-color: #d9534f;
}

.badge-success
{
  background-color: #5cb85c;
}

.badge-info
{
  background-color: #5bc0de;
}

.badge.icon:empty
{
  display: unset
}

.badge.icon
{
  padding: 4px;
}

.badge.icon,
.badge.icon::before 
{
  font-weight: unset;
}

.badge .icon {
  margin-right: 0;
  font-weight: normal
}

.badge-icon {
  padding: 3px;
  vertical-align: text-bottom
}

html body .bg-primary
{
  background-color: #98cbf7
}

html body .bg-default
{
  background-color: #bbbbbb
}

html body .bg-transparent
{
  background-color: transparent
}

@media (max-width: 768px) {
  .alert {
    padding: 12px 15px;
    font-size: 14px
  }
}


/* FORM INPUTS */

.form-control
{
  display: inline-block;
  width: auto;
  height: 28px;  
  padding: 4px 5px;
}

html body .form-control,
html body .input-group .form-control,
html body .btn,
html body .bootstrap-select.form-control,
html body .dropdown-menu
{
  font-size: 13px;
  margin-bottom: 6px;
  outline: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table.compact .btn,
table.table .btn 
{
  margin-bottom: 0
}

.btn.dropdown-toggle + ul.dropdown-menu 
{
  margin-top: -4px
}

table.compact .btn.dropdown-toggle + ul.dropdown-menu,
table.table .btn.dropdown-toggle + ul.dropdown-menu
{
  margin-top: 0
}

.form-control.input-lg
{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-control.input-sm
{
  height: 25px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

label
{
  font-weight: normal;
  margin: 5px 0 5px 0;
}

strong > label
{
  font-weight: bold
}

.label.label-larger
{
  font-size: unset;
  font-weight: unset;
  padding: .2em .6em .25em
}

body.ie .label.label-larger
{
  font-size: 100%;
  font-weight: normal
}

.dropdown-menu .label.label-dropdown-item
{
  display: inline-block;
  width: auto;
  height: 50%  
}

.radio,
.checkbox,
input.radio,
input.checkbox
{
  display: inline-block;
  min-height: 1px;
  margin-top: inherit;
  margin-bottom: inherit;
  padding-left: inherit;
  vertical-align: inherit;
}

  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"]
  {
    float: inherit;
    margin-left: inherit;
    position: inherit
  }

  .radio + .radio,
  .checkbox + .checkbox
  {
    margin-top: inherit;
  }

body input[type=radio],
body input[type=checkbox]
{
  display: inline-block;
  margin-right: 5px;
  margin-left: 8px;
  position: relative;
  top: 1px
}

  body input[type=radio] + label,
  body input[type=checkbox] + label {
    padding-left: .5em
  }

body .radio-indent input[type=radio]
{
  margin-left: 1em
}

body .radio-bottom-align input[type=radio]
{
  vertical-align: bottom
}

.checkboxlist.horizontal {
  margin-left: 6px
}

.checkboxlist.horizontal tr > td input[type=checkbox]
{
  margin-left: 0;
}

.checkboxlist.horizontal tr > td input[type=checkbox] + label
{
  display: inline-block;
  margin-right: 18px;
}

.input-group-wrapper
{
  display: inline-block;
}

html body .input-group {
  display: inline-table
}

.input-group .btn
{
  padding: 2px 9px;  
}


.chrome .input-group .btn,
.safari .input-group .btn
{
  padding: 4px 9px;
}

.chrome .input-group .btn
{
  padding-bottom: 3px
}

.firefox .input-group .btn
{
  padding: 3.5px 9px 3px 9px
}

html body .input-group-btn {
  display: inline-block
}

.ui-datepicker .ui-datepicker-title select 
{
  font-size: 13px;
}

fieldset.border-frame {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 0.4em 1.4em !important;
    margin: 0 0 1.5em 0;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.border-frame {
    font-size: 1.2em !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin-bottom: 6px;
}


input.empty-mandatory, textarea.empty-mandatory
{
  background-image: url('img/mandatory_small.png');
  background-repeat: no-repeat;
  text-align: left;
}

input.empty-mandatory
{
  background-position: right center;
}

textarea.empty-mandatory
{
  background-position: right 3px
}

input.error, textarea.error, select.error
{
  border-color: #A94442;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  background-color: rgb(242,222,222) !important;
}

  input.error:focus, select.error:focus
  {
    border-color: #843534 !important;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #CE8483 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #CE8483 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #CE8483 !important;
    background-color: rgba(242,222,222,0.6) !important;
  }




/* BUTANS */

html body .btn
{
  padding: 4px 12px;
  vertical-align: inherit;  
}

.btn.btn-bottommargin
{
  margin-bottom: 6px
}

html body .btn-lg
{
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

html body .btn-sm,
html body .btn-xs,
table.table-buttons-xs .btn,
.table-editor.table-buttons-xs div.buttons .btn
{
  font-size: 11px;
  line-height: 13px;
}

html body .btn-sm
{
  padding: 4px 6px;
}

html body .btn-xs,
table.table-buttons-xs .btn
{
  padding: 3px 5px;
}

.btn:not([class*=btn-])
{
  background-color: #428bca;
  border-color: #357ebd;
  color: white
}

  .btn:not([class*=btn-]):hover
  {
    background-color: #3276b1;
    border-color: #285e8e;
  }

.btn .buttonText + .caret,
.btn .caret + .buttonText 
{
  margin-left: .5em
}

.btn-group > .btn
{
  margin-right: 0 !important;
  float: none !important
}


.table-editor div.buttons
{
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1em;
}

.table-editor.compact div.buttons
{
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px
}

table.table-buttons-hover tr td button:not(.visible-always),
table.table-buttons-hover tr td .btn:not(.visible-always)
{
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.18, 0.8, 0.54, 0.88);
}

table.table-buttons-hover tr:hover td button,
table.table-buttons-hover tr:hover td .btn 
{
  opacity: 1
}


  

/* BOOTSTRAP CONTROLS */

.bootstrap-select.display-as-panel.form-control 
{
  border: none;
  box-shadow: none
}

.dropdown-static-panel
{
  padding: 5px 0;
  margin-bottom: 1em
}


/* NAVBAR */

.navbar
{
  background-color: #FAFAFA;
  background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
  background-repeat: repeat-x;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  min-height: 30px;
  z-index: inherit;
}

  .navbar .divider-vertical + li > a
  {
    border-left: 1px solid #E7E7E7;
  }

  .navbar .navbar-form {
    margin-top: 12px
  }

  .navbar-form .form-control {
    margin-bottom: 0
  }

@media (min-width: 768px) {
  html body .navbar-right {
    margin-right: 0
  }
}

@media (max-width: 768px) {
  .navbar.no-collapse .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar.no-collapse .navbar-right {
    float: right !important;
  }

  .navbar.no-collapse .navbar-nav > li {
    float: left;
  }

  .navbar.no-collapse .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar .navbar-form {
    margin-left: 0;
    margin-right: 0
  }
}

.navbar-default .navbar-nav > .disabled > a *,
.navbar-default .navbar-nav > .disabled > a:hover *,
.navbar-default .navbar-nav > .disabled > a:focus *
{
  color: #cccccc
}

.navbar-active-item {
  color: #333 !important;
  background: rgba(0,0,0,0.1) !important;
}


.navbar .navbar-pager {
  display: block

}

/* DROPDOWNS */

.dropdown-menu > li > a.disabled,
.dropdown-menu > li > a.disabled *,
.dropdown-menu > li > a.disabled:hover,
.dropdown-menu > li > a.disabled:focus,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu .label-inactive,
.dropdown-menu .label-inactive *,
.dropdown-menu .deselected:not(:hover) *
{
  color: #999999;
}

  .dropdown-menu > li > a.disabled:hover
  {
    cursor: not-allowed;
    background-color: transparent
  }


html body .dropdown-menu > li > a:hover,
html body .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #428bca;
}

html body .dropdown-menu > .active > a,
html body .dropdown-menu > .active > a:hover,
html body .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.table .dropdown-menu > li > a {
  text-shadow: none
}

.dropdown-menu .label
{
  font-size: small;
  display: block;
  text-align: left;
  width: 100%;
}

.dropdown-menu .label .icon,
.dropdown-menu .selected .icon,
.dropdown-menu .deselected .icon {
  font-size: smaller
}


.dropdown-menu li:hover .label-inactive,
.dropdown-menu li:hover .label-inactive *
{
  color: white
}

.dropdown-header
{
  padding: 3px 10px;
}

/* TABLES */

table
{
  border-collapse: collapse;
  margin: 0px;
}

form table, form table td,
.ui-dialog table, .ui-dialog td
{
  border: none;
  padding: 0px;
  vertical-align: top;  
}

form td
{
  text-align: left;
}

form th, .ui-dialog th
{
  text-align: left;
  font-weight: bold;
}

table.middle td,
table.middle label
{
  vertical-align: middle;
}

table.top td,
table.top label
{
  vertical-align: top
}

table.table
{
  margin-bottom: 10px
}

html body table.table th,
html body table.table td
{
  padding: 4px 8px;
  text-align: left;
  line-height: 20px;
  font-size: 12px
}

html body table.table th.pad-left-0,
html body table.table td.pad-left-0
{
  padding-left: 0
}

html body table.table th.pad-right-0,
html body table.table td.pad-right-0
{
  padding-right: 0
}

html body table.table td {
  vertical-align: top;
}

html body table.table th, 
html body table.table tr.header td {
  vertical-align: baseline
}

html body table th[align=right],
html body table td[align=right]
{
  text-align: right
}

html body table th[align=center],
html body table td[align=center]
{
  text-align: center
}

html body table.text-sm th,
html body table.text-sm td,
html body table tr.text-sm > td,
html body table tr.text-sm > th,
html body table tr td.text-sm,
html body table tr th.text-sm,
html body table tr span.text-sm
{
  font-size: 10px
}

html body table.table.text-sm th,
html body table.table.text-sm td,
html body table.table tr.text-sm > td,
html body table.table tr.text-sm > th,
html body table.table tr td.text-sm,
html body table.table tr th.text-sm
{
  line-height: 17px
}

html body table.table:not(.compact) th:first-child,
html body table.table:not(.compact) td:first-child
{
  padding-left: 5px
}

html body table.table:not(.compact) th:last-child,
html body table.table:not(.compact) td:last-child
{
  padding-right: 5px
}

table.table:not(.compact) > tr:not(:first-child) > th,
table.table:not(.compact) > tr:not(:first-child) > td,
table.table:not(.compact) > tbody > tr:not(:first-child) > th,
table.table:not(.compact) > tbody > tr:not(:first-child) > td
{
  border-top: 1px solid #DDDDDD;
}

table.table:not(.compact) > thead > tr > th,
table.table:not(.compact) > thead > tr > td,
table.table:not(.compact) > tr.header > th,
table.table:not(.compact) > tr.header > td,
table.table:not(.compact) > tbody > tr.header > th,
table.table:not(.compact) > tbody > tr.header > td
{
  border-bottom: 2px solid #dddddd;
  border-top-width: 0
}

table.table:not(.compact) > tr:first-child > th,
table.table:not(.compact) > tr:first-child > td,
table.table:not(.compact) > tbody > tr:first-child > th,
table.table:not(.compact) > tbody > tr:first-child > td
{
  border-top-width: 0
}

table.table .header td,
table.table .header td a
{
  font-weight: bold
}

table.table .header td .icon,
table.table .header td a .icon,
table th .icon:last-child,
table td .icon:last-child 
{
  font-weight: normal;
  margin-right: 0
}

.table:not(.table-nohover):not(.compact) tr:not(.nohover):not(.header):not(.dataGridPager):hover td,
.table:not(.table-nohover):not(.compact) tbody tr:not(.nohover):hover th
{
  background-color: #F5F5F5
}

table.radio
{
  display: inline-table;
  position: relative;
  top: .25em;
}

  table.radio td
  {
    padding-right: 1em;
    padding-left: 1em;
    position: relative
  }

table.radio td,
table.radio td label
{
  vertical-align: text-top !important
}

table.radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: .33em
}

table.radio td label {
  margin: 0
}

.table > tr > th,
.table tbody > tr > td,
table.simple > tr > th,
table.simple > tr > td,
table.simple > tbody > tr > td {
  padding: 5px;
}

table.gridsimple > tr > th,
table.gridsimple > tr > td,
table.gridsimple > tbody > tr > td
{
  padding: 3px
}

table.gridsimple > tbody > tr:not(.header) > td
{
  border-top: 1px solid #dddddd
}

html body table.compact > thead > tr > th,
html body table.compact > tr > th,
html body table.compact > tr > td,
html body table.compact > tbody > tr > th,
html body table.compact > tbody > tr > td,
html body table.compact > tbody > tr.header > td,
html body table tr.pad-sm > td,
html body table td.pad-sm
{
  padding: 0 1em .25em 0;
  border: none
}

html body table.table tr.pad-sm > td,
html body table.table td.pad-sm
{
  padding-left: 8px
}

html body table.compact > tr:hover > th,
html body table.compact > tr:hover > td,
html body table.compact > tbody > tr:hover > td
{
  background-color: transparent
}

html body table.table.compact
{
  width: auto
}

table table th,
table table td,
table.noborder th,
table.noborder td,
table tr.noborder th,
table tr.noborder td
{
  border-top: none !important;
}

.table a,
a.hl
{
  color: black;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.table a:hover,
a.hl:hover
{
  text-decoration: underline
}

.table a.disabled:hover,
a.hl.disabled:hover
{
  text-decoration: none
}

table.table td.text-center
{
  text-align: center;
}

table.table td.text-right
{
  text-align: right;
}

table.table td.text-top,
table.table td.top
{
  vertical-align: top
}

table.table td.text-middle,
table.table td.middle,
table.table.text-middle td
{
  vertical-align: middle
}


table.footer > tbody > tr > td
{
  padding-right: 1em
}

table.table-topbottomborder > tbody > tr:first-child > td,
table.table-topbottomborder > tr:first-child > td
{
  border-top: 2px solid #dddddd
}


table.table-topbottomborder > tbody > tr:last-child > td,
table.table-topbottomborder > tr:last-child > td
{
  border-bottom: 2px solid #dddddd
}

table tr.table-subcategory > td
{
  border-bottom: 2px solid #dddddd;
  background-color: #f9f9f9
}

table tr:not(.table-subcategory) ~ tr.table-subcategory > td
{
  border-top: 2px solid #dddddd !important
}

table.smallfont td
{
  padding-right: 0.5em;
}

.inactiveRow > td,
.inactive-item
{
  opacity: 0.5;
}

td.inactive-item.cursive
{
  opacity: 1;
  color: #a0a0a0;
  font-style: italic
}


.notYetActiveRow *
{
  opacity: 0.5;
}

.inactiveRow td.buttonCell, 
.inactiveRow td.buttonCell *,
.notYetActiveRow td.buttonCell,
.notYetActiveRow td.buttonCell *
{
  opacity: 1
}

html body table tr.gridSelectedRow td {
  background-color: #f5f5f5;
  border-bottom: 2px solid #8c8c8c
}

.info-row-toggle
{
  position: relative;
  top: -2px
}

.info-row-toggle .icon
{
  margin: 0
}

tr:not(.info-row-fetching-data) .info-row-toggle .icon
{
  cursor: pointer
}

.info-row-fetching-data .info-row-toggle .icon:before
{
  content: "\e123"; /* Spinner */
}

.info-row-fetching-data .info-row-toggle 
{
  animation: spin 500ms infinite linear;
}

tr:not(.info-row-fetching-data) .info-row-toggle 
{
  animation: none /* IE og Edge kan ikke altid hitte ud af at standse animationen uden det her. */
}

html body table tr.groupby td {
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px
}


/* PAGERS */

html body table.table:not(.compact) tr.dataGridPager td
{
  padding-top: 1em;
  border-top-width: 2px
}

html body table tr.dataGridPager td:empty
{
  padding: 0 !important;
}

.gridPager
{
  display: inline-block;
}

.gridPager span,
.gridPager a,
.gridPager input
{
  display: inline-block;
  border-right: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  line-height: normal;
  padding: 5px 16px;
  float: left
}

.gridPager input[type=text]
{
  padding: 4px 5px;
  height: 26px
}

.gridPager span:first-child,
.gridPager a:first-child,
.gridPager input:first-child,
.gridPager .prevButton
{
  border-radius: 3px 0 0 3px
}

  .gridPager span:first-child,
  .gridPager a:first-child,
  .gridPager input:first-child:not([type=text]),
  .gridPager .prevButton 
  {
    border-left: 1px solid #DDDDDD;
  }

.gridPager span:last-child,
.gridPager a:last-child,
.gridPager input:last-child,
.gridPager .nextButton
{
  border-radius: 0 3px 3px 0
}

.gridPager .nextButton
{
  margin-right: 1em
}

body.firefox .gridPager .prevButton,
body.firefox .gridPager .nextButton {
  height: initial;
}

.gridPageSizer {
  margin-top: 5px;
}

.gridPager span,
.gridPageSizer span.selected
{
  background-color: #F5F5F5;
  color: #999999
}

.gridPager a:hover,
.gridPageSizer a:hover
{
  text-decoration: none !important;
  background-color: #f5f5f5
}

.gridPager .datagrid-pager-jump
{
  display: inline-block
}

.gridPageSizer a,
.gridPageSizer span.selected
{
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 1px 5px;
}



/* UH? */

.mod-startpage .loginPage
{
  width: 480px
}

.mod-startpage .loginPage .content .body
{
  padding: 32px
}

.mod-startpage .loginPage .content .head
{
  padding: 20px 32px;
  font-size: 20px
}

.errorpanel
{
  margin-top: 18px;
}

.scrollable-y-small,
.scrollable-y-medium,
.scrollable-y-large
{
  overflow-y: auto;
}

.scrollable-y-small
{
  max-height: 250px;
}

.scrollable-y-medium
{
  max-height: 500px;
}

.scrollable-y-large
{
  max-height: 750px;
}

body.member .breadcrumb,
.page-header .breadcrumb
{
  padding-left: 0
}

html body .breadcrumb
{
  background-color: transparent
}


.messageUnread *
{
  font-weight: bold
}

body .messageUnread .icon
{
  font-weight: normal
}

div.cke
{
  margin-bottom: 1em
}

div.dropdown.font-selector,
div.dropdown.font-size-selector
{
  display: inline-block
}


#spinner
{
  position: fixed;
  top: calc(50% - 86px);
  left: calc(50% - 86px);
  padding: 24px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5)
}

  #spinner img
  {
    width: 148px;
    height: 148px
  }




.helpimagelink
{
  font-size: smaller !important;
  opacity: 0.2
}

.helpimagelink:hover
{
  opacity: 0.7;
  cursor: pointer
}

.ValidationSummary 
{
  margin-top: 10px
}

.ValidationSummary div.body
{
  color: inherit;
}

.ValidationSummary ul
{
  margin: 0;
  padding-left: 15px
}

.border-default {
  border: 1px solid #dddddd
}

.border-top-default,
tr.border-top-default > td {
  border-top: 1px solid #dddddd
}

.border-bottom-default,
tr.border-bottom-default > td {
  border-bottom: 1px solid #dddddd
}

.border-right-default {
  border-right: 1px solid #dddddd
}

.border-left-default {
  border-left: 1px solid #dddddd
}

.border-heavy {
  border: 1px solid #8c8c8c
}

.border-top-heavy,
tr.border-top-heavy > td {
  border-top: 1px solid #8c8c8c
}

.border-bottom-heavy,
tr.border-bottom-heavy > td {
  border-bottom: 1px solid #8c8c8c
}

.border-right-heavy {
  border-right: 1px solid #8c8c8c
}

.border-left-heavy {
  border-left: 1px solid #8c8c8c
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.btn-blue-dark {
    background-color: rgb(51, 122, 183);
    color: black
}

.btn-blue {
    background-color: rgb(70, 184, 218);
    color: black
}

.btn-blue-light {
    background-color: rgb(217, 237, 247);
    color: black
}