/* Main and Breadcrumbs */
.col-main {
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
}
.division-container {
  padding-left: 0px;
  padding-right: 0px;
}

.r-sidebar {
  background-color: #edeef2;
}

ol#breadcrumbs li:last-child a {
  font-weight: 600;
}

/* BTN search */
.btn-search {
  width: 45px;
  display: inline-block;
  margin-top: -3px;
  margin-left: -55px !important;
  margin-bottom: 1px;
  font-size: 1.3em;
  height: 40px !important;
  text-align: center;
  vertical-align: middle;
  font-family: "FontAwesome" !important;
  color: #0072bb;
  border-left: none;
  background-color: transparent;
  z-index: 10 !important;
  height: 40px;
  padding-top: 10px;
  padding-right: 12px;
  border-radius: 4px !important;
}

.btn-search:hover,
.btn-search:focus {
  background-color: white !important;
  color: #ff901a;
  border: none;
  outline: none;
}
input.txtCriteria {
  font-family: "Montserrat", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px !important;
  display: inline-block !important;
  border-radius: 4px !important;
  min-width: unset;
  background-color: rgba(255, 255, 255, 0.9);
  height: 44px;
  padding-top: 8px;
  padding-right: 45px;
}

input.txtCriteria::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 1.1em !important;
  color: #4c5055 !important;
}
input.txtCriteria:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c5055 !important;
  opacity: 1;
  font-size: 1.1em !important;
}
input.txtCriteria::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c5055 !important;
  opacity: 1;
  font-size: 1.1em !important;
}
input.txtCriteria:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c5055 !important;
  font-size: 1.1em !important;
}

/* Right sidebar */

.btn-link {
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}
.sidebar-body a:focus {
  border: 1px dotted black;
}
