.UName {
  font: 16px arial;
  font-weight: bold;
}
.FormName {
  font: 14px arial;
  font-weight: bold;
}
.FormNameGreen {
  font: 14px arial;
  font-weight: bold;
  color: #99cc33;
}
.BoldGrayLiteral {
  font: 14px arial;
  font-weight: bold;
  color: #999999;
}
.SectionHead {
  font: 14px arial;
  font-weight: bold;
}
.FieldLabel {
  font: 12px arial;
  font-weight: bold;
}
.PlainText {
  font: 12px arial;
}
.IText {
  font: 12px arial;
  font-style: italic;
}
.ConfirmationTextGreen {
  font: 14px arial;
  font-weight: bold;
  color: #99cc33;
}
.HeaderSilverBackBlackText {
  font: 14px arial;
  font-weight: bold;
  color: #000000;
  background-color: Silver;
}
.HeaderGrayBackBlackText {
  font: 14px arial;
  font-weight: bold;
  color: #000000;
  background-color: Gray;
}
.HeaderBlackBackWhiteText {
  font: 14px arial;
  font-weight: bold;
  color: #ffffff;
  background-color: Black;
}
.PaymentTotalLabel {
  border-style: groove;
  border-width: 2px;
  border-color: green;
  height: 18px;
  width: 100px;
  margin-top: 4px;
  margin-left: 2px;
}
.PaymentTotalButton {
  width: 100px;
  font-size: 0.7em;
}
.DeleteFileButton {
  width: 95px;
  font-size: 0.9em;
  margin-left: 4px;
}
.UploadFileButton {
  width: 95px;
  font-size: 0.9em;
  margin-left: 4px;
}
.sigtable {
  width: 785px;
}
.siglabel {
  font-family: Arial;
  font-size: 13px;
}
.sigline {
  font-family: Arial;
  font-size: 11px;
}
.sigtextbox {
  font-family: Arial;
  font-size: 11px;
  width: 560px;
  background-color: white !important;
  color: black !important;
}

#DynamicFormPanel.FormStyle {
  background: #ffffff
    url("https://www.stetson.edu/forms/template/assets/images/seal.png")
    no-repeat;
  background-color: white;
  padding: 20px 80px 30px 40px;
  margin: 1px auto;
  max-width: 840px;
  box-shadow: 2px 2px 4px #666666;
  min-height: 600px;
}


body, td, input, textarea, p, li, label {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}


.prefill{
  border: none !important;
  text-decoration: bold;
  
}


.input-group-append {
  margin-left: 0px;
}

/* Image Alignment */
.ImageRight {
  text-align: right;
}
.ImageLeft {
  text-align: left;
}
.ImageCenter {
  text-align: center;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0; 
  font-family: inherit;
  @include font-size(inherit);
  line-height: inherit;
   background-color: #095540;
    border-color: #095540;
    color: #ffffff;
     border-radius: .25rem;
   padding: 5px 5px 5px 5px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
font-weight: 400;
vertical-align: middle;
 
}

.table100 {
    max-width:100%;
   
}

#formnavbuttons {
   background: #ffffff;

  padding: 20px 80px 30px 40px;
  margin: 0px auto;
  max-width: 840px;
  box-shadow: 2px 2px 4px #666666;
  height: 15px 
}

.width100 {
   width: 115px !important;
   text-align: center;
}

.table100 {
    max-width:100%;
    
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

input[type="text"] {
  height: 15px;
}

button,
select {
  text-transform: none; 
  text-align: center !important;
}

// Remove the inheritance of word-wrap in Safari.
//
// Details at https://github.com/twbs/bootstrap/issues/24990
select {
  word-wrap: normal;
}



// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
//    controls in Android 4.
// 2. Correct the inability to style clickable types in iOS and Safari.
button,
[type="button"], // 1
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; // 2
}

// Opinionated: add "hand" cursor to non-disabled button elements.
@if $enable-pointer-cursor-for-buttons {
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    &:not(:disabled) {
      cursor: pointer;
    }
  }
}

