/* Custom Stylesheet */
blockquote.warning.darken-1 {
    border-left: 5px solid #ee9900;
}

blockquote.list.darken-1 {
    border-left: 2px solid #546E7A;
}

@media only screen and (min-width: 993px) {
    main {
        padding: 5px;
        padding-left: 305px;
    }
}

@media only screen and (min-width: 993px) {
    header, footer {
        padding-left: 300px;
    }
}

@media only screen and (max-width: 992px) {
    header, footer {
        padding-left: 0;
    }

    .swiper-button-black {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    main {
        padding: 5px;
    }
}

#web_intro {
    display: block;
}

.tabs.excdark .tab a {
    color: #00897b;
}

.tabs.excdark .tab a:hover, .tabs.excdark .tab a.active {
    background-color: transparent;
    color: #00897b;
}

.tabs.excdark .tab.disabled a, .tabs.excdark .tab.disabled a:hover {
    color: rgba(102, 147, 153, 0.7);
}

.tabs.excdark .indicator {
    background-color: #00897b;
}

.digger-item {
    cursor: pointer;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

.waves-effect.waves-bluegrey .waves-ripple {
    background-color: rgba(84, 110, 122, 0.7) !important;
}

.lessons-container {
/*    display: none;*/
}

.side-nav li.active {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.side-nav.fixed a {
    color: rgba(0, 0, 0, 0.87) !important;
}

