* {
    font-family: roboto;
    font-weight: bold;
}
*:focus {
    outline: none !important;
}
.them-col {
    background-color: #0e0e8c;
}
header {
    border-bottom: 1px solid white;
    float: left;
    margin-top: 0px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 50px;
}
header p {
    color: white;
    font-size: 30px;
    float: left;
    padding-top: 4px;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    padding:10px;
    width: 100%;
    background-color: #9c9ca0;
    color: white;
    text-align: center;
}
.renualHeader{
    position: fixed;
    width:100%;
    color:#FFFFFF;
    background: #D04646;
    font-size: 16px;
    text-align: center;
    padding: 4px;
}
.renualHeader a{
    font-weight: 600; 
    color:#FFFFFF;
}
.main-body{
    margin-top: 60px;
    margin-bottom: 100px;
}
.menu {
    padding-top:15px;
}
.menu a {
    color: #FFF;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}
.full-button {
    width: 100%;
    font-weight: bold;
}
.add-rem-btn{
    font-size: 30px;
    font-weight: bolder;
}
  
.data-required {
    border:1px solid red;
}
.suggesstion-box{
    background: #ECECEC;
    border: 1px solid;
    overflow:hidden;
    border-radius:3px;
    position: absolute;
    z-index: 999;
    width: calc(100% - 30px)
  }
.suggesstion-box ul{
    padding: 0px;
    margin-bottom: 0px;
}
.suggesstion-box ul li{
    list-style: none;
    padding: 3px 3px 3px 2px;
    cursor: pointer;
    font-weight: bold;
    color: #1C481F;
}
.suggesstion-box ul li:hover{
    padding: 3px 2px 3px 1px;
    background: #CCC;
    border: 1px solid #999;
    border-radius:3px;
}
.suggesstion-box ul li.active{
    padding: 3px 2px 3px 1px;
    background: #CCC;
    border: 1px solid #999;
    border-radius:3px;
}
.billingItems .row, .invoiceProds .row{
    padding:5px;
}
.billingItems .row:nth-child(odd), .invoiceProds .row:nth-child(odd) {
    background: #f7f7f7;
}
.billingItems .row:nth-child(even), .invoiceProds .row:nth-child(even) {
    background: #e5e5f1;
}
.CompanyBlock, .dueamount {
	display: none;
}
.billingProds select, .billingItems select, .salesDetails {
	padding: 6px 2px !important;
}
.info-text {
    font-size: 12px;
}
label { width: 100%;}
.billingProds{
    border: 1px solid #CCC;
}
.popupDiv{
    position: fixed;
    background: #000;
    top:0;
    width: 100%;
    height:100%;
    z-index: 999;
    opacity: 1;
    display: none;
  }
  .popupDiv .centerDiv{
    padding: 50px;
    width: 40%;
    margin-left: 30%;
    background: #FFF;
    margin-top: 100px;
    opacity: 1.0;
    z-index: 1000;
    color: #000;
  }
  
  .popupDiv .centerDiv input:focus{
    outline: 0;
    border: 1px solid #aaa;
  }
  .popupDiv .centerDiv  {
    font-size: 14px;
  }
.logout-icon {
    color: #FFF;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .popupDiv .centerDiv{
        padding: 50px;
        width: 80%;
        margin-left: 10%;
        background: #FFF;
        margin-top: 100px;
        opacity: 1.0;
        z-index: 1000;
        color: #000;
      }
    footer{
        display: none;
    }
    header .menu{
        position: fixed;
        bottom: 0;
        left:0;
        width: 100%;
        background: #0e0e8c;
        text-align: center;
        padding-bottom: 10px;
    }
    header .menu a{
        border: 1px dotted #FFF;
        padding: 5px 10px;
        margin: 0px 5px;
        background: #FFF;
        color: #337ab7;
        border-radius: 5px;
        font-weight: bolder;
    }
}