.inlinelabel {
    color: #095540;
}



hr {
 color: #095540;

}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box; // 1. Add the correct box sizing in IE 10-
  padding: 0; // 2. Remove the padding in IE 10-
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  // Remove the default appearance of temporal inputs to avoid a Mobile Safari
  // bug where setting a custom line-height prevents text from being vertically
  // centered within the input.
  // See https://bugs.webkit.org/show_bug.cgi?id=139848
  // and https://github.com/twbs/bootstrap/issues/11266
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto; // Remove the default vertical scrollbar in IE.
  // Textareas should really only resize vertically so they don't break their (horizontal) containers.
  resize: vertical;
}

fieldset {
  // Browsers set a default `min-width: min-content;` on fieldsets,
  // unlike e.g. `<div>`s, which have `min-width: 0;` by default.
  // So we reset that to ensure fieldsets behave more like a standard block element.
  // See https://github.com/twbs/bootstrap/issues/12359
  // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
  min-width: 0;
  // Reset the default outline behavior of fieldsets so they don't affect page layout.
  padding: 0;
  margin: 0;
  border: 0;
}

/* Form Designer Styles */
.pageItem {
  font-family: Arial;
  font-size: 12px;
  min-height: 20px;
  /*padding: 2px 2px;*/
  /*margin: 2px 2px;*/
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  /*width:100%;
    height:100%;*/
}
.pageItem:hover {
  border: 1px dashed #ccc !important;
  /*background-color:aliceblue;*/
  /*background: linear-gradient(#fff, aliceblue,#fff);*/
}

.selectedPageItem {
  border: 1px dashed #ccc !important;
  /*background: linear-gradient(aliceblue, #fff ,aliceblue);*/
  background-color: #f8f8f8;
  cursor: move;
}

.selectedPageItem:hover {
  /*border: 1px solid transparent;*/
  /*background: linear-gradient(aliceblue, #fff ,aliceblue);*/
  /*background-color:aliceblue;*/
  cursor: move;
}

#previewForm {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}
.dropzone {
  /* border: dashed 4px transparent;
    border-radius: 4px;*/
  padding: 4px;
  width: 100%;
  transition: background-color 0.3s;
}

.drop-active {
  border-color: #aaa;
}

.drop-target {
  border-color: #c0c0c0;
  border-style: dashed;
  background-color: #eee;
  height: 60px;
}

.drag-drop {
  display: inline-block;
  min-width: 40px;
  padding: 2em 0.5em;

  color: #fff;
  background-color: #29e;
  border: solid 2px #fff;

  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);

  transition: background-color 0.3s;
}

.drag-drop.can-drop {
  color: #000;
  background-color: #4e4;
}

.ng-valid[required],
.ng-valid.required {
  border-left: 5px solid #42a948; /* green */
}

.ng-invalid:not(form) {
  border-left: 5px solid #a94442; /* red */
}

@-webkit-keyframes pulse {
  0% {
  }
  70% {
    box-shadow: 0 0 0 20px #5a99d4;
  }
  100% {
    box-shadow: 0 0 0 0 #5a99d4;
  }
}

.btn-pulse {
  -webkit-animation: pulse 1.5s infinite;
}

.section0 {
  background-color: #ffffcc !important;
}
.section1 {
  background-color: #ccffcc !important;
}
.section2 {
  background-color: #ccccff !important;
}
.section3 {
  background-color: #ccffff !important;
}
.section4 {
  background-color: #dddddd !important;
}
.section5 {
  background-color: #cccccc !important;
}
.section6 {
  background-color: #ffffaa !important;
}
.section7 {
  background-color: #aaffaa !important;
}
.section8 {
  background-color: #aaaaff !important;
}

/** Modal styles **/
.modal .modal-body-big {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .modal-dialog-big {
    width: 768px;
  }
}

@media (min-width: 979px) {
  .modal-dialog-big {
    width: 979px;
  }
}
