.form-enclosure {
/*    background-color: #ccaacc;*/
    font-size: 1.5vw;
/*    color: #333333;*/
    text-align: center;
    width: 100%;
    display: inline-block;
    min-height: 10%;
    margin: auto;
    padding: 0px;
  }

.form-title {
/*    background-color: #3f8e59;*/
    font-size: 1.5vw;
/*    color: #333333;*/
    text-align: center;
    width: 100%;
    display: inline-block;
    min-height: 10%;
    margin: auto;
    padding: 0px;
  }

.form-row {
    /*background-color: #444466;*/
    font-size: 1.5vw;
/*    color: #333333;*/
    text-align: left;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    padding: 0px;
    /*white-space: nowrap;*/
  }

.form-row-header {
    /*background-color: #444466;*/
    font-size: 1.5vw;
/*    color: #333333;*/
    text-align: left;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    padding: 10px;
    margin-bottom: -10px;
    /*white-space: nowrap;*/
  }

.form-row-lined {
    font-size: 1.5vw;
/*    color: #333333;*/
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: auto;
    padding: 10px;
    border-bottom: solid 1px grey;
  }

.form-col-header {
    /*background-color: #444444;*/
    opacity: 0.8;
    font-size: 12px;
    text-decoration: underline;
/*    color: #99cccc;*/
    text-align: left;
    width: 18.4%;
    display: inline-block;
    margin: auto;
    padding: 0.5%;
  }

.form-col-header-right {
    /*background-color: #444444;*/
    opacity: 0.8;
    font-size: 12px;
    text-decoration: underline;
/*    color: #99cccc;*/
    text-align: right;
    width: 18.4%;
    display: inline-block;
    margin: auto;
    padding: 0.5%;
  }


.form-col-data {
    /*background-color: #444444;*/
    opacity: 0.8;
    font-size: 1.4vw;
    font-weight: bold;
    color: #222222;
    text-align: left;
    width: 18.4%;
    display: inline-block;
    margin: auto;
    padding: 0.5%;
    vertical-align: top;
  }

  .form-col-data:hover {
    color: #000000;
    border-bottom: solid 1px #990000;
  }

.form-col-data-right {
    /*background-color: #444444;*/
    opacity: 0.8;
    font-size: 14px;
    font-weight: bold;
/*    color: #44ccdd;*/
    text-align: right;
    width: 18.4%;
    min-height: 16px;
    display: inline-block;
    margin: auto;
    padding: 0.5%;
    vertical-align: top;
  }

.form-label {
    /*background-color: #444444;*/
    /*opacity: 0.8;*/
    font-size: 14px;
/*    color: #bbbbbb;*/
    text-align: right;
    width: 20%;
    display: inline-block;
    margin: 3px;
    padding: 3px;
    vertical-align: top;
  }

.form-data {
    /*background-color: #444444;*/
    opacity: 0.8;
    font-size: 24px;
    font-weight: bold;
/*    color: #FFBF96;*/
    text-align: left;
    min-height: 16px;
    width: 50%;
    display: inline-block;
    margin: 3px;
    padding: 3px;
}

.form-varchar-in {
/*    background-color: #bbbbbb;*/
    font-size: 24px;
/*    color: #333333;*/
    text-align: left;
    width: 70%;
    display: inline-block;
    min-height: 10%;
    margin: 3px;
    padding: 3px;
    border-radius: 4px;
  }

  .form-varchar-in-2 {
/*    background-color: #bbbbbb;*/
    font-size: 24px;
/*    color: #333333;*/
    text-align: left;
    width: 24%;
    display: inline-block;
    min-height: 10%;
    margin: 3px;
    padding: 3px;
    border-radius: 4px;
  }

  .form-varchar-in-3 {
/*    background-color: #bbbbbb;*/
    font-size: 18px;
/*    color: #333333;*/
    text-align: left;
    width: 70%;
    display: inline-block;
    min-height: 10%;
    margin: 3px;
    padding: 3px;
    border-radius: 4px;
  }

.form-text-in {
/*    background-color: #bbbbbb;*/
    font-size: 18px;
/*    color: #333333;*/
    text-align: left;
    vertical-align: top;
    width: 70%;
    display: inline-block;
    min-height: 320px;
    margin: 3px;
    padding: 3px;
    border-radius: 4px;
  }

  .form-text-in-1 {
/*    background-color: #bbbbbb;*/
    font-size: 18px;
/*    color: #333333;*/
    text-align: left;
    vertical-align: top;
    width: 70%;
    display: inline-block;
    min-height: 120px;
    margin: 3px;
    padding: 3px;
    border-radius: 4px;
  }

  .form-text-in-2 {
/*    background-color: #bbbbbb;*/
    font-size: 18px;
/*    color: #333333;*/
    text-align: left;
    vertical-align: top;
    width: 70%;
    display: inline-block;
    min-height: 240px;
    margin: 3px;
    padding: 3px;
    border-radius: 4px;
  }

