﻿body {

    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    border-radius: 1rem;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

/*h2 {
    margin-top:70px;
}*/

li {
    margin-right:15px;
    font-size:1.2em;

}

.welcome {
    margin-left:120px;
    font-size:1.2em;
    color:#fff;
}

.lyndieAlert {
    background-color: #e4c7ed;
    padding-top: 6px;
    margin-top: 10px;
    margin-bottom: -15px;
    font-weight: bold;
    text-align: center;
}

th {
    line-height: 30px;
    color: #ffd565;
    background-color: #611986;
    text-align: center;
    font-weight: bold;
    width:auto;
    padding: 0.50rem;
    
}

    th a:link,
    th a:visited {
        color: #ffd565;
        text-decoration: none;
    }

    th a:hover {
        color: #FFF;
        text-decoration: underline;
    }

    th a:active {
        color: #FFF;
        text-decoration: none;
    }

.TableBorderCR tr:nth-child(odd) {
    line-height: 30px;
    color: #000;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: normal;
}

.TableBorderCR tr:nth-child(even) {
    line-height: 30px;
    color: #000;
    background-color: #e1c8e5;
    text-align: center;
    font-weight: normal;
}

.TableBorderCR td {
    text-align:left;
    padding:8px;
    border:solid 1px #5c1a6f;
}
.imgCenter {
    height: 24px;
    margin-left: auto;
    margin-right: auto;
}

.LyndieButton {
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 100%;
    background-color: #5c1a6f;
    text-align: center;
    line-height: 30px;
    border-radius: 9px;
    color: #FFF;
    width: auto;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: bold;
    text-decoration:none;
}

tfoot {
    border: 1px solid #000; 
    background-color: #e4c7ed;
}
/*comments {
    flex: 0 0 auto;
    width: 100%;
}*/

.LyndieButtonLink {
    background-color: #570b66;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 6px 12px 30px 13px;
    border-radius: 8px;
    height: 35px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 170px;
}

    .LyndieButtonLink:hover {
        text-decoration: none;
        color: #f2eecd;
    }

.dropdown-item {
    display: block;
    width: auto;
  /*  padding: 0.25rem 1rem;*/
    clear: both;
    font-weight: 400;
    color: #9258b8;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
   color: #570b66;
   background-color: #9258b8;
}

/*.nav-link dropdown {
    display: block;
    padding: 0.5rem 1rem;
    color: #9258b8;
    text-decoration: inherit;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}*/

/*.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: rgba(0, 0, 0, 0.55);
}*/

/*
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}*/

a.nav-link:hover {
    color: #9258b8 !important;
}

   .dropdown-toggle {
    display: block;
    width: 100%;
    color: #9258B8 !important;
    padding: 0.05rem 0.05rem;
    clear: both;
    font-weight: 400;
    background-color: transparent;
    text-align: inherit;
    text-decoration: underline;
    white-space: nowrap;
    border: 0;

}
.dropdown-menu {
  z-index: 1000;
  padding: 0.5rem 0;
/*  padding-left: 10px;*/
/*  margin-left: 20px;*/
  list-style: none;
  background-color: #5c1a6f;
  color: #9258b8;
  text-decoration: underline;
  background-clip: padding-box;

}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

