

.highlighted_textbox {
  border: solid #cd3c2e 2px !important;
}

.ajax__validatorcallout_popup_table {
  display: none;
}

.gridview-page,
.listview-page {
  background-color: #fff;
  padding: 2px;
  margin: 3% auto;
}

  .gridview-page a,
  .listview-page a {
    text-align: center;
    padding: 0;
    height: 40px;
    width: 40px;
    border: 1px solid #777;
    line-height: 39px;
    background-color: #777;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 5px 0 5px;
  }

  .gridview-page a {
    margin: auto 3%;
  }

    .gridview-page a:hover,
    .listview-page a:hover {
      background-color: #7f4d28;
      color: #fff;
      text-decoration: none
    }

  .gridview-page span,
  .listview-page span {
    text-align: center;
    padding: 0;
    height: 40px;
    width: 40px;
    border: 1px solid #777;
    line-height: 39px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    background-color: #7f4d28;
    border-color: #7f4d28;
    margin: 0 5px 0 5px;
  }




.progressbar {
  display: block;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.2);
}

.progressbar-content {
  margin: 15% auto;
  padding-left: 10%;
  width: 20%;
}


.modal-background {
  background-color: Black;
  filter: alpha(opacity=90);
  opacity: 0.8;
}



.eventButton {
  min-width: 100px !important;
  padding: 0px 10px;
  height: 25px !important;
  display: inline-block !important;
  background-color: #b7181e !important;
  color: #ffffff !important;
  text-align: center !important;
  margin-top: 22px;
  line-height: 22px;
}

  .eventButton a {
  }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #f3f3f3;
}

  table tr td {
    padding: 8px 15px;
    border-top: 1px solid #f3f3f3;
  }

.scrollToTop {
  color: #fff;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: #000000;
  z-index: 1005;
  display: none;
}

  .scrollToTop i {
    line-height: 50px;
    font-size: 24px;
  }

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
  }

    .scrollToTop i {
      line-height: 40px;
      font-size: 20px;
    }
}
