  .main{
    margin: auto;
    max-width: 1400px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }

  .default-font{font-family: 'Montserrat';}

.hide{display: none;}
.shadow_r{border-radius: 0;}
input.khyzer , select.khyzer {font-weight: bold!important;}
.sentencecase{text-transform: capitalize;}
/*//--------------------------------------------------*/
.pdx{padding: 20px;}
  .labelx{font-weight: bold;color: #3970c3;}


/*//---------------------------------------------------*/
.small{max-width: 200px!important;}
  .smallx{
    max-width: 120px!important;
  }
  .input-tab > tr td:nth-child(1){text-align: left;}
  .input-tab > tr td:nth-child(2){text-align: right;}
  .tab-expense-data{width:100%;max-width: 1400px;border-collapse: collapse;text-align: center;}

  @media screen and (max-width: 600px) {

  .tab-expense-data{min-width: 1400px;font-size: 12px;}
  input.vx, select.vx{
    padding: 8px!important;
    font-size: 12px!important;
  }

  .btn{margin-bottom: 20px;}

}

/*////////////////////////////////////////////////*/

.headingx{
        background-color:#418c19;
        padding: 4px;
        color: white;
      }
      
      #summary-tab{
        width: 100%;
            /*max-width: 36px;*/
            text-align: center;
      }

        #summary-tab > tr td:nth-child(1){text-align: left;}
            .tr-headx{background-color: #ececec;}

@media screen and (max-width: 600px) {


}