body, html{
    height: 100%;
    background-color: white;
}

pre { font-size:11px; }

/*.form-control::-webkit-input-placeholder { color: #BBB !important; }
.form-control:-moz-placeholder { color: #BBB !important; }
.form-control::-moz-placeholder { color: #BBB !important; }
.form-control:-ms-input-placeholder { color: #BBB !important; }*/

.adm_item {color: #555;width: 100px; height: 65px; background-color:  rgba(128,128,128,0.065);
           text-align: center;  padding: 10px; margin-left: 10px; margin-top: 10px; 
           border: solid 1px silver;display: inline-block;
           white-space: nowrap;
           overflow: hidden !important;
           text-overflow: ellipsis;}
.adm_item:hover {text-decoration: none; color: #000;background-color: rgba(128,128,128,0.17); }
.adm_item:link {}
.adm_item:active {color: #000;}

.margin3 { padding:3px; }
.fa20 { min-width: 20px; text-align: center; }
.link {margin: 0.7vw; padding-top: 2vw;}

/*******************************************************************************
                     Sticky footer styles
*******************************************************************************/
html { position: relative; min-height: 100%; }
body { margin-bottom: 70px; }
.footer {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;     
    display: table-cell;
    vertical-align: middle;   
    display: table;
    text-align: center;
}
.footer span {
    display: table-cell;
    vertical-align: middle;
}