body {
  font-family: "Roboto", sans-serif;
}

.no-padding {
  padding: 0 !important;
}

.badge {
  font-weight: 300 !important;
}

h2,h3,h4,h5,h6{
  font-weight: 300 !important;
}

/* scroll bar */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 9px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #686868;
}

.modal-close-btn {
  position: absolute;
  top: -45px;
  right: 0px;
  z-index: 2;
}

.modal-close-btn span {
  text-shadow: 0px 0px 5px #000;
  color: #fff;
  font-size: 50px;
}

.al-toast {
  position: fixed;
  top: 100px;
  z-index: 2;
}

.toast-right {
  right: 10px;
}

.toast-left {
  left: 10px;
}

.no-decoration {
  text-decoration: none;
}

.square-list-style {
  list-style: square;
}

.float-message {
  position: fixed;
  top: 120px;
  width: 250px;
  right: 25px;
  opacity: 0.9;
  padding: 0;
  z-index: 1051;
}

#alMain {
  padding-top: 90px;
}

.hidden-div {
  display: none;
}

.bold-text {
  font-weight: 500;
}

.al-title {
  font-size: 1.2rem;
}

.al-title-lg {
  font-size: 1.5rem;
}

.al-event-div {
  padding: 10px 60px 10px 10px;
  position: relative;
}

.event-book-btn {
  display: table-cell;
  vertical-align: middle;
  background: #287535;
  color: #ffffff;
  text-decoration: none;
}

.event-book-btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.carousel-caption {
  padding: 0.8rem;
}

.document-dropdown {
  list-style-type: none;
}

.document-dropdown a {
  white-space: break-spaces;
}

.al-title-color {
  color: #287535;
}

/* press release image */
.pr-image-inline {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  width: 150px;
}

.pr-image-left {
  width: 150px;
  height: auto;
  float: left;
  padding: 0 10px 0 0;
}

.pr-image-right {
	width: 150px;
	height: auto;
	float: right;
	padding: 0 0 0 10px;
}

.word-break {
  white-space: none;
}

/* select2 overwrite*/
.select2-container .select2-selection--single {
  height: auto !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px !important;
}

.float-btn {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 55px;
  z-index: 9;
}