
body {
  margin: 0px;
  background-color: dcffcc;
  font-family: Helvetica Neue, Helvetica, Arial;
  }

#pageHeading{  
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-weight: 400;
  font-size: 1.25em;
  margin: 6px;
  }

  #searchDiv{
    display: flex;
    margin: 2px;
  }

  #searchDiv input{
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
  }

  #pageBtnDiv{
    margin-left: auto;
  }

  label{
    /* position: relative; */
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    font-size: 12.5px;
  }

  input{
    height: 30px;
    font-size: 12.5px;

  }

  select{
    height: 30px;
  }

  .input1{
    border-color: #BBCFFF;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    width: 200px;
    left: 200px;
    position: absolute;
    text-align: center;
  }

    .dropdownAlignCentre{
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
  }

  .width-40{
    width: 40px;
 }

  .width-50{
    width: 50px;
 }

 .width-60{
  width: 60px;
}

  .width-75{
    width: 75px;
  }
 
  .width-100{
    width: 100px;
  }

  .width-125{
    width: 125px;
  }

  .width-150{
    width: 150px;
  }

  .width-175{
    width: 175px;
  }

  .width-200{
    width: 200px;
  }

  .width-250{
    width: 250px;
  }

  .width-300{
    width: 300px;
  }

  .width-350{
    width: 350px;
  }

  .width-400{
    width: 400px;
  }

  .width-500{
    width: 500px;
  }

  .div1{
    text-align: left;
    width: 30%;
    position: absolute;
    left: 10%;
    top: 32%;
  
  }

  .div2{
    text-align: left;
    width: 30%;
    position: absolute;
    left: 55%;
    top: 32%;
  }

  .saveBtn{
    font-weight: 500;
    height: 45px;
    width: 350px;
    text-align: center;
    font-size: large;
    position: absolute;
    left: 38%;
    top: 88%;  
    background-color: rgb(209, 209, 209);
    /* background-color: rgb(17, 255, 156); */
    cursor: pointer;
  }

  .saveBtn:hover {
    background-color: rgb(1, 177, 103);
  }

  br{
    line-height: 1.25;
  }

  .serialNoEditPage{
    text-align: left;
    position: absolute;
    left: 2%;
    top: 25%;
  }

  .dailyExpDiv{
    display: inline-block;
  }

  #scrollyTableExp{
    border: 2px solid blue;
    padding-left: 1px;
    padding-right: 5px;
    height: 400px;
    overflow: auto;
  }

  label.dailyExp{
    font-weight: 500;
  }

  .dailyExp{
    float: left;
    height: 29px;
    font-size: 0.8em;
    text-align: center;
    margin: 0px;
  }

  .tableRow{
    height: 30px;
    font-size: 0.875em;
    text-align: center;
    padding: 0px;
  }

  

  .dailyWorkDiv1{
    text-align: left;
    width: 30%;
    position: absolute;
    left: 2%;
    top: 30%;
  }

  .dailyWorkDiv2{
    text-align: left;
    width: 30%;
    position: absolute;
    left: 35%;
    top: 30%;
  }

  .dailyWorkDiv3{
    text-align: left;
    width: 30%;
    position: absolute;
    left: 68%;
    top: 30%;
  }

  .inline1{
    display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: baseline;

  }
  
  /* Table CSS Properties **************************************************************************/

  th{
    background-color: #192966;
    text-align: center;
    color: white; 
    font-weight: 400; 
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }

  td, th{
    width: 150px;
    overflow-wrap: break-word;
    border: 1px solid #aaaaaa;
    height: 30px;
    font-size: 0.875em;
    text-align: center;
    padding: 0px;
    /* text-overflow: ellipsis; */
  }
  
  #scrollyTable{
    border: 2px solid blue;
    padding-left: 1px;
    padding-right: 5px;
    height: 68%;
    /* height: 480px; */
    overflow: auto;
  }
  
  #tableLayout{
    table-layout: fixed;
    width: 0px;
    border-collapse: collapse;
    
  }
   /* tr td{
    border-style: solid;
    border-width: 4px;
    border-color: #167e56;
   } */
    
  #scrollyTable thead th {
    position: sticky;
    top: 0px;
    text-align: center;
  }

  tr{
    height: 30px;
    font-size: 0.875em;
  }

  .btnEditDelete{
    line-height: 1.25;
  }

  #th_btn{
    width: 80px;
  }

  #th_pwd{
    width: 500px;
  }

  .btn-sm-sm{
    line-height: 1.5;
    padding: .15rem .5rem;
    font-size: .875rem;
    font-weight: 500;
    border-radius: .2rem;
  }

  .anchorBtn{
    left: 10px;
    color: black;
    padding: 6px 6px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 10px;
    background-color: #868eff;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    color: white;
  }

  .anchorBtn:hover{
    background-color: #192966;
  }

  .buySellClass1{
    margin-left: 2px;
  }

  .buySellClass2{
    margin-left: 2px;
  }

  #divBuySell1{
    position: relative;
    margin-left: 20px;
  }

  #divBuySell2{
    position: relative;
    margin-top: 20px;
    margin-left: 15px;
  }

  #scrollyRowsPurchase{
    /* border: 2px solid blue; */
    height: 45%;
    /* height: 300px; */
    overflow: auto;
  }

  #scrollyRowsSale{
    /* border: 2px solid  blue; */
    height: 34%;
    /* height: 240px; */
    overflow: auto;
  }

  .addItemRow{
    margin-bottom: 2px;
  }

  .buySellClass1, .buySellClass2{
    margin-left: 0px;
    margin-right: 0px;
    /* font-size: 0.875em; */
    text-align: center;
  }

  .saveBtnSale{
    font-weight: 500;
    height: 45px;
    width: 350px;
    text-align: center;
    font-size: large;
    position: absolute;
    left: 64%;
    top: 88%;  
  }

  input[readonly] {
    background-color: rgb(245, 245, 245);
    border-style: solid;
    border-width: 1px;
  }

  /* create Item modal CSS Properties **************************************************************************/

  .bg-modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    display: none;
    z-index: 10;
  }
  
  .modal-content{
    width: 500px;
    height: 550px;
    background-color: white;
    border-radius: 10px;
    border: 1px black solid;
    /* text-align: center; */
    padding: 50px;
  }

  #close{
    /* position: absolute; */
    /* top: -30px; */
    font-size: 25px;
    padding-left: 470px;
    color: black;
    font-weight: bolder;
    cursor: pointer;
  }

  .modalSaveBtnDiv{
    padding-left: 240px;
    padding-top: 30px;
    height: 80px;
  }

  .modalInput{
    left: 700px;
  }
  
    /*Sale Bill related CSS ****************************************************************************************/
    .displayFlex{
      display: flex;
    }

    .saleBillAdd{
      margin-left: 16px;
      width: 350px;
      height: 150px;
    }

    .saleBillDetailsLabel{
      width: 120px;
      height: 25px;
      margin: 2px 0px;
      font-size: .875em;
      text-align: left;
    }

    .saleBillDetailsInput{
      width: 200px;
      height: 25px;
      margin: 2px 0px;
      text-align: center;
      font-size: .875em;
    }

    .deliveryAdd{
      width: 400px;
      height: 150px;
    }

    /* .itemDeliveryAdd{
      text-align: left;
      margin: 2px 0px;
    } */

    .deliveryAddInput{
      height: 25px;
      margin: 2px 0px;
      text-align: center;
      font-size: .875em;
    }

