label {
font-weight: bold;
color: #000;
}
.mastercont {
  position: relative;
  width: 100%;
  margin: 0px auto !important;
  padding: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 25px;
  border: 2px solid rgb(144,29,120);
  border-radius: 5px;
  background-color: white;
}

.mstedit {
  margin-left: 8px;
  cursor: pointer;
  padding: 5px;
}

.mstedit:hover {
  color: #4e73df;
}

.mstdel {
  margin-left: 8px;
  cursor: pointer;
  padding: 5px;
}

.mstdel:hover {
  color: #e74a3b;
}

.frmtitlebar {
  width: 100%;
  background-color: rgb(144,29,120);
 
  color: white;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  padding: 5px;
  border: 1px solid rgb(144,29,120);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.masterent,
.masterlist {
  padding: 10px;
  margin-left: 5px;
}

#viewlist {
  max-height: 350px;
  overflow: auto;
}

.danger {
  color: white;
  background-color: #e74a3b;
}
.warn {
  color: white;
  background-color: #e74a3b;
  margin-bottom: 5px;
}
.success {
  color: white;
  background-color: #068810;
  text-align: center;
}
.errtxt {
  background-color: #ec786e;
  color: white;
}

.masterlist table thead ,.table thead tr{
  position: sticky;
  top: 0;
  background-color: #567ae3;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.table tbody td{
  color:black;
}
.cornerclose 
{
  border: 0px solid white;
  border-radius: 25px;
  padding: 0px;
  color: white;
  font-size: 25px;
  float: right;
  margin-top: -2px;
  margin-right: 5px;
}


.starclass::after{
  font-size:14px;
  position: relative;
  top:-5px;
  margin-top:-5px;
  color:red;
  content: "*"; 
}

.masterlist table tfoot {
  position: sticky;
  bottom: 0;
  background-color: #567ae3;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.myhead {
  position: sticky;
  bottom: 0;
  background-color: #567ae3;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.myfoot {
  position: sticky;
  bottom: 0;
  background-color: #567ae3;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.idwarn {
  color: white;
  background-color: #e74a3b;
  border-radius: 2px;
  margin: 4px;
}

.toright {
  text-align: right;
}

.toleft {
  text-align: left;
}

.tocenter {
  text-align: center;
}

.docdt {
  min-width: 140px;
}

.page-item:hover {
  cursor: pointer;
}

.myrepicons {
  cursor: pointer;
}

.myrepicons:hover {
  cursor: pointer;
  color: blueviolet;
}

.chkbox {
  font-weight: bolder;
}

.chkbox:hover {
  color: rgb(75, 75, 226);
  font-weight: bolder;
}

#pichart {
  position: relative;
  height: 320px;
  width: 100%;
  padding: 10px;
}

#chart-area {
  position: relative;
  height: 300px;
}

#dwld {
  padding: 5px;
}

#dwld a {
  color: green;
}

.diffimg {
  width: 16px;
  height: 16px;
}

.MasterModel {
  position: absolute;
  background-color: white;
  width: fit-content;
  height: fit-content;
  margin: 0px auto !important;
  border: 1px solid lightgray;
  left: 5%;
  right: 10%;
  border-radius: 15px;
  display: none;
  z-index: 99999;
}

.MasterModel .frmtitlebar {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}



.cornerclose 
{
  border: 0px solid white;
  border-radius: 25px;
  padding: 0px;
  color: white;
  font-size: 25px;
  float: right;
  margin-top: -2px;
  margin-right: 5px;
  background-color :white;
}



.Modelbg {
  background-color: rgba(0, 0, 0, 0.397);
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0px;
  display: none;
  left: 0px;
}
.btngroup .btn {
  position: relative;
  margin-bottom: 15px;
}
.bold{
  font-weight: bold;
}
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: lightgray white;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  cursor: pointer;
}

*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
  border: 3px solid gray;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: gray;
  border-radius: 20px;
  border: 3px solid gray;
}


@media screen and (max-width:600px)
{
    .container-fluid{
      padding-right: 10px;
      padding-left: 10px;
    }
    .masterent, .masterlist {
      padding: 5px;
      margin-left: 5px;
    }
}