.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}


body {
     background-color: #f9f9fa;
    
 }

 .flex {
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
 }

 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem;
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem;
     }
 }

 
 .progress.progress-md {
     height: 8px;
 }

 .template-demo .progress {
     margin-top: 1rem;
 }
 .progressbar-text{
	position: absolute; 
	left: 50%; 
	top: 50%; 
	padding: 0px; 
	margin: 0px; 
	transform: translate(-50%, -130%); 
	color: rgb(0, 0, 0); 
	font-size: 0.7rem;
}
 .progress {
     border-radius: 3px;
     height: 8px;
 }
.circle-progress-block {
     padding-left: 0.0rem !important;
 }


 img.behaviourAnimationIcons {
    padding: 0;
    margin: 0;
    border: 1px solid #969696;
    background-color: #f2f2f2;
    width: 25px;
    height: 25px;
}
img.HorizWhole { content:url("../img/Horiz-Whole.gif");}
img.HorizHalf { content:url("../img/Horiz-Half.gif");}
img.VerticalWhole { content:url("../img/Vert-Whole.gif");}
img.VerticalHalf { content:url("../img/Vert-Half.gif");}


div.btn-custom-overflow-text{
  width: 6.5rem;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
  margin-top: -2px;
}

div.PlayDetail {
    position: fixed;
    background-color: #ffffff;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

div.AZIndex{
    background-color: rgba(5, 100, 7, 0.11);
    position: fixed;
    right: 0.9rem;
    top: 3.5rem;
    bottom: 0px;
    width: 2.2rem;
    z-index: 2000;
}
div.AZIndex ul{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;

}
div.AZIndex li{
    padding: 0px 5px;
    text-align: center;
}
div.AZIndex a{
    font-size: 0.7rem;
    padding: .05rem .4rem;
    line-height: 1rem;
    min-width: 1.6rem;

}
.chartTitle{
  background-color: rgba(0,0,0,0.08)
}
.chartTitle:hover {
  background-color: rgba(0,0,0,0.2)
}
div#ChartBeingPlayedOuterContainer{/*Pinned!*/
    position: absolute;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 44px;
    overflow: hidden;

}

#ChartBeingPlayed{
    position: relative;
    left: 0px;
    top: 0px;

}
/*Nav Buttons for player*/
.pagePlusMinusContainer{
  background-color: transparent;
  position: absolute;
    top: 80px;
    left: 30px;
    right: 30px;
    bottom: 60px;
    overflow: hidden;
    z-index: 100;

}
.PageMinusButton{
  position: relative;
  float: left;
  background-color: rgba(121, 120, 120, 0.02);;
  width: 49.5%;
  height: 100%;
  border-radius: 15px;
  display: flex; 
  align-items: center; 
  justify-content: center;

}
 .PagePlusButton{
  position: relative;
  float: right;
  background-color: rgba(121, 120, 120, 0.02);;
  width: 49.5%;
  height: 100%;
  border-radius: 15px;
  display: flex; 
  align-items: center; 
  justify-content: center;
}
/*Page in Part*/
img.PartPage{
    position: relative;
    width:100%;
    height:100%;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(127, 127, 127, .5);
    -moz-box-shadow: 0px 4px 5px -2px rgba(127, 127, 127, .5);
    box-shadow: 0px 4px 5px -2px rgba(127, 127, 127, .5);
    vertical-align: middle;

}
.pageA{
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
 /*   width: auto;
    height: auto;*/
    overflow: hidden;
    background-color: #fefefe;
    opacity: 1;
    /*box-shadow:inset 0px 0px 0px 10px #f00;*/
    border: 1px solid rgba(113, 82, 55, 0.57);
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.toasteyContainer {
  position: absolute;
  top: 3.5rem; 
  min-height: 10px; 
  right: 3.5rem; 
  min-width: 300px;
}

div.dropdown-multicol{
  width: 30em;
}
div.dropdown-row>a.dropdown-item{
  display:inline-block;
  width: 32%;
}

/* Columns */
div.dropdown-multicol2{
  width: 95%;
}
div.dropdown-multicol2>div.dropdown-col{
  display:inline-block;
  width: 32%;
}