.form-dialog {
    font-size: 18px;
    min-height: 18px;
    font-style: italic;
/*    color: #bbbbbb;*/
    text-align: left;
    width: 100%;
    margin: 3px;
    padding: 3px;
  }

.form-hint {
/*    background-color: #1a16c1;*/
    font-size: 12px;
    font-style: italic;
/*    color: #333333;*/
    text-align: center;
    width: 100%;
    display: inline-block;
    min-height: 10%;
    margin: auto;
    padding: 0px;
  }

  .form-row-hint {
    /*background-color: #1a16c1;*/
    font-size: 14px;
    font-style: italic;
/*    color: #dddddd;*/
    text-align: left;
    width: 45.5%;
    display: inline-block;
    min-height: 10%;
    margin: auto;
    padding: 0px;
  }

.form-button {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
/*    background-color: #44ccdd;*/
    border: 2px solid #222222;
    border-radius: 4px;
/*    color: #222222;*/
    text-align: center;
    width: 100px;
    display: inline-block;
    margin: 5px;
    margin-right: 5px;
    float: right;
}

.form-button:hover {
/*    background-color: #222222;*/
/*    color: #44ccdd;*/
    border: 2px solid #ffbf96;
}

.form-add-button {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
/*    background-color: #44ccdd;*/
    border: 2px solid #222222;
    border-radius: 4px;
/*    color: #222222;*/
    text-align: center;
    width: 100px;
    display: inline-block;
    margin: 5px;
    margin-right: 5px;
    float: right;
}

.form-add-button:hover {
/*    background-color: #222222;*/
/*    color: #44ccdd;*/
    border: 2px solid #ffbf96;
}

.form-search-button {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
/*    background-color: #44ccdd;*/
    border: 2px solid #222222;
    border-radius: 4px;
/*    color: #222222;*/
    text-align: center;
    width: 100px;
    display: inline-block;
    margin: 5px;
    margin-right: 5px;
}

.form-search-button:hover {
/*    background-color: #222222;*/
/*    color: #44ccdd;*/
    border: 2px solid #ffbf96;
}


.form-print-button {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
/*    background-color: #2299ee;*/
    border: 2px solid #111111;
    border-radius: 4px;
/*    color: #222222;*/
    text-align: center;
    width: 100px;
    display: inline-block;
    margin: 5px;
    margin-right: 5px;
    float: right;
}

.form-print-button:hover {
/*    background-color: #111111;*/
/*    color: #33eeaa;*/
    border: 2px solid #dddd44;
}

.form-del-button {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
/*    background-color: #444444;*/
/*    color: #ee4444;*/
    border: 2px solid #999999;
    border-radius: 4px;
    width: 80px;
    display: block;
    margin: 12px;
    text-align: center;
    margin-left: 180px;
    margin-right: auto;
    float: left;
  }
.form-del-button:hover {
/*    background-color: #ee4444;*/
/*    color: #dddddd;*/
    border: 2px solid #444444;
}

.form-search-in {
/*    background-color: #bbbbbb;*/
    font-size: 14px;
/*    color: #333333;*/
    text-align: left;
    width: 18%;
    display: inline-block;
    min-height: 10%;
    margin: 5px;
    margin-left: 0%;
    padding: 3px;
    border-radius: 4px;
}

.activity-vendor {
    color: #222222;
    font-size: 2vw;
    font-weight: bold;
    margin: 1%;
}

.activity-title {
    color: #222222;
    font-size: 1.5vw;
    font-weight: bold;
    margin: 1%;
    margin-left: 2%;
}

.activity-description {
    color: #222222;
    font-size: 1.3vw;
    font-weight: normal;
    width: 80%;
    margin: 1%;
    margin-left: 4%;
}

.activity-img {
    border-radius: 12px;
}


.activity-link {
    width: 24%;
    margin-left: 5%;
}

.activity-link-button {
    padding: 5px;
    font-size: 2vw;
    font-weight: bold;
    background-color: #44ccdd;
    border: 2px solid #222222;
    border-radius: 4px;
    color: #222222;
    text-align: center;
    width: 24%;
    display: inline-block;
    margin: 2%;
    margin-left: 5%;
}

.activity-link-button:hover {
    background-color: #44ddcc;
    color: #333333;
    border: 2px solid #222222;
}



/*Start media queries*/
/*Small*/
@media (max-width: 480px) {
  /*Small styles here*/

}

/*Medium*/
@media (min-width: 481px) and (max-width: 768px) {
  /*medium styles here*/

}

/*Large*/
@media (min-width: 769px)  {
  /*Large styles here*/

}