/***** Attendance Calender styles*************************************************************************/
/* .calendar{
  height: 5.5rem;
} */
/* .monthHeader{
  display: flex;
  padding-left: 0.2rem;
} */
/* .empHeader{
  display: flex;
} */
/* .calendarLable{
  margin: 0;
} */
/* .month{
  width: 100%;
  height: 3rem;
  background-color: #167e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
} */
/* .month i{
  font-size: 2rem;
  cursor: pointer;
} */
/* .month h1{
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
} */
/* .month p{
  font-size: 2rem;
} */
/* .days{
  width: 100%;
  display: flex;
} */
/* .days input{
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  margin: 0rem;
  align-items: center;
  text-align: center;
} */
/* .dates div:hover:not(.today){
  border: 0.1rem solid #aaaaaa;
} */
/* .today{
  background-color: seagreen;
} */
/* .attendanceRow{
  width: 100%;
  display: flex;
  padding: 0.05rem 0.2rem;
} */
/* .attendanceTable{
  display: flex;
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  margin: 0;
  align-items: center;
  text-align: center;
} */
/* .empDetails{
  display: flex;
} */

/* .empDetails input{
  width: 8.5rem;
} */

/***** Salary master styles*************************************************************************/
/* Salary master css */
.taxFrom{
  border-color: #BBCFFF;
  border-style: solid;
  border-width: 1px;
  height: 30px;
  width: 120px;
  left: 200px;
  position: absolute;
  text-align: center;
}

