@charset "UTF-8";
/* line 7, ../sass/favcon.scss */
:root {
    --ldfc-primary: var(--ovt-orange);
    --ldfc-table-radius: 6px;
    --ldfc-button-radius: 4px;
}

@font-face {
    font-family: 'ldfc';
    src: url('../fonts/ldfc.eot?54167715');
    src:
        url('../fonts/ldfc.eot?54167715#iefix') format('embedded-opentype'),
        url('../fonts/ldfc.woff2?54167715') format('woff2'),
        url('../fonts/ldfc.woff?54167715') format('woff'),
        url('../fonts/ldfc.ttf?54167715') format('truetype'),
        url('../fonts/ldfc.svg?54167715#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?54167715#fontello') format('svg');
  }
}
*/
/* line 61, ../sass/partials/_iconfont.scss */
[class^='ldfc-icon-']:before,
[class*=' ldfc-icon-']:before {
    font-family: 'ldfc';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 95, ../sass/partials/_iconfont.scss */
.ldfc-icon-heart-closed:before {
    content: '\e800' !important;
}

/* '' */
/* line 96, ../sass/partials/_iconfont.scss */
.ldfc-icon-heart-open:before {
    content: '\e801' !important;
}

.ldfc-favorite-button {
    display: flex;
    justify-content: center;
}

.ldfc-favorite-button .ldfc-button.js-favcon-favorite {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid var(--ovt-orange);
    background-color: var(--ovt-orange);
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.5rem 1rem 0.25rem;
    transition: all ease-in-out 0.3s;
}

.ldfc-favorite-button .ldfc-button.js-favcon-favorite span.ld-icon {
    height: 1.5rem;
}

.ldfc-favorite-button .ldfc-button.js-favcon-favorite:hover {
    background-color: transparent;
    color: var(--ovt-orange);
}

.ldfc-favorite-button
    .ldfc-button.js-favcon-favorite.favcon-saved
    .ldfc-heart
    svg,
.ldfc-favorite-button
    .ldfc-button.js-favcon-favorite.favcon-saved
    .ldfc-heart
    svg
    path {
    fill: #fff;
}

.ldfc-favorite-button .ldfc-button.js-favcon-favorite .ld-icon {
    padding-right: 5px;
    display: inline-block;
}

.ldfc-favorite-button .ldfc-button.js-favcon-favorite .ld-icon svg {
    width: 15px;
    height: 15px;
    transition: all ease-in-out 250ms;
}
/* line 54, ../sass/favcon.scss */
.ldfc-favorite-button .ldfc-button.js-favcon-favorite .ld-icon svg path {
    transition: all ease-in-out 250ms;
}

/* line 62, ../sass/favcon.scss */
.ldfc-favorite-table {
    margin: 30px 0;
}
/* line 64, ../sass/favcon.scss */
.ldfc-favorite-table-wrap {
    border-radius: 6px;
}
/* line 67, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorite-header {
    background: var(--ldfc-primary);
    padding: 20px 22px;
    color: #fff;
    font-weight: bold;
    border-radius: var(--ldfc-table-radius) var(--ldfc-table-radius) 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* line 76, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorite-header a {
    color: #fff;
    text-decoration: none;
}
/* line 80, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorite-header .ldfc-favorite-search-input {
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    transition: all ease-in-out 250ms;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 100%;
    max-width: 150px;
    margin-left: 15px;
}
/* line 91, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorite-header .ldfc-favorite-search-input:focus {
    max-width: 300px;
}
/* line 96, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorites {
    border: 2px solid #e2e7ed;
    border-top: 0;
    border-radius: 0 0 var(--ldfc-table-radius) var(--ldfc-table-radius);
}
/* line 100, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorites .ldfc-favorite {
    position: relative;
}
/* line 102, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.js-ldfc-unfavorite {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 250ms;
    text-decoration: none;
}
/* line 117, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.js-ldfc-unfavorite:hover {
    background: #666;
    color: #fff;
}
/* line 120, ../sass/favcon.scss */
.ldfc-favorite-table
    .ldfc-favorites
    .ldfc-favorite
    a.js-ldfc-unfavorite:hover
    svg
    path {
    fill: #fff;
}
/* line 124, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.js-ldfc-unfavorite svg {
    width: 15px;
    height: 15px;
}
/* line 127, ../sass/favcon.scss */
.ldfc-favorite-table
    .ldfc-favorites
    .ldfc-favorite
    a.js-ldfc-unfavorite
    svg
    path {
    transition: all ease-in-out 250ms;
}
/* line 132, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.ldfc-favorite__link {
    padding: 20px;
    text-decoration: none;
    transition: all ease-in-out 250ms;
    display: block;
    position: relative;
}
/* line 137, ../sass/favcon.scss */
.ldfc-favorite-table
    .ldfc-favorites
    .ldfc-favorite
    a.ldfc-favorite__link:hover {
    background: rgba(0, 0, 0, 0.05);
}
/* line 141, ../sass/favcon.scss */
.ldfc-favorite-table
    .ldfc-favorites
    .ldfc-favorite
    a.ldfc-favorite__link
    .ldfc-favorite__title {
    display: block;
}
/* line 144, ../sass/favcon.scss */
.ldfc-favorite-table
    .ldfc-favorites
    .ldfc-favorite
    a.ldfc-favorite__link
    .ldfc-favorite__course {
    font-size: 0.9em;
    color: #666;
}
/* line 149, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorites .ldfc-favorite::after {
    display: block;
    height: 1px;
    background: #ddd;
    margin: 0 20px;
    content: '';
}
/* line 156, ../sass/favcon.scss */
.ldfc-favorite-table .ldfc-favorites .ldfc-favorite:last-child::after {
    display: none;
}

/* line 164, ../sass/favcon.scss */
.ld-icon.ld-icon-favorites {
    font-family: 'ldfc';
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    font-size: 16px;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    font-family: 'ldfc' !important;
    width: 19px;
    height: 19px;
}
/* line 169, ../sass/favcon.scss */
.ld-icon.ld-icon-favorites::before {
    content: '\e800';
}

/* line 175, ../sass/favcon.scss */
.ldfc-icon {
    font-family: 'ldfc';
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    font-size: 16px;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* line 177, ../sass/favcon.scss */
.ldfc-icon.ldfc-icon-heart::before {
    content: '\e801';
}

/* line 185, ../sass/favcon.scss */
.js-ldfc-unfavorite .ldfc-icon.ldfc-icon-heart::before,
.favcon-saved .ldfc-icon.ldfc-icon-heart::before {
    content: '\e800';
}

/* line 192, ../sass/favcon.scss */
.ld-tab-content .ldfc-favorite-table {
    margin: 0;
}

/* line 197, ../sass/favcon.scss */
.ldfc-favorited-icon {
    padding: 0 15px 0 5px;
    display: inline-flex;
    align-items: center;
}
/* line 201, ../sass/favcon.scss */
.ldfc-favorited-icon svg {
    width: 15px;
    height: 15px;
}
