.bg-lightGrey {
    background: #fafbfd;
}

.itapSearch label {
    font-weight: bold;
}

.itapSearch select {
    cursor: pointer;
}

.itapSearch select:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.itapSearch input[type=reset] {
    border: 1px none !important;
}

.borderedSection {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: .5px solid #f593235c;
    margin: 3rem 1rem !important;
    padding: 3rem 1rem !important;
}

.no-Cap {
    text-transform: none !important;
}

.lightGradientPurple {
    background: linear-gradient(180deg, #efebf6 0%, #efebf6 67%, #c6bcdb 100%);
}

.addRow {
    width: fit-content !important;
    margin: 0 0 1.5rem !important;
}

table.purpleHead thead tr th {
    background-color: #2a3e8e !important;
    text-align: left;
    color: #fff;
    vertical-align: middle;
}

table.purpleHead thead tr th a {
    color: #fff;
    display: block;
    margin: 0 auto;
}

table.purpleHead thead tr th a:hover {
    color: #fff;
}

table.purpleHead tbody tr {
    transition: .3s;
}

table.purpleHead tbody tr.table-dark th {
    background-color: #2a3e8e !important;
    text-align: left;
    color: #fff;
    vertical-align: middle;
}

table.purpleHead tbody tr.table-dark th a {
    color: #fff;
    display: block;
    margin: 0 auto;
}

table.purpleHead tbody tr.table-dark th a:hover {
    color: #fff;
}

table.purpleHead tbody tr th {
    text-align: left;
    vertical-align: middle;
}

table.purpleHead tbody tr td {
    vertical-align: middle;
	text-align: left;
}

table.purpleHead tbody tr td a.btn-primary,
table.purpleHead tbody tr td a[title ~ ="Edit"] {
    display: block;
    margin: 0 auto;
    background: #716f6f;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: .4s;
    border: 0;
    padding: .5rem 1rem;
    width: fit-content !important;
}

table.purpleHead tbody tr td a.btn-primary:hover,
table.purpleHead tbody tr td a[title ~ ="Edit"]:hover {
    background: #9e2064;
    color: #fff;
}

table.purpleHead tbody tr td a[title ~ ="Delete"]:hover {
    background: #9e2064;
    color: #fff;
}

/*table.purpleHead tbody tr td:last-child a {
    display: block;
    margin: 0 auto;
    background: #716f6f;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: .4s;
    border: 0;
    padding: .5rem 1rem;
    width: fit-content !important;
    text-decoration: none;
}*/

/*table.purpleHead tbody tr td:last-child a:hover {
    background: #9e2064;
    color: #fff;
}*/

table.purpleHead tbody tr:hover > * {
    background-color: #eee !important;
}

table.purpleHead tbody tr:nth-of-type(odd) > * {
    background-color: #e1e6f747;
}

table.purpleHead tfoot tr td {
    border: none;
}

table.purpleHead tfoot tr td nav ul.pagination li.active a {
    color: #fff;
}

.eitapSideNav ul {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    padding: 2rem 1rem;
    position: relative;
    /*max-width: 260px;*/
}

.eitapSideNav ul li {
    width: 100%;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: .3s;
    position: relative;
}

.eitapSideNav ul li a {
    color: #fff;
    width: 100%;
    background: transparent;
    transition: .3s;
    position: relative;
    padding: 1rem 0 1rem .75rem;
}

.eitapSideNav ul li a:hover {
    color: #fff;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.2);
}

.eitapSideNav ul li a:hover span:after {
    content: "\f0d9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: .75rem;
    color: #ffbc70;
}

.eitapSideNav ul li a span {
    width: 100%;
    display: block;
    position: relative;
}

.eitapSideNav ul li.active {
    color: #fff;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.2);
}

.eitapSideNav ul li.active a span:after {
    content: "\f0d9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: .75rem;
}

.eitapSection {
    position: relative;
    background: #fff;
}

.eitapSection h1,
.eitapSection h2,
.eitapSection h3,
.eitapSection h4,
.eitapSection h5 {
    opacity: 1;
}

.eitapSection h1 {
    font-size: 1.75rem;
}

.eitapSection h3 {
    font-size: 1.5rem;
}

.eitapSection h4 {
    font-size: 1.25rem;
}

.eitapSection label {
    font-weight: bold;
}

.eitapSection .eitapResults {
    position: relative;
}

.eitapSection .eitapResults .row {
    /* &:after {
      				content: "";
          display: block;
          height: .5px;
      	width: 100%;
      	position: relative;			
          background: #2A3E8E;
          background: radial-gradient(circle, #2a3e8e 0%, #9e2064 100%);
          margin: 1rem 0 0;		
      			}
      		*/
}

.eitapSection .eitapResults input[type=text],
.eitapSection .eitapResults textarea,
.eitapSection .eitapResults input[type=checkbox],
.eitapSection .eitapResults input[type=radio] {
    border: 1px solid #000;
    background: #2a3e8e12;
}

.eitapSection .eitapResults .form-select,
.eitapSection .eitapResults .form-control {
    border: 1px solid #000;
}

.eitapSection .eitapResults legend,
.eitapSection .eitapResults .legendLabel {
    font-weight: bold;
    font-size: 1rem;
}

.eitapSection .eitapResults .form-check {
    padding-left: 2.25rem;
}

.eitapSection .eitapResults textarea {
    width: 90%;
    margin-left: 1rem;
    background: #2a3e8e12;
}

.eitapSection .eitapResults h2 {
    font-size: 1.35rem;
}

.blueCurve {
    background-image: url("../img/eITAP/curveBG.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.floatBox {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 30px;
    border: 3px solid #2ca9e0;
    outline: 15px solid #fff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 1rem;
    width: 80%;
}

.floatBox.purple {
    background: #66348D;
    background: linear-gradient(16deg, #66348d 0%, #66348d 26%, #4c388d 100%);
    color: #fff;
}

img.tealBox {
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    outline: 15px solid #2ca9e0;
    border: 3px solid #2a3e8e;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.7);
    position: relative;
    width: 500px;
}


span.form-check-input {
    border: none !important;
}

.form-select {
    border: 1px solid #000;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.btn-grey {
    display: block;
    margin: 0 0 1rem;
    background: #ccc;
    color: #000;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: .1s;
    border: 0;
    padding: .5rem;
}


.btn-grey:hover {
    background: #870e50;
    background-color: #870e50;
    color: #fff;
}


.btn-grey:focus-within,
.btn-grey:focus {
    background: #000;
    background-color: #000;
    color: #fff;
}


.btn-magenta {
    display: block;
    margin: 0 0 1rem;
    background: #9e2064;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: .3s;
    border: 0;
    padding: .5rem;

}

.btn-magenta:hover {
    background: #000;
}



table.table-main {
    border: none;
}

table.table-main tr {
    border-bottom: 1px solid #dee2e6;
}

table.table-main tr:last-child {
    border-bottom-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
}

table.table-main tr:last-child td {
    background: #fafbfd;
}


table.table-main tr td:nth-child(1) {
    border-left: 1px solid #dee2e6;
}

table.table-main tr td:nth-child(6) {
    border-right: 1px solid #dee2e6;
}


table.table-main tbody tr td table {
    width: fit-content;
    margin: 1.5rem auto 0;
    border: none;
}

table.table-main tbody tr td table tr td {
    padding: .20rem;
    border: none;
}

table.table-main tbody tr td table tr td span {
    font-weight: bold;
}


table.table-main tbody tr td table tr td a {
    padding: .5rem;
    background: #000;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

table.table-main tbody tr td table tr td a:hover {
    background: #9e2064;
}

table.table main tbody tr:last-child td {
    border: none !important;
}

@media (max-width: 991.98px) { 
    .eitapSideNav {
        margin-bottom: 1.5rem;
    }

}

.hiddencol { display: none; }