.taxTo{
  border-color: #BBCFFF;
  border-style: solid;
  border-width: 1px;
  height: 30px;
  width: 120px;
  left: 350px;
  position: absolute;
  text-align: center;
}

.midText{
  left: 329px;
  position: absolute;
  text-align: center;
}

.itTaxPercent{
  border-color: #BBCFFF;
  border-style: solid;
  border-width: 1px;
  height: 30px;
  width: 60px;
  left: 480px;
  position: absolute;
  text-align: center;
}

.textPercent{
  left: 545px;
  position: absolute;
  text-align: center;
}

/*****Employee salary master styles*************************************************************************/
.checkbox{
  border-color: #BBCFFF;
  border-style: solid;
  border-width: 1px;
  height: 30px;
  width: 30px;
  left: 495px;
  position: absolute;
  text-align: center;
}

.empSalaryMaster{
  border-color: #BBCFFF;
  border-style: solid;
  border-width: 1px;
  height: 30px;
  width: 60px;
  left: 410px;
  position: absolute;
  text-align: center;
}

.textPer{
  left: 475px;
  position: absolute;
  text-align: center;
}

/***** database and Tables styles*************************************************************************/
#createDatabase, #createTables, #updateAdmin {
  box-shadow: 2px 2px 2px gray;
  cursor: pointer;
  background-color:#b4b7c0;
  border-color: #167e56;
  border-width: 1px;
  outline: 2px;
  padding: 2px;
  border-radius: 3px;
  color: white;
  
}

#createDatabase:hover, #createTables:hover, #updateAdmin:hover {
background-color: #167e56;
}

/***** Header dropdown styles*************************************************************************/
.dropdownDiv{
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: blue;
  border-radius: 2px;
  /* border: none; */
}

.dropdownBtn {
  width: 150px;
  height: 30px;
  text-align: center;
  color: blue;
  font-weight: 500;
  background-color: transparent;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  z-index: 1;
  border: none;
}

.dropdownListDiv, #dropdownListDiv1 {
  display: none;
  position: absolute;
  /* right: 0; */
  background-color: white;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
  z-index: 1;
}

.dropdownListDiv a {
  color: black;
  padding: 10px 6px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.dropdownBtn:hover {
  background-color: blue;
  color: white;
}

/* .dropdownDiv:active .dropdownListDiv {
  display: block;
} */

.dropdownListDiv a:hover {
  background-color: #f1f1f1
}

/***** flash message styles*************************************************************************/

#message{
  position: absolute;
  top: 200px;
  left: 500px;
  height: 50px;
  width: 500px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 20px;
  background-color: rgb(44, 187, 56);
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  color: white;
  z-index: 10;
}