/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.myTime{
     width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-top: 5%;
    margin-top:0px !important;

}

img.shelflogo{
    width: 80px; 
    padding-top: 5px; 
    padding-left: 5px
}

.shelf-color{  
        background: #00b4e1 !important;
        color: #fff;
}

.degree-sign:after, .percent-sign:after {
    content: "%";
    line-height: normal;
}
.hide{display: none;}

#total{font-weight: bold;}

#overflow {  
   height:10px;
  overflow:scroll;  
  margin-top:20px;
}

tbody{
    height:20px;
    overflow-y:auto;
    width: 100%;
    }


@media only screen and (max-width: 600px) {
    .degree-sign:after, .percent-sign:after {
    content: "%";
    font-size: 13px;
    margin-right: 16%;
    line-height: normal;
}
} 
