﻿
/* ===================  2020 =================== */


/* ===================  Main column start ===================*/

.main-col-container {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 15px;
margin-bottom: 20px;
}



/* ===================  Six column end===================*/

/*----------------------------------------------------------------------------
cards
-----------------------------------------------------------------------------*/

.far  { margin-right: 10px;}
.fas { margin-right: 10px;}
.fa { margin-right: 10px;}

.col-panel-header{ 
display: flex;
justify-content: center;
align-items: center;
background-color: #dfdfdf;
flex-wrap: nowrap;
}

.headerLeft{
background-color:#DA291C;
flex-grow: 1;
order: -1;
    min-width: 17%;
    max-width: 17%;

}

.headerMiddle{
flex-grow: 1;
order: 2;
inline-size: 18%;
padding-right: 10px;
}

.headerRight {
flex-grow: 1;
font-weight: 500;
color:#565656;
font-size: 1.3em;
order: 1;
text-align: left;
padding-left: 13px;
}

.web-title {
    font-size: 1.0em;
    font-weight: 100;
    color: #565656;
    border-color: #cbcbcb;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
}

.web-date{
font-size: 1.3em;
font-weight: 400;
color: #da291c;
border-color: #da291c;
border-style: solid;
border-width: 0px 0px 1px 0px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
text-align: left;
}

.headerLeft-recorded{
background-color:#660000;
flex-grow: 1;
}
/* ===================  shadow column container generic start ===================*/

.col-panel, .col-panel-span-two, .col-panel-span-three, .col-panel-span-four, .col-panel-span-five, .col-panel-span-six  {
    border-style: solid;
    border-width: 1px;
    border-radius: 10px 10px 10px 10px;
    border-color: #c3c3c3;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 11px 18px -10px #909090;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
}
.col-panel-span-two{
grid-column: span 2;
}
.col-panel-span-three{
grid-column: span 3;
}
.col-panel-span-four{
grid-column: span 4;
}
.col-panel .span-five{
grid-column: span 5;
}
.col-panel-span-six{
grid-column: span 6;
}

.row-panel-span-two{
grid-row:span 2;
}

.col-panel-body {
    flex-grow: 2;
    padding: 10px;
text-align: left;
}

#regBodyContent .col-panel-body h3 {
    font-size: 1.2em;
    line-height: 1.0em;
}

.col-panel-button {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ccc;
    min-height: 35px;
    line-height: 35px;
    position: relative;
}

.col-panel-button-free {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ccc;
    min-height: 35px;
    line-height: 35px;
    position: relative;
}

.col-panel-button-locked {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ccc;
    min-height: 35px;
    line-height: 35px;
    position: relative;
}

.col-panel-button-full {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000;
    min-height: 35px;
    line-height: 35px;
    position: relative;
background-color: #da291c;
color: white;
}

.col-panel-button-complete {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000;
    min-height: 35px;
    line-height: 35px;
    position: relative;
background-color: #4ea650;
color: white;
}

.col-panel-button-recorded{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000;
    min-height: 35px;
    line-height: 35px;
    position: relative;
background-color: #660000;
color: white;
}


.col-panel-video{
margin-top: 15px;

}

#regBodyContent .col-panel-button a:hover {
    color: white;
    background: #565656;
}

#regBodyContent .col-panel-button-free a:hover {
    color: white;
    background: #4ea650;
}

#regBodyContent .col-panel-button-locked a:hover {
    color: white;
    background: #bc2e0e;
}

#regBodyContent .col-panel-button a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
}

#regBodyContent .col-panel-button-free a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
}

#regBodyContent .col-panel-button-locked a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
}
.card-heading {
    border-color: #da291c;
    border-style: solid;
    border-width: 0px 0px 7px 0px;
}

/* ===================  column container generic start ===================*/

@media (max-width: 1000px) {
.col-panel-span-two {grid-column: span 3;}
}


@media (max-width: 650px) {
.col-panel-span-two {grid-column: span 6;}
}

