/*
Developed By : Janaka Rajapaksha
Developed On : 
Project      : 
*/
/* 
    Created on : Jan 11, 2016, 2:14:32 PM
    Author     : Prasad
*/

.bill_template_bg_ulugala{
    background-image: url(../images/bill_bg_ulugala.jpg);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 85mm 195mm;
    min-height: 195mm;
    min-width: 85mm;
    max-height: 195mm;
    max-width: 85mm;
}
.bill_template_bg{
    background-image: url(../images/bill_bg_mahagama.jpg);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 81mm 195mm;
    min-height: 195mm;
    min-width: 81mm;
    max-height: 195mm;
    max-width: 81mm;
}
.bill_template_bg span, .bill_template_bg_ulugala span{
    font-size: 12px;
    /*border: 2px solid #0000cc;*/
}
.login_bg{
    background-image: url(../images/water_drops_fresh_cool.jpg);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
    min-height: 500px;
}

.navbar-brand{
    color: #FFFFFF !important;
    font-size: 36px;
}

.grid-view th{
    text-align: center;
}

@media only screen and (max-width: 875px){
  .flowimage{
    display: none;
  }
  .jumbotron{
    display: none;
  }
}