/* Minification failed. Returning unminified contents.
(267,79): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
.shd-instructor {
    width: 60px;
    position: absolute;
    width: 100%;
    text-align: right;
    padding: 2px;
    height: 100%;
    z-index: -1;
}

    .shd-instructor img {
        border-radius: 50%;
        width: 60px;
        display: none;
        z-index: 100000;
    }


.shd-circle {
    right: 1px;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #000000;
    color: white;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
    width: 60px;
    z-index: 100000;
}

.shd-initials {
    position: relative;
    top: 8px; /* 25% of parent */
    font-size: 25px; /* 50% of parent */
    font-family: "Courier New", monospace;
    line-height: 50px; /* 50% of parent */
    color: #fff;
    font-weight: bold;
}


.shd-separator {
    margin-top: 100px;
}


.shd-table {
    display: table;
    width: 100%;
}
.shd-body {
    display: table-row-group;
}


.shd-day-head {
    text-align: center;
    background-color: rgba(90, 29, 140,0.2);
    color: rgb(0, 31, 63);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(90, 29, 140,0.7);
}

/*@media (max-width: 768px) {
    .shd-day-head {
        border-left: 0px;
        border-bottom: 5px solid rgba(90, 29, 140,0.7);
        color: rgb(0, 31, 63);
    }

}*/


    .shd-row {
        display: table-row;
    }



    .shd-cell {
        display: table-cell;
        padding: 3px 10px;
    }

    .shd-time-line, shd-line {
        border-bottom: 1px dotted #999999;
        border-right: 1px dotted #999999;
    }

    .shd-mobile-show {
        display: none;
    }

    .shd-mobile-hide {
        display: normal;
    }

    .shd-wrap-group {
        font-size: 16px;
    }

    .shd-rotate-180 {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .shd-rotate-0 {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


    .shd-exercises {
        position: absolute;
        border-radius: 2px;
        color: aliceblue;
        text-align: center;
        cursor: pointer;
        transition: transform .2s;
    }



        .shd-exercises:hover {
            -ms-transform: scale(1.02); /* IE 9 */
            -webkit-transform: scale(1.02); /* Safari 3-8 */
            transform: scale(1.02);
        }



    .shd-text {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .shd-text-time {
        font-size: 12px;
    }

    .shd-text-exercise {
        font-style: oblique;
        font-size: 17px;
    }

    .shd-text-info {
        font-size: 12px;
    }


.shd-bg-pink {
    background-color: rgba(230, 5, 158,0.9);
    border-left: 5px solid rgba(230, 5, 158,1);
}

    .shd-bg-pink:hover {
        background-color: rgba(230, 5, 158,0.7);
    }



.shd-bg-blue {
    background-color: rgba(0, 116, 217,0.9);
    border-left: 5px solid rgba(0, 116, 217,1);
}

        .shd-bg-blue:hover {
            background-color: rgba(0, 116, 217,0.7);
        }



.shd-bg-darkblue {
    background-color: rgba(0, 31, 63,0.9);
    border-left: 5px solid rgba(0, 31, 63,1);
}

        .shd-bg-darkblue:hover {
            background-color: rgba(0, 31, 63,0.7);
        }



.shd-bg-red {
    background-color: rgba(133, 20, 75,0.9);
    border-left: 5px solid rgba(133, 20, 75,1);
}



        .shd-bg-red:hover {
            background-color: rgba(133, 20, 75,0.7);
        }



.shd-bg-olive {
    background-color: rgba(61, 153, 112,0.9);
    border-left: 5px solid rgba(61, 153, 112,1);
}



        .shd-bg-olive:hover {
            background-color: rgba(61, 153, 112,0.7);
        }

    .shd-wrapper {
        width: 100%;
        overflow: hidden;
    }

    .shd-table {
        transition: transform 0.3s;
    }

    .active .shd-info-content {
        transform: translateX(0);
    }

    .active .shd-table {
        transform: translateX(100%);
    }

    .shd-info-content {

        height: 100vh;
        width: 100%;
        position: fixed;
        left: 0;
        transition: transform 0.3s;
        transform: translateX(-100%);
        background-size: cover;
    }

  

.shd-info-background {
    left: 0;
    background-size: cover;

    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    -webkit-filter: invert(0%) grayscale(0%) brightness(70%) background-repeat: no-repeat;

}


    @media (max-width: 768px) {

        .shd-info-content .hero {
            width: 100%;
            height: 100%;
            margin-left: 0px;
            /* Flexbox stuff */
            display: block;
            overflow-y: scroll;
            justify-content: center;
            align-items: center;
            /* Text styles */
            text-align: center;
            color: white;
            /* Background styles */
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            z-index: -1;
            padding-top: 75px;
            padding-bottom: 150px;
        }
        .shd-info-content .hero-bottom {
            background-color: rgba(90, 29, 140,0.9);
        }


        .shd-table, .shd-row, .shd-cell, .shd-body {
            display: block;
        }

        .shd-day-name, .shd-row {
            width: 100%;
        }

        .shd-mobile-show {
            display: normal;
        }

        .shd-mobile-hide {
            display: none;
        }
    }


    /*.shedule-time {
    border-top: 1px dotted #000000;
    color: black;
    height: 70px;
    
}

.shedule-exercise {
    width: 50px;
    position: absolute;
    color: white;
    border-radius: 2px;
    text-align: center;
}

.shedule-group {
    
}


.shedule-separator {
    margin-top: 200px;
}



.test-border1 {
    border: 1px solid #000000;
}
.test-border2 {
    border: 1px solid #ff0000;
}*/


