/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#content .post-content p{
  margin-bottom: 5px;
}
.ticket-post{
  background-color:#f5f5f5;
  padding:15px;
  border-bottom:4px solid #fff;
  position: relative;
}
.page-policy-reguest{

}
.mta input[type="radio"]{
  margin: 0 10px 0 5px;
}
.post-content{
  position: relative;
}
#loading-ajax{
  width: 103%;
  height: 100%;
  background: rgba(238, 238, 238, 0.58);
  z-index: 1;
  position: absolute;
  left: 0;
  top: -25px;
  margin: -15px;
}
#loading-ajax p{
  text-align: center;
  position: fixed;
  top: 45%;
  left: 49%;
}

.form-validation-alert{
  border-color: red !important;
  background-color: rgba(255, 0, 0, 0.15) !important;
}

#policy_edit_form_MTA .gform_footer.top_label{
  display: none;
}
.loading-ajax-ticket{
  width: 100%;
  height: 100%;
  background: #eee9;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: 50%;
}
.loading-ajax-ticket > p{
  top: 40%;
  position: absolute;
  left: 50%;
}