/* mixin box_shadow */
/* line 36, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-0 {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important; }

/* line 39, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important; }

/* line 42, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-2, .shadowsmall {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1) !important; }

/* line 45, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-3, .shadownormal {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.1) !important; }

/* line 48, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-4, .shadowlarge {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1) !important; }

/* line 51, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 5px 12px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 5px 12px rgba(0, 0, 0, 0.1) !important; }

/*> .card { background: #fff; display: inline-block; height: 300px; margin: 1rem; position: relative; width: 300px; }
>
> .card-1 { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-1:hover { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.10); }
>
> .card-2 { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-2:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 6px rgba(0,0,0,0.10); }
>
> .card-3 { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 6px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-3:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 4px 10px rgba(0,0,0,0.10); }
>
> .card-4 { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 4px 10px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-4:hover { box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 5px 12px rgba(0,0,0,0.10); }
>
> .card-5 { box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 5px 12px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-5:hover { box-shadow: 0 24px 48px rgba(0,0,0,0.35), 0 6px 14px rgba(0,0,0,0.10); }*/
/* line 88, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
.a-link {
  color: #0071c2;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(0, 113, 194, 0.35); }
  /* line 11, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .a-link:hover, .a-link:active, .a-link:visited, .a-link:focus {
    color: #0071c2;
    text-decoration: none;
    border-bottom: 1px solid #0071c2; }

/* line 92, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
.a-link-inverse {
  color: #fff;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
  /* line 63, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .a-link-inverse:hover, .a-link-inverse:active, .a-link-inverse:visited, .a-link-inverse:focus {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff; }

/* line 96, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
.no-link {
  border-bottom: 0px;
  text-decoration: none;
  border-bottom: 0px !important;
  text-decoration: none !important; }
  /* line 74, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .no-link::after, .no-link::before {
    background: none; }
  /* line 78, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .no-link:hover, .no-link:active, .no-link:visited {
    border-bottom: 0px;
    text-decoration: none; }
  /* line 83, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .no-link:hover::after, .no-link:active::after, .no-link:visited::after {
    background: none; }
  /* line 101, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .no-link:hover::after {
    background: none !important;
    text-decoration: none !important; }

/*@mixin a-link() {
    color: $link-color;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #bbb;

    &:hover {
        text-decoration: none;
        border-bottom: 1px solid #000;
    }
}*/
/* line 7, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_calendarlistblock.scss */
.calendarlist-block .du-summary {
  font-size: 1.6rem;
  padding: 2px 0 0; }
/* line 13, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_calendarlistblock.scss */
.calendarlist-block a {
  color: #000;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35); }
  /* line 24, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .calendarlist-block a:hover, .calendarlist-block a:active, .calendarlist-block a:visited, .calendarlist-block a:focus {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000; }
  /* line 16, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_calendarlistblock.scss */
  .calendarlist-block a.btn-primary {
    color: #fff; }

/* line 23, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_calendarlistblock.scss */
#StaffPortalBody .calendarlist-block .viewmini-row {
  margin-bottom: 1rem; }
/* line 27, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_calendarlistblock.scss */
#StaffPortalBody .calendarlist-block .blockstylenormal .viewmini-row {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important; }
  /* line 32, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_calendarlistblock.scss */
  #StaffPortalBody .calendarlist-block .blockstylenormal .viewmini-row a {
    font-weight: 500; }

/* line 38, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_calendarlistblock.scss */
.du-block-subscribe {
  width: 100%;
  text-align: right;
  padding: 0 0 10px;
  font-size: 14px;
  margin-top: -10px; }

/*.blockstylepanel .block-body-inner {
    padding-top: 5px !important;
}*/



/*# sourceMappingURL=du_calendarlistblock.css.map */