body {
  margin: 0;
  background: transparent !important;
  color: #000000 !important;
  overflow-y: auto;
  text-align: center;
  overflow-y: hidden;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  
}

html { 
  height: 100%;
  background: url(../img/bg.jpg) no-repeat center right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  overflow-y: auto;
}

.page { 
  background: url(../img/bg.jpg) no-repeat center right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
 
}

.splash-img{
 width: 80%;
 max-width: 800px;
}

.full-width{
   width: 100% !important; 
}

.navHolder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

}

.navbar{    
   background-color: #0e5077;   
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #0e5077;
  z-index: 999;
  font-size: 12px;
  color: #ebebeb; 
}

.footerLink{
   color: #fdfdfe; 
}
.footerLink:hover{
   color: #ffffff;
   text-decoration: underline;
}

.mainholder{
    padding: 10px;
    width: 90%;
    margin-top: 80px;
    background: #d5e6fa;
    max-width: 800px;
    border-radius: 10px;


}

#homePageHolder{
    padding: 10px;
    width: 100%; 
    margin-top: 80px;
    background: transparent;
    max-width: 800px;
    /*display: none;*/   
}

#mainMenuHolder{
    padding: 10px;
    width: 100%; 
    margin-top: 80px;
    background: transparent;
    max-width: 800px;
    display: none;   
}

#homePageHolder h2{
    color: #ffffff;

}

#freeRun,#programDetails,#trainingManager,#createNewProgram,#backBtn,#stopBtn,#startBtn,#stopProgramBtn{
    display:none;
}


.slider {
  -webkit-appearance: none;
  width: 100%;
  max-width: 800px;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}


.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

#metronome {
 background: red;
 width: 100%;
 max-width: 800px;
 height: 10px;
 opacity: 0;
 margin-bottom: 10px;
}
#stopBtn{
    display: none;
}
#startProgramBtn{
    display: none;
}
#init_saveProgramBtn{
    display: none;
}


.main-menu{
 width: 90%;
 max-width: 300px;    
}

.nav-btn{
    margin-bottom: 10px;
    display:block;
    width:100%;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    
}

.btn-block{
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    margin-bottom: 10px !important;
    color: #ffffff!important;
}

.nav-item{
    text-align: center;
}
.nav-link{
   cursor: pointer;
   padding-top: .5rem !important;
   padding-bottom: .5rem !important;
}
#position{
    font-size: 12px;
}
.heading1{
    font-size: 14px;
}

.sub-title{
   color: #ffffff;
   font-size: 24px;
}
#controlBtnsHolder{
    padding: 10px;
    width: 100%;
    margin-bottom: 25px;
}

.step-cell{
    cursor: pointer;
}


.timer-btn{
    margin:10px;
}

.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.table .thead-dark th {
    line-height: .5rem!important;
    color: #2a2d8e !important;
    background-color: #9cc1ec !important;
    border-color: #9cc1ec !important;
}

.pragramDetailsHeader{
    width: 100%;
    margin-bottom: 5px;        
}

.programNameLabel{
    float:left;
    margin-bottom: 5px;
}
.programDurationLabel{
    float:right;
    margin-bottom: 5px;
}

.input-group-text {
   padding: .375rem .5rem !important;
}

.input-label{
    text-align: left !important;
    width: 80px;    
}

.warning{
    color: red;
}
.done{
    color: green;
}


/* Extra Small Devices, Phones */
@media (max-width: 480px) {
    #mainMenuHolder .title{
        width: 80%;
    }
    .sub-title{
       color: #ffffff;
       font-size: 16px;
    }    


}



