body
{
    background-color: #e7e8e8;
    overflow-y: auto;
    overflow-x: hidden;
}

body::-webkit-scrollbar
{
  display: none;
}

.main-view::-webkit-scrollbar
{
   display: block;
}

p
{
    margin: 0px;
    font-size: 13px;
}

span,
label,
a,
input,
.k-textbox.form-control {
    font-size: 13px;
}

@media print
{
  body *
  {
      background-color: #e7e8e8 !important;
  }

  p *
  {
      margin: 0px !important;
  }
}

.modal-backdrop
{
  position: relative !important;
}

.fade.in {
    opacity: 1;
    background-color: #00000061;
}
/*body::-webkit-scrollbar 
{
  width: 8px;
}

body::-webkit-scrollbar-track 
{
  background: trasnparent; 
}
 
body::-webkit-scrollbar-thumb 
{
  background: #2A3040;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover 
{
  background: #2A3040ee;
}*/
