﻿.pt-content h3 {
    color: #000;
}


.pt_welcomeUser {
    width: auto !important;
    float: left !important;
    font-size: 16px !important;
    margin-top: 0px;
}

.pt-media {
    float: right !important;
    width: auto !important;
}

.ddlOptions {
    width: 350px !important;
}

    .ddlOptions > .pt-formRow:first-child {
        width: 54%;
    }

    .ddlOptions > .pt-formRow:nth-child(2) {
        width: 40%;
    }

.pt-mainButton .pt-formRow {
    margin-top: 0px;
}

.an-mic {
    float: left;
    margin: 5px 10px;
    font-size: 3em !important;
    cursor: pointer;
}

.secBox {
    padding: 0 20px;
    margin-bottom: 10px;
}

.vic-tile-col > .secContent > .prgExtraInfo {
    float: left;
    width: 100%;
}

    .vic-tile-col > .secContent > .prgExtraInfo > * {
        float: left;
    }

i.fa {
    font-size: 14px;
}

.fa-arrow-right, .fa-arrow-left {
    font-size: 18px !important;
}

.fa-plus-circle {
    float: left !important;
}

.fa-plus, .fa-remove {
    margin: 0 5px;
}

.spanCPD {
    float: left;
    margin: 0 5px;
    color: rgb(109,156,45);
}

.an-coachInput {
    width: 63%;
}

.secHeader span, .secHeader a {
    font-weight: bold;
}



.vic-tile-row span.spanKeywordText, .vic-tile-row a.spanKeywordText {
    color: #000;
}

.vic-tile-col span.spanKeywordText {
    color: #3598dc;
}



.vic-tile-row > .secHeader > a, .vic-tile-row > .secHeader > span {
    font-size: 16px;
}


.vic-tile-col > .secImg a {
    vertical-align: middle;
    text-align: center;
}

.vic-tile-col > .secContent > .secTitle {
    margin: 0 5px;
    text-align: center;
    height: 65px;
}

.vic-tile-col > .secContent > .secKeywords {
    display: none;
}

.vic-tile-col > .secHeader {
    margin: 10px 10px 0 10px;
    text-align: center;
    font-weight: bold;
    height: 71px;
}

    .vic-tile-col > .secHeader > span, .vic-tile-col > .secHeader > a {
        height: 45px;
        display: inline;
    }

.vic-tile-col > i, .vicback {
    float: left;
    padding: 0 10px;
}

    .vic-tile-col > i:nth-of-type(2), .vicnext {
        float: right;
        padding: 0 10px 5px;
    }

.addToDisco {
    float: left;
}



.isVideo {
    float: left;
    margin: 0 5px;
    display: none;
}

.vic-tile-col:hover {
    background: #fff;
    box-shadow: 5px 5px rgba(33,33,33,.1);
}

.myvic-bonus {
    border: 1px solid #00AFF0;
}

.secNavigate {
    height: 30px;
}

.starthereTop {
    height: 60px;
    background-color: #00AFF0;
    color: #fff;
    padding: 5px;
}

.starthereBottom {
    height: 60px;
    margin: 3px;
    text-align: center;
}

    .starthereBottom > img {
        width: 76%;
    }

div.divider {
    border-top: 1px solid #d6d6d6;
    width: 90%;
    margin: 10px auto 5px;
}

/*.myvic-share, .myvic-history, .myvic-popular, .myvic-newRelease {
    display: none;
}*/

.vic-tile-row {
    float: left;
    width: 100%;
    border: 1px solid #d6d6d6;
    position: relative;
    margin-bottom: 10px;
}

    .vic-tile-row > .secHeader {
        position: absolute;
        width: 74%;
        left: 230px;
        top: 5px;
    }

    .vic-tile-row > .secImg {
        background: #fff;
        border-right: 1px solid #d6d6d6;
        height: 120px;
        width: 215px;
        float: left;
    }

        .vic-tile-row > .secImg > a {
            height: 120px;
            display: inline-block;
        }

            .vic-tile-row > .secImg > img, .vic-tile-row > .secImg > a > img {
                text-align: center;
                max-height: 120px;
            }

    .vic-tile-row > .secContent {
        margin-top: 30px;
        margin-left: 10px;
        padding-left: 5px;
        float: left;
        width: 73%;
    }

    .vic-tile-row > .secNewContent, .vic-tile-row > .secPopContent, .vic-tile-row > .secHisContent {
        margin-top: 5px;
    }

    .vic-tile-row > .secContent > .secTitle {
        width: 100%;
        padding-right: 5px;
    }

    .vic-tile-row > .secHeader > .navigation {
        float: right;
    }

    .vic-tile-row > .secContent > .secKeywords > .iconImage {
        float: left;
    }

    .vic-tile-row > .secContent > .secKeywords > .spanKeywordTitle {
        float: left;
        margin-left: 5px;
    }

    .vic-tile-row > .secContent > .secExtraInfo {
        position: absolute;
        right: 15px;
        bottom: 0;
    }

.vic-tile-col span.spanKeywordAddText {
    display: none;
}

    .vic-tile-col span.spanKeywordAddText:hover {
        color: #3598dc;
    }

.vic-tile-row span.spanKeywordAddText {
    color: #000;
    display: inline-block;
}

.vic-table-pop > .vic-tile-col > .secImg, .vic-table-pop > .vic-tile-col > .secImg > a > img,
.vic-table-his > .vic-tile-col > .secImg, .vic-table-his > .vic-tile-col > .secImg > a > img,
.vic-table-newR > .vic-tile-col > .secImg, .vic-table-newR > .vic-tile-col > .secImg > a > img {
    border-top: 0px;
}

@media all and (max-width:1100px) {
    .an-coachInput {
        width: 55%;
    }
    .app {
        grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)) !important;
    }
    .vic-tile-col {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .vic-tile-row > .secContent, .vic-tile-row > .secHeader {
        width: 70%;
    }
}
@media all and (max-width:850px) {
    .app {
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr)) !important;
    }
}
@media all and (max-width:769px) {
    .an-coachInput {
        width: 80%;
    }

   

    .pt-media, .ddlOptions {
        width: 100% !important;
    }

    .fa-th, .fa-list {
        display: none;
    }
}

@media all and (max-width:680px) {
    .an-coachInput {
        width: 80%;
    }

    .fa-th, .fa-list {
        display: none;
    }
}

.secImg {
    width: 100%;
}

.goal_desc {
    display: none;
}

#aMentorzText {
    margin-bottom: 30px;
    text-align: left;
}

.secImg .navigateSteps {
    text-align: center;
    width: 100%;
    height: 140px;
    display: block;
}

.navigateSteps img {
    max-height: 140px;
    width: 100%;
}

.app {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
}

.card {
    border: 1px solid #d6d6d6;
    transition: 0.3s;
}
@media all and (max-width:450px) {
    .app {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
    }
}