/**************************************************
 * CATALOG STYLE
 **************************************************/

hr{
    border: none;
    height: 1px;
    background-color: #ccc;
    margin: 10px 0;
}

/*!****/
 /** CONTENT*/
 /**!*/
/*.vw-content-container{*/

/*}*/

/*.vw-content-header{*/
    /*width: 100%;*/
    /*padding-bottom: 5px;*/
    /*font-size: .9rem;*/
    /*font-weight: bold;*/
    /*line-height: 1.2rem;*/
/*}*/

/*.vw-content-detail{*/

/*}*/


/***
 * LIST
 */
.vw-list-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    /*width: 100%;*/
    margin: -10px;

    /*border: solid 1px #f00;*/
}

.vw-list-header{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 10px;
}

.vw-list-header-left{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;

    font-size: 1.0rem;
    white-space: nowrap;
}

.vw-list-header-right{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;

    font-size: .8rem;
    white-space: nowrap;
}

.vw-list-header-content{
    position: relative;
    width: 100%;
    padding: 3px;

    font-weight: bold;
    font-size: 20pt;
    text-align: center;
}


.vw-list-filter{}
.vw-list-all-items{}





.vw-list-item{
    flex-basis: calc(33.33% - 20px);
    min-width: 300px;
    /*max-width: calc(90% / 3);*/
    /*min-height: 100px;*/
    margin: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: solid 1px #cccccc;
    border-radius: 5px;

    box-sizing: border-box;
}

.vw-list-item-hover:hover{
    cursor: pointer;
    background-color: #d8e5f3;
}

/*.vw-list-wrapper{*/
    /*flex-basis: calc(33.33% - 20px);*/
    /*min-width: 300px;*/
    /*!*max-width: calc(90% / 3);*!*/
    /*!*min-height: 100px;*!*/
    /*margin: 10px;*/
    /*padding: 10px;*/
    /*background-color: #f7f7f7;*/
    /*border: solid 1px #cccccc;*/
    /*border-radius: 5px;*/

    /*box-sizing: border-box;*/
/*}*/

/*.vw-list-wrapper:hover{*/
    /*cursor: pointer;*/
    /*background-color: #d8e5f3;*/
/*}*/

.vw-list-item-header{
    width: 100%;
    /*padding-bottom: 5px;*/
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.2rem;
}


.vw-list-item-detail{
    display: flex;
    align-items: center;
}

    .vw-list-item-detail-left{
        flex: 80px;
        margin-right: 10px;
        /*width: 80px;*/
        /*height: 80px;*/
    }

        .vw-list-image{
            width: 80px;
        }


    .vw-list-item-detail-right{
        flex: 100%;
        /*margin-left: 20px;*/
        font-size: .8rem;
        line-height: 1.2rem;
    }

        .vw-list-description{

        }

.vw-list-empty{
    padding: 40px;
    font-size: 1.3rem;
}

.vw-list-empty-sm{
    padding: 5px;
    font-size: 0.9rem;
}










.filter-bar{
    display: flex;
    align-items: center;

    padding: 10px;

    border: solid 1px #cccccc;
    border-radius: 5px;

}

.filter-bar-left{
    flex: 100px;
    white-space: nowrap;
}

.filter-bar-right{
    flex: 100%;
    text-align: right;
}







.vw-program-list-header{
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: bold;
}

.vw-program-list-container{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: flex-start;*/
    /*justify-content: space-between;*/
    justify-content: left;

    margin: 10px -10px;
}

.vw-program-wrapper{
    flex-basis: calc(33.33% - 20px);
    min-width: 300px;
    /*max-width: calc(90% / 3);*/
    /*min-height: 100px;*/
    margin: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: solid 1px #cccccc;
    border-radius: 5px;

    box-sizing: border-box;
}

.vw-program-wrapper:hover{
    cursor: pointer;
    background-color: #d8e5f3;
}

.vw-program-header{
    width: 100%;
    padding-bottom: 5px;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.2rem;
}

.vw-program-detail-wrapper{
    display: flex;
    align-items: center;
}

.vw-program-detail-left{
    flex: 80px;
    margin-right: 10px;
    /*width: 80px;*/
    /*height: 80px;*/
}

.vw-program-detail-right{
    flex: 100%;
    /*margin-left: 20px;*/
    font-size: .8rem;
    line-height: 1.2rem;
}

/*vw-program-detail-wrapper{*/
    /*display: flex;*/
/*}*/

.program-image{
    width: 80px;
}





#vw-program-container{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #cccccc;
}

#vw-program-container-left{
    justify-content: left;

}

#vw-program-container-right{
    flex: 100%;
    justify-content: left;
}

.vw-category-list-header{
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 20pt;
    text-align: left;
}

.vw-category-list-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    /*width: 100%;*/
    margin: 10px -10px;

    /*border: solid 1px #f00;*/
}

/*#vw-category-wrapper{*/
/*display: flex;*/
/*align-items: center;*/
/*}*/


.vw-category-wrapper{
    flex-basis: calc(33.33% - 20px);
    min-width: 300px;
    /*max-width: calc(90% / 3);*/
    /*min-height: 100px;*/
    margin: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: solid 1px #cccccc;
    border-radius: 5px;

    box-sizing: border-box;
}


.vw-category-header{
    width: 100%;
    padding-bottom: 5px;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.2rem;
}




















































