body
{
    background-image: url('../../img/app/bgnoise_lg.png');
}

.upsidedown
{
    transform: rotateZ:(180deg);
    -webkit-transform: rotateZ(180deg); /* Safari and Chrome */
    -moz-transform: rotateZ(1208eg); /* Firefox */
}

.center
{
    text-align: center;
}

.navbar
{
    border-radius: 0px;
}

.col-md-12
{
    background-color: #fff;
    padding: 20px;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    box-shadow: 0 0 15px #000000;
}

.display-inline-block
{
    display: inline-block;
}

td.nowrap
{
    white-space: nowrap;
}

td.align-right 
{
  text-align: right;
}

td.align-center
{
  text-align: center;
}

th.align-center
{
  text-align: center;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.bottom-margin-30 {
    margin-bottom: 30px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.w100 
{
    width: 100%;    
}