/* MASTHEAD AND NAVBAR STYLES */
.bg-purple {
    background-color: #562360 !important;
    border-bottom: 12px solid #e4c7ed;
}

.LyndLogo {
    max-width: 200px;
}

img.LyndLogo {
    max-width: 200px;
    width: -2px;
}

.LogoStyles {
    margin-left: 10px;
    max-width: 215px;
}

.container-fluid.masthead-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 100px;
    grid-template-areas: 'logo nav';
    background-color: #501f5f;
    align-items: center;
    border-bottom: 10px solid #efa9f0;
}

.login-link {
    margin-left: 11px;
    padding-left: 22px;
    padding-right: 22px;
    margin-right: 15px;
    border: 1px solid rgba(201, 201, 201, 0.7);
    background-color: #3c004f;
    border-radius: 12px;
    color: #ffd565 !important;
}

.LyndSectionBlock {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

a.nav-link:hover {
    color: #562360 !important;
}

a.active.nav-link {
    color: #ffd565 !important;
    font-weight: 600;
}

.SpacerDiv {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 15px;
}

/* TAB AND TABLE STYLES */
.tab1 {
    color: #FFF;
    background-color: #562360;
    text-align: center;
    float: left;
    padding-top: 3px;
    border-radius: 8px 8px 0px 0px;
    margin-right: 6px;
    margin-bottom: 0px;
    min-width: 75px;
    padding-bottom: 4px;
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    line-height: 25px;
}

.tab2 {
    color: #FFF;
    background-color: #9a64a4;
    text-align: center;
    float: left;
    padding-top: 3px;
    border-radius: 8px 8px 0px 0px;
    margin-right: 6px;
    margin-bottom: 0px;
    min-width: 75px;
    padding-bottom: 4px;
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    line-height: 25px;
}

.tab1 a:link,
.tab1 a:visited {
    color: #FFF;
    text-decoration: none;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
}

.tab1 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.tab1 a:active {
    color: #FFF;
    text-decoration: none;
}

.tab2 a:link,
.tab2 a:visited {
    color: #FFF;
    text-decoration: none;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
}

.tab2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.tab2 a:active {
    color: #FFF;
    text-decoration: none;
}

#TabsWrapper {
    margin-top: 13px;
}

.TableHeaderLyndPurp {
    line-height: 30px;
    color: #ffd565;
    background-color: #611986;
    text-align: center;
    font-weight: bold;
    
}

.TableHeaderLyndPurp a:link,
.TableHeaderLyndPurp a:visited {
    color: #ffd565;
    text-decoration: none;
}

.TableHeaderLyndPurp a:hover {
    color: #FFF;
    text-decoration: underline;
}

.TableHeaderLyndPurp a:active {
    color: #FFF;
    text-decoration: none;
}

.TableCRWhite {
    line-height: 30px;
    color: #000;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: normal;
}

.TableCRPink {
    line-height: 30px;
    color: #000;
    background-color: #e1c8e5;
    text-align: center;
    font-weight: normal;
}

.TableBorderCR {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #373D5E;
    border-bottom-color: #373D5E;
    border-left-color: #373D5E;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CECFD9;
}

.NOTableBorderCR {
    border-width: 0px !important;
}

.CellBorder {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333;
}

.CellBorder a:link,
.CellBorder a:visited,
.CellBorder a:active {
    color: #4F5787;
}

.CellBorder a:hover {
    color: #7D809B;
}

.TableCRGrey .CellBorder a:link,
.TableCRGrey .CellBorder a:visited,
.TableCRGrey .CellBorder a:active {
    color: #4F5787;
}

.TableCRGrey .CellBorder a:hover {
    color: #7D809B;
}

/* BUTTON STYLES */
.ButtonV1 {
    font-size: 0.9em;
    color: #FFF;
    background-color: #030303;
    text-align: center;
    border-radius: 6px;
    width: auto;
    display: inline-block;
    font-weight: bold;
    padding-right: 9px;
    padding-left: 9px;
    height: 22px;
    line-height: 22px;
}

.ButtonV1 a:link,
.ButtonV1 a:visited,
.ButtonV1 a:active {
    font-size: 0.9em;
    color: #FFF;
    text-decoration: none;
}

.ButtonV1 a:hover {
    font-size: 0.9em;
    color: #A2A4B7;
    text-decoration: none;
}

.ButtonV2 {
    font-size: 0.9em;
    color: #FFF;
    background-color: #570b66;
    text-align: center;
    border-radius: 6px;
    width: auto;
    display: inline-block;
    font-weight: bold;
    padding-right: 9px;
    padding-left: 9px;
    height: 22px;
    line-height: 22px;
}

.ButtonV2 a:link,
.ButtonV2 a:visited,
.ButtonV2 a:active {
    font-size: 0.9em;
    color: #ffffff;
    text-decoration: none;
}

.ButtonV2 a:hover {
    font-size: 0.9em;
    color: #f5e2f8;
    text-decoration: none;
}

/* FORM STYLES */
#FormBox {
    line-height: 0.8em;
    color: #333;
    background-color: rgba(236, 227, 242, 0.41);
    padding: 2%;
    clear: both;
    float: none;
    height: auto;
    width: 99%;
    margin-top: 14px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-radius: 9px;
}

input {
    padding: 3px;

    /* [disabled]min-width: 90%; */
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 95%;
    vertical-align: middle;
}

.label {
    line-height: 30px;
    margin-right: 8px;
    float: right;
    text-align: right;
}

.textarea {
    padding: 3px;

    /* [disabled]min-width: 90%; */
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 95%;
    vertical-align: baseline;
}

input [type="text"] {
    padding: 3px;

    /* [disabled]min-width: 90%; */
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 95%;
    vertical-align: baseline;
}

input[type="select"] {
    padding: 3px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    font-size: 95% !important;
    background-color: #AAACBE;
}

select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #d6c4d9;

    /* fallback color if gradients are not supported */
    background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4);

    /* For Chrome and Safari */
    background-image: none;

    /* For old Fx (3.6 to 15) */
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #3C4161;
    color: #000000;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input[type="radio"] {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

input[type="submit"] {
   
    padding-bottom: 7px;
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 100%;
    background-color: #5c1a6f;
    text-align: center;
    height: 37px;
    border-radius: 9px;
    color: #FFF;
    width: 122px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: bold;
}

input[type="submit"]:hover {
    color: #FFFFFF;
    background-color: #7D809B;
}

textarea {
    padding: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 95%;
    min-width: 95%;
}

.custom-file-input {
    visibility: hidden;
    width: auto;
    position: relative;
}

.custom-file-input::before {
    content: 'Select file';
    display: inline-block;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
    visibility: visible;
    position: absolute;
    background-color: #6f4f87 !important;
    background-position: top;
    color: #FFF;
}

.custom-file-input:hover::before {
    border-color: black;
    background-color: #a89fbe;
}

.custom-file-input:active::before {
    background-color: #4F5787;
    background-position: top;
}

div.container.IconsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px;
    grid-area: 1 / 1 / 2 / 2;
    align-items: center;
    grid-template-areas: 'icon1 icon2 icon3 icon4 icon5 icon6 icon7';
}

img.imgCenter {
    margin-left: auto;
    margin-right: auto;
}

div.container.BadgesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 25px;
    text-align: center;
    align-content: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

img.FooterLogo {
    width: 135px;
}



