p.warning{
  font-size: 16px;
  margin: 0px 0px 10px 0px;
  vertical-align: bottom;
}

.btn-default{

}
.btn-default{
  /* background-color:#99ccff;*/
}

.btnnav{
    font-family: inherit;
    min-width: 150px;
    text-align: left;
    vertical-align: middle;
}

.btn-success{
    font-size: 16px;
    font-family: inherit;
    height: 40px;
    min-width: 15%;
    margin: 0px 0px 10px 10px;
    text-align: left;
    background-color: #f4f4f4;
    color:#444444 ;
    border-radius: 0px;
    border-color: transparent;
    vertical-align: middle;
    text-indent: 4px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.18), 0 0 0 0 rgba(0,0,0,0.15);
}

.btn-success:hover {
    color: #333333 ;
    border-color: transparent;
    background-color: #e7e7e7;
    text-indent: 4px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.btn-success:hover:active {
    color: #333333 ;
    border-color: transparent;
    background-color: #e7e7e7;
    text-indent: 4px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}


.btn-success:disabled {
    color: #7e8082 ;
    border-color: transparent;
    background-color: #f1f3f5;
    text-indent: 4px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.18), 0 0 0 0 rgba(0,0,0,0.15);
    opacity: 0.6;
}

.btn-success:disabled:hover {
    color: #737577 ;
    border-color: transparent;
    background-color: #f8fafc;
    text-indent: 4px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.18), 0 0 0 0 rgba(0,0,0,0.15);
    opacity: 0.6;
}

.btn-success:focus {
  color:#333333 ;
  background-color: #fcfcff;
  border-color: transparent;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.1);
}


.btn-warning {
    color: white;
    background: #dd6666;
    text-indent: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.18), 0 1px 5px 0 rgba(0,0,0,0.15);
}
.btn-warning:hover {
    background-color:#ff9999;
    color: white;
    text-indent: 4px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.shiny-output-error { 
    visibility: hidden; 
}
.shiny-output-error:before { 
    visibility: hidden; 
}
 
/* shiny defaults 
#ecf0f5 - page background
#f7f7f7 - table rows
#ffffff - table rows
#ddeeee - table rows highlighted - light blue
#222d32 - dark sidebar

#f4f4f4 - button
#e7e7e7 - button mouseover
#f1f3f5 - button disabled
#f8fafc - button disabled mouseover

#444444 - button text
#333333 - button text mouseover
#7e8082 - button text disabled
#737577- button text disabled mouseover


.btn-success:disabled:active {
    color: #333333 ;
    background-color: #f4f4f4;
    color:#f4f4f4 ;
    text-indent: 4px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.18), 0 0 0 0 rgba(0,0,0,0.15);
    opacity: 0.6;
    pointer-events: none;
}

 */
 
   /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.18), 0 1px 5px 0 rgba(0,0,0,0.15); */




