 .formArea{
   width:100%;
   padding-left: 5%;
   padding-right: 5%;
   padding-top: 5%;
   border: none;
 }
 
 .buttonArea {
  margin-top: 30px;
 }
 .form-footer {
  text-align: center; 
  border: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
 }
 .form-footer-item {
  background-color: #284863;
  color: white;
  font-weight: bold;
  font-size: 20px;
 }

 .label {
  font-weight: ;
 }
 .formItemInfo {
     width: 90%;
     margin: 0px auto;
     padding-top: 0px;
 }
 .infoSection {
     width: 92%;
     margin: 40px auto;
     padding-top: 15px;
     border-top: 1px solid #c5c5c5;
 }
 .infoContent h3 {
     font-weight: bold;
     font-size: 15px;
     letter-spacing: 2px;
     background-color: #ff6666;
     width: 110px;
     text-align: center;
     padding: 5px;
     margin-bottom: 10px;
     border-radius: 15px;
     color: #FFF;
 }
 .infoContent ol,
 .infoContent ul {
     font-size: 15px;
     padding-left: 22px;
 }
 .infoContent ol li {
     list-style: decimal;
     margin-bottom: 0.5em;
 }
 .infoContent ul li {
     list-style: disc;
     margin-bottom: 0.5em;
 }
 .parseley-error{
   background-color: #ffd6cc;
 }
 .parsley-error-list,
 .parsley-custom-error-message{
   color: #ff3399;
   font-size:12px;
   font-weight: normal;
 }
 .form-subtitle{
   margin:0px;
   text-align: left;
   font-size:16px;
 }

.form-no-data {
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
}
 .form-back{
   padding:0px;
   text-align: right;
 }
 #tab_container .tab_container_item {
   display: none;
 }

 #tab_container .tab_container_item.is-active {
   display: block;
 }

 .paneltitle{
  font-weight:bold;
 }

 .slip-content{
  font-size:14px;
 }

 .is-vertical-bottom {
  display: flex;
  align-items: flex-end;
}

.infobox{
  font-size:14px;
  font-weight: bolder;
}
.text-info {
    color: #ff6600;
}
.text-alert {
    color: #ff0000;
}
#proccessing_animate {
    text-align: center;
}