@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material/MaterialIcons-Regular.ttf) format('truetype');
}

html {
    height: auto !important;
}

body {
    background-color: #f2f2f2;
}

/* Global Round Corners */
.btn,
.btn-large,
.btn-flat,
.card,
.card-panel {
    border-radius: 12px !important;
    overflow: hidden !important;
}

.input-field input[type=text]:focus+label {
    color: #000;
}

main {}


#lepanier {
    display: none;
}

.collection {
    padding: 0px !important;
    margin: 0px !important;
}

.collection li {
    cursor: pointer;
    transition: all 0.2s;
}

.collection li:hover {
    background-color: #f0f0f0;
    transition: all 0.2s;
}

.chip_sp {
    background-color: #009688;
    border-radius: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}

.collapsible-body {
    background-color: rgb(238, 250, 238);
}

#menu_shopping_cart {
    display: inline;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 10px;
    opacity: 0.6;
}

#menu_online_course {
    display: inline;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 10px;
    opacity: 0.6;
}

select,
input,
textarea {
    font-family: 'EmojiOne', sans-serif !important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.sidenav-trigger {
    color: #26a69a;
}

.sidenav li,
.sidenav li a {
    user-select: none;
    cursor: pointer;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}

.chosen-search-input {
    box-sizing: border-box !important;
}

#shopping_cart_items {
    padding-top: 5px;
    padding-bottom: 5px;
}

#shopping_cart_items li {
    list-style-type: none;
    padding: 10px;
    border-bottom: solid 1px #D0D0D0;
    background-color: #F3F3F3;
    user-select: none;
}

#shopping_cart_items .qty {
    width: 10%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;

}

#shopping_cart_items .name {
    width: 65%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#shopping_cart_items .price:before {
    content: "$ ";
}

#shopping_cart_items .price {
    width: 25%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#shopping_cart_items .total:before {
    content: "$ ";
}

#shopping_cart_items .total {
    width: 20%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}



#shopping_cart_items .delete {
    text-align: right;
    padding-right: 2px;
    box-sizing: border-box;
    width: 10%;
    display: inline-block;
    cursor: pointer;

}

#shopping_cart_items .delete .material-icons {
    color: red;
}

#course_page_select_table td {
    text-align: center;
}

#course_page_select_table .circle {
    display: inline-block;
    margin: auto;
    color: white;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    user-select: none;
    background-color: #009688;
}

.course_page {
    user-select: none;
}

.course_page img {
    display: block;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#course_page_select_table_holder {
    width: 100%;
    overflow: auto;
}

#course_page_select_table .quiz {
    display: inline-block;
    margin: auto;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    user-select: none;
    cursor: default;
    background-color: #009688;
    border-radius: 50px;
}

.course_page {
    display: none;
}

.course_page article p {
    padding-top: 10px;
    padding-bottom: 10px;
}

#course_title {
    text-align: center;
    font-size: 25px;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 400;
}

.circle_active {
    background-color: #383838 !important;
}

.course_page {
    margin-top: 40px;
}

.rol_btn {
    float: right !important;
}

.result_emoji {
    width: 150px;
    margin: auto;
    display: inline-block;
}

#course_result_status {
    display: none;
}

.card-title-transparent {
    background-color: rgba(47, 79, 79, 0.66);
    width: 100%;
}

.card-content-course {
    height: 300px;
    overflow: auto;
}

.card-content-course p {
    font-size: 0.9rem;
    line-height: 1.3;
}

.card-image {
    pointer-events: none;
    user-select: none;
}

.card-price-holder {
    position: absolute;
    z-index: 1;
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: block;
}

.course_active .card-price {
    display: none;
}

.card-price {
    width: 180px;
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    color: #3D4A49;
    padding: 5px;
    margin-top: 20px;
    margin-left: -50px;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    transform: rotate(-50deg);
    box-shadow .25s;
}

.card-price:before {
    content: "$";
}

.values_missing {
    border: solid 3px red !important;
}

#tree_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: auto;
    display: none;
    z-index: 1000;
}

.account-btn {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}