.form-validation-error {
  background-Color: #A0A0A0;
  padding: 3px;
}

a {
  color: #0000FF;
}

legend {
  font-size: inherit;
}

/* Using this as "Primary Brand Color" */
/* Should change all these in the templates to the generic (non-TAMU) names eventually */
.bg-brand-primary { background-color: #4F2D7F!important; }
.bg-tamumaroon { background-color: #500000!important; }

/* Using this as "Secondary Brand Color" */
.bg-brand-secondary { background-Color: #003C71!important; color: white; }
.bg-tamu-secondary-blue { background-Color: #003C71!important; color: white; }

/* Tertiary colors.  For now, leaving these fixed.  The grays are pretty universal. */
.bg-tamu-secondary-green { background-color: #5B6236!important; color: white; }

.bg-tamu-secondary-brown { background-color: #744F28!important; color: white }
.bg-tamu-secondary-gray1 { background-color: #F6F6F6!important; }
.bg-tamu-secondary-gray2 { background-color: #EAEAEA!important; }
.bg-tamu-secondary-gray3 { background-color: #D1D1D1!important; }

.bg-tamu-accent-yellow { background-color: #FCE300; }
.bg-tamu-accent-red { background-color: #E4002B; color: white; }
.bg-tamu-accent-brown { background-color: #732F2F; color: white; }
.bg-accent-pale-yellow { background-color: #FFFFBF; }

.bg-pink { background-color: #ffccff; }
.bg-lightblue { background-color: #c0c0ff; }
.bg-paleyellow { background-color: #ffffA0; }

.bg-tamu-success { background-color: #3ed488; }
.bg-tamu-error { background-color: #E4002B; color: white;}
.bg-tamu-approved { background-color: #E0FFE0; }

/* Training Certificate Styles */
.cert_container {
  border: 10px solid #4F2D7F;
  width: 800px;
  height: 563px;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.cert_inner_border {
  border: 3px solid #4F2D7F;
  width: 740px;
  height: 500px;
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
.cert_logo {
  margin: 2px;
}
.cert_marquee {
  color: #4F2D7F;
  font-family: "Italianno", sans-serif;
  font-weight: bold;
  font-size: 44pt;
  text-align: center;
  margin-top: 20px;
}
.cert_training {
  color: #4F2D7F;
  font-size: 20pt;
  margin-bottom: 20px;
  text-align: center;
}
.cert_assignment {
  margin: 20px;
  text-align: center;
  font-size: 14pt;
}
.cert_person {
  border-bottom: 2px solid black;
  font-family: "Italianno", sans-serif;
  font-size: 33pt;
  font-style: italic;
  text-align: center;
  margin: 20px;
}
.cert_reason {
  margin: 20px;
  text-align: center;
  font-size: 12pt;
}
.cert_date {
  float: left;
  font-size: 12pt;
  margin: 20px;
}
.cert_auth {
  float: right;
  margin: 20px;
}
/* End Training Certificate Styles */


.color-tamu-maroon { color: #500000; }

.btn-tamu-maroon {
  color: #FFFFFF;
  background-color: #500000;
  border-color: #500000;
}

.assignment_approved_button {
  background-Color: #E0FFE0;
  font-weight: bold;
  padding: 3px;
}
.assignment_approved_cell {
  background-Color: #E0FFE0;
  font-weight: bold;
  padding: 3px;
}

.assignment_completed_button {
  background-Color: white;
  font-weight: bold;
  padding: 3px;
}

.assignment_rejected_button {
  background-Color: #DC3545;
  color: white;
  font-weight: bold;
  padding: 3px;
}

.assignment_pending_button {
  background-Color: #FFCA2C;
  color: black;
  font-weight: bold;
  padding: 3px;
}

.color-white { color: white; }
.color-red { color: red; }
.italic { font-style: italic; }
.italics { font-style: italic; }
.italic { text-style: italic; }
.italics { text-style: italic; }

a.color-white:hover { color: #CCCCCC; }

.eppmargin-3 { margin: 3px; }
.eppmargin-5 { margin: 5px; }

.card-title-dp { 
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

.card-dp {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 180px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .2rem;
}

.card-body-dp {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.0rem;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

//  background-color: #343a40!important;

.note {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  background-Color: #D0D0D0;
  padding: 3px;
}

.body_content {
  padding: 10px;
  background-Color: white;
  min-height: 400px;
}

table.edit_person input.textarea {
  width: 100%;  
}

.cehd-no-padding {
  padding: 0;
}

.heading1 {
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  width: 100%;
}

.heading2 {
  font-weight: bold;
  font-size: 120%;
  text-align: left;
}

.heading3 {
  font-weight: bold;
  font-size: 100%;
  text-align: left;
}

#page_heading {
  border-top: 1px solid black;
  padding-top: 5px;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#page_heading .heading1 {
  font-size: 150%;
}
#page_heading .heading2 {
  font-size: 125%;
}

#page_body {
  padding: 10px;
}

.datadisplay {
  background-Color: white;
//  border-collapse: separate;
//  border-spacing: 15px 0px;
}

.datadisplay .headerrow {
  background-Color: #4F2D7F;
}

.datadisplay th {
  padding: 3px;
  background-Color: #4F2D7F;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}

.datadisplay tr:nth-child(even) {
  background-color: #F4F4F4;
}


.datadisplay td {
  padding: 3px;
  vertical-align: top;
}

.tabledisplay .headerrow {
  background-Color: #4F2D7F;
  color: white;
  font-weight: bold;
}
.tabledisplay .headerrow2 {
  background-Color: #E0E0E0;
  font-weight: bold;
}

input.button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

input.button_sm {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

input.delete_button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #FFFFFF;
  background-color: red;
  border-color: red;
}

input.delete_button_sm {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #FFFFFF;
  background-color: red;
  border-color: red;
}

.button_disabled {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #FFFFFF;
  background-color: #C0C0C0;
  border-color: #606060;
}

/*
.button_disabled {
    border-color: #004362;
    background-color: #C0C0C0;
    color: #ffffff;
}
*/

input.green {
  background-Color: #008000;
}
input.tamu-secondary-blue { background-color: #003C71; color: white; }

.button_blue {
    border-color: #004362;
    background-color: #004362;
    color: #ffffff;
}

.button_blue:hover {
    border-color: #006483;
    background-color: #006483;
}



input.darkblue {
  background-Color: #000060;
}

input.button-alert {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-Color: #E4002B;
  border-color: #4F2D7F;
}

.debug {
  background-Color: #C0C0C0;
  padding: 5px;
  border: 1px solid black;
}

.error {
  color: red;
}
.warning {
  color: #966F07!important;
}

.required {
  color: red;
}

.fw-bold {
  font-weight: bold;
}

.border-1-gray3 {
  border: 1px solid #D1D1D1;
}

/*
  pageheader
  This is meant for the top header at top of each page
  E.g., <h1 class="pageheader">...</h1>
*/
.pageheader {
  font-weight: 500;
  font-size: 2rem;
  font: sans-serif;
  line-height: 1;
  background-color: #4F2D7F;
  border-radius: 0.25rem!important;
  color: white;
  padding: 0.5rem!important;
  text-align: center;
}

.pageheader2 {
  font-weight: 500;
  font-size: 1.5rem;
  font: sans-serif;
  line-height: 1;
  color: black;
  padding: 0.5rem!important;
  text-align: left;
}

.sectionheader {
  font-weight: 500;
  font-size: 1rem;
  font: sans-serif;
  line-height: 1;
  border-radius: 0.25rem!important;
  color: white;
  padding: 0.5rem!important;
  text-align: center;
}

#eppform .section_header_black {
  font-size: 125%;
  font-weight: bold;
  color: white;
  background-Color: #000000;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#eppform .section_header2_gray {
  font-size: 100%;
  font-weight: bold;
  color: black;
  background-Color: background-color: #D1D1D1;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header1 {
  font-weight: 500;
  font-size: 2rem;
  font: sans-serif;
  line-height: 1;
}


#footnotes {
  border-top: 1px solid #D1D1D1;
  padding: 1rem!important;
  margin-top: 1rem!important;
  border-radius: 0.25rem!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.footnote {
  font-style: italic;
  font-size: 80%;
  padding-bottom: 0.5rem;
}

.epp_alert {
  background-Color: #E4002B;
  color: white;
  font-weight: bold;
}

.center {
  text-align: center;
}

/* Padding-left */
.pl-1 {  padding-left: 1px; }
.pl-2 {  padding-left: 2px; }
.pl-3 {  padding-left: 3px; }
.pl-4 {  padding-left: 4px; }
.pl-5 {  padding-left: 5px; }
.pl-10 {  padding-left: 10px; }
.pl-15 {  padding-left: 15px; }
.pl-17 {  padding-left: 17px; }

/* Base Template Menu -- indentation  */
.list-unstyled-indent {
  padding-left: 17px;
  list-style: none;
}

.instructions {
  background-Color: #E0E0E0;
  color: black;
  margin: 5px 5px;
  padding: 5px 10px;
  border-radius: 0.25rem!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.newsitem {
  background-Color: #19E1FF;
  color: black;
  margin: 5px 5px;
  padding: 5px 10px;
  border-radius: 0.25rem!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.newsitem a {
  color: black;
}

.task {
  background-Color: #5B6236;
  margin: 5px 5px;
  padding: 5px 10px;
  color: white;
  border-radius: 0.25rem!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.menudatedisplay {
  text-align: center;
  margin-bottom: 5px;
}

#eppform .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#eppform .clearfix_before::before {
  content: "";
  clear: both;
  display: table;
}

#eppform .eppform_section_header {
  font-size: 125%;
  font-weight: bold;
  color: white;
  background-Color: #4F2D7F;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#eppform .eppform_text_information {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* When listing components in form edit mode */
#eppform .eppform_mgmt_component_view {
  padding: 5px 10px;
  border-radius: 0.25rem!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  border: 2px solid black;
}

#eppform .eppform_question {
  padding-top: 5px;
  padding-bottom: 5px;
}

#eppform .eppform_question {
  padding-left: 0px;
}

#eppform .eppform_question::after {
  content: "";
  clear: both;
  display: table;
}

#eppform .required_indicator {
  color: #DD0000;
}

#eppform .eppform_mc_option {
  padding-left: 25px;
}

#eppform .eppform_mc_select {
   display: inline-block;
}

#eppform .eppform_mc_view {
  padding-left: 25px;
}

#eppform .eppform_radio_horizontal_option {
  text-align: center;
}


#eppform .eppform_shortanswer_view {
  padding-left: 25px;
  font-weight: bold;
}

#eppform .eppform_shortanswer_edit {
  margin-bottom: 10px;
}

#sppform .debug {
  background-Color: #C0C0C0;
  padding: 5px;
  border: 1px solid black;
  display: none;
}

#eppform .eppform_question_pulldown {
  margin-left: 25px;
}

#eppform .eppform_msg {
  color: #DD0000;
}

#eppform .eppform_error_msg {
  color: #DD0000;
}

tr.clickable:hover {
  cursor: pointer;
  background-Color: #F6F6F6;
}

td.min, th.min {
  width: 1% !important;
  white-space: nowrap !important;
}

td.max, th.max {
  width: 95% !important;
  white-space: nowrap !important;
}

.link {
  text-decoration: underline;
  color: blue;
}

/*
  The following adjustments are being made to improve the "contrast" score in the
  Wave Web Accessibility Tool
*/

/*
   Footer Links:
   Original Bootstrap color for a tags in footer is #0d6efd.
   However, Wave accessibility tool marks this as not contrasty enough.  So,
   choosing a lighter blue to reduce the reported contrast error by 4 on every page.
*/

.footer a {
  color: #3788ff;
}

/*
  Administrative Search button 
  Original:
    color: #198754;
    border-color: #198754;
*/

.navbar .btn-outline-success {
    color: #39A774;
    border-color: #39A774;
}


input[type=checkbox].large-checkbox {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

input[type=radio].large-radiobutton {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}
