/***
 * MODULE
 */
#module-menu-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 1px 0 0 0;*/
    padding-top: 1px;
    /*width: 400px;*/
}

.module-menu-no-configure{
    position: relative;
    top: 2px;
    margin: 2px;
    /*padding: 5px 5px 1px 5px;*/
    /*border: solid 1px;*/
}

.module-menu-item{
    /*flex: 100px;*/
    margin: 2px;
    padding: 5px 10px 3px 10px;
    border: solid 1px transparent;
    border-radius: 3px;
    text-align: center;
}

.module-menu-item:hover{
    background-color: #d8e5f3;
    border: solid 1px #cccccc;
    cursor: pointer;
}

.module-menu-item-active{
    background-color: #d8e5f3;
    border: solid 1px #cccccc;
    cursor: pointer;
}



/***
 * LOCATION
 */
.vw-location-header{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.vw-location-wrapper{
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 5px;
    background-color: #ffffff;
}

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

.vw-facility-detail{
    line-height: 1.2rem;
}



/***
 * CONTACT
 */
.vw-contact-header{
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: bold;
}

.vw-contact-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.vw-contact-wrapper{
    /*min-height: 100px;*/
    margin: 10px;
    padding: 10px 40px 10px 10px;
    background-color: #f7f7f7;
    border: solid 1px #cccccc;
    border-radius: 5px;
}

.vw-contact-detail{
    /*margin-left: 20px;*/
    font-size: .9rem;
    line-height: 1.2rem;
}



/***
 * CONTENT
 */
.vw-content{
    width: 100%;
    /*padding: 20px;*/
    box-sizing: border-box;
}

.vw-content-container{
    /*margin-bottom: 50px;*/
    /*padding-bottom: 10px;*/
}

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

}

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

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

.vw-content-detail{}

.vw-content-detail ul{
    padding: 30px;
    line-height: 1.5rem;
}

.vw-content-image{
    display: block;
    padding: 20px;
    text-align: center;
}

.vw-content-img{
    margin: 20px;
}

.module-content-no-configure{
    position: relative;
    top: 2px;
    margin: 2px;
    /*padding: 5px 5px 1px 5px;*/
    /*border: solid 1px;*/
}


