/* Overrides of Bootstrap - tested for 4.3.1 */

:root {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
}
.bs-select .dropdown-menu .dropdown-menu a {
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
}
.tooltip {
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
}
.popover {
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
}	
	

.form-control {
  height: auto;
}
.carousel-control-prev,
.carousel-control-next {

  width: 5%;
  opacity: 1.0;
  transition: opacity 0.25s ease;
}

			.carousel-caption
			{
				position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 10;
				padding-top: 20px;
				padding-bottom: 20px;
				color: #fff;
				text-align: center;
				background: rgba(0,0,0,0.4);
			}
			
.carousel-indicators li {
  background-color: #d3d3d3;
}
.carousel-indicators .active {
  background-color: #939393;
}		


.list-group-item-custom {
  color: #fff !important;
  background-color: #286dc0;
}

.list-group-item-custom.list-group-item-action:hover, .list-group-item-custom.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-custom.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

#heading-breadcrumbs {
  padding: .5rem 0;
}

/* custom styles go here */

.ago-scrollable {
  max-height: 600px;
  overflow-y: scroll;
}

.text-small-cap {
	font-variant: small-caps;
}

.PageWorkingBackground {
    position: fixed;
    top: 0;
    left: 0;
    background-color: Gray;
    filter: alpha(opacity=25);
    opacity: 0.25;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: 100;
}

.UpdateProgress {
    width: 225px;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 50%;
    left: 45%;
    margin: 10px;
    padding: 10px;
    z-index: 101;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.imgPad {
    padding-left: 5px;
    padding-right: 5px;
}

.RequiredField {
    color: #E2A900;
}

#password_description
{
    font-size: 12px;
}

#password_strength
{
    height: 32px;
    display: block;
}

.password_back
{
    background-color: #E4F7D2;
}

.strength0
{
    width: 144px;
    background: #FFFFFF;
}

.strength1
{
    width: 40px;
    background: #FF0000;
}

.strength2
{
    width: 60px;
    background: #FF8080;
}

.strength3
{
    width: 80px;
    background: #99FF99;
}

.strength4
{
    background: #66FF66;
    width: 100px;
}

.strength5
{
    background: #00FF00;
    width: 144px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}