
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400,600,800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');

:root {
    --themecolor:#29347a;
    --naviconcolor:#9cadfd;
    --menuiconcolor:#566681;
    --bkcolor:#f5f6fa;
    --brcolor:#ccc;
    --graytxt:#8094ae;
    --ltor: #fee8da;
    --ltvt:#d7ddff;
    --ltgr:#d2f7e8;
    --ltbl:#c4c9e9;
    --menutext:#000;
    --white:#ffffff;
    --sidebar:#ebeff4;
    --fonttheme: 'Rubik', sans-serif;
    --tblheader:#e9ecef;
    --btncolor:#2a93f0;
    --lightred:#ffc4c4;
    --halfgray: #f7f9fa;
    --dashback:#f0f3f7;
    --logo:#1a8bef;
    --font0: 0;
        --font7: 0.438rem;
        --font8: 0.5rem;
        --font9: 0.563rem;
        --font10: 0.625rem;
        --font11: 0.688rem;
        --font12: 0.75rem;
        --font13: 0.813rem;
        --font14: 0.875rem;
        --font15: 0.938rem;
        --font16: 1rem;
        --font17: 1.063rem;
        --font18: 1.125rem;
        --font19: 1.188rem;
        --font20: 1.25rem;
    
        --clr-gray1: #CCCCCC;
        --clr-gray2: #B2B2B2;
        --clr-gray3: #cacaca8a;
    
        --clr-light1: #FFFFFF;
        --clr-light2: #F8F8F8;
        --clr-light3: #F2F2F2;
        --clr-light4: #EDEDED;
        --clr-light5: #ffffff26;
        --clr-dark1: #373737;
        --clr-dark2: #646464;
        --clr-dark3: #979797;
        --clr-dark4: #CACACA; 
}

@media only screen and (min-width:320px)
{
    .page-header .pull-right
    {
        padding: 0px !important;
    }
    span.grid-report-item {
        padding:2px 3px;
        border-radius: .25em;
        color: #2e2e2e;
        display: block;
        font-size: var(--font11);
        line-height: 2px;
    }
    
   .rejectbdg {
        display: block;
        color: red !important;
        background-color: transparent !important;
        font-weight: 500;
        padding: 0px 0px 10px 0 !important;
        margin: 0 0px;
        font-size: var(--font12);
        align-items: center;
        justify-content: center;
        align-self: center;
        line-height: 0px;
    }
    
    
   .rependingbdg {
    color: blue !important;
      background-color: transparent !important;
      font-weight: 500;
      padding: 0px 0px 10px 0 !important;
      margin: 0 0px;
      font-size: var(--font12);
      align-items: center;
      justify-content: center;
      align-self: center;
      line-height: 0px;
    }
    
    .pendingbdg {
      color: darkgoldenrod !important;
      background-color: transparent !important;
      font-weight: 500;
      padding: 0px 0px 10px 0 !important;
      margin: 0 0px;
      font-size: var(--font12);
      align-items: center;
      justify-content: center;
      align-self: center;
      line-height: 0px;
    }
    
    .reportsc .page-header .btn
    {
        padding:0rem 0rem ;
    }
    .table-responsiveempasset
    {
        min-height:250px;
        height: calc(100vh - 400px);
        overflow-x: scroll;
        overflow-y:scroll ;
    }
    .empphotoicon img, .empphotoicon1 img{
        border-radius: 50%;
        background-color: var(--hovergray);
        width: 80px;
        height: 80px;
        border: 1px var(--gg) solid;
    }
    .empdetail {
        align-self: center;
        justify-content: center;
        vertical-align: middle;
        display: table-cell;
        width: calc(100vw - 110px);

    }
    .circle
{
    width:90px;
    text-align: center;
    margin: 0px 0px;
}
    .modal-s .modal-content
{
    width: 100%;
    padding: 0px;
    margin: auto;
}
   .page-header
   {
       padding: 0px 0px;
   } 
.table-responsivefixedheader{
    height:400px;  
    overflow-y:inherit;
    overflow-x: scroll;
  }
    .myaggridpayroll {
        width: 100%;
        height: calc(100vh - 340px);
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
        overflow-y: hidden;
      }
.scrolltrns
{
    height: calc(100vh - 100px);
    overflow-y: scroll;
}
.fie
{
    width: 100px;
    background-color: #fff;
    border-radius: 3px;
padding-top: 3px;
    Height: 40px;
    align-items: center;
    font-size: var(--font13);
    text-align: center;
    border:#bacadf solid 1px;
}
    .cal-month-view .cal-day-cell, .cal-month-view .cal-cell-top
    {
       min-height: 60px !important;
    } 
.btn
{
padding: auto;
}
    .footerfix

{
    display: none;
    padding: 0px;
}

    .page-title span.grid-report-item.approvedbdg
{
    display: block;
    color: green;
    background-color: transparent;
    font-weight: 500;
    padding: 0px 0px 10px 0 !important;
    margin: 0 0px;
    font-size: var(--font12);
    align-items: center;
    justify-content: center;
    align-self: center;
    line-height: 0px;
}
    .backbtn
{
    width: 15px;
    height: auto;
    margin-top: 0px;
    background-color: transparent !important;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 1px;
    border-radius: 50%;
    border: 0px;
    font-size: 18px;
}
    .yellowbg {
        background-color: var(--clr-light2);
        padding:10px 0px;
        font-size: var(--font13);
    }
    .btn 
    {
        width: 34px;
        height: 34px;
    }
    .page-headerview 
    {
padding: 0px 0px;
    }
    .page-headerview .page-title
    {
        border: 0px !important;
        border-radius: 0px;
    }
    .pagination
    {
        width: 100%;
        border: var(--clr-light4) solid 1px;
        padding: 5px 10px;
    }
    .mobileonly 
    {
        display: block;
    }
    .deskonly
    {
        display: none;
    }
    .page-content{padding:0px 0px}
    .yellowbg .ripd{
        padding-right: 0;
    }  
    .yellowbg .pplf{
        padding-left: 0;
    }   
    .tablll::-webkit-scrollbar
    {
        width: auto;
    }
    .import text-field-label, .import
    {
  
        color: var(--clr-dark2);
        font-size: var(--font13);
    }
    .labletxt
    {
        font-size: var(--font14);
        padding: 2px 0px;
    }
    .table td
    {
        font-size: var(--font14);
    }
    .import .text-field-label
    {
        width: 50%;
        float: left;
        padding-right: 15px;
        font-size: var(--font13);
    }
    .import  ng-select
    {
        padding: .25rem 0rem .25rem;
    }
    .lable-right
    {
        width: 50%;
    
        float:right;
        font-size: var(--font13);
    
    }
    .box1
    {
        /* background-color: #fff;
        border: 1px solid #e0e4e7; */
        margin: 0px 10px 10px 10px;
        border-radius: 3px;
        width:fit-content;
        width: 100%;
        color: var(--label);
        font-size: var(--font13);
        padding-bottom:10px ;
        /* min-height: 420px; */

        border: 1px solid #EEEFF3;
    box-shadow: 0 2px 7px 0 rgba(28,29,83,.1);
    border-radius: 6px;
    /* padding: 15px; */
    }
    .box1:nth-of-type(4)
{
    flex: 1;
}
.box1:nth-of-type(5)
{
    flex: 1;
}
    .lognn
    {

        margin: auto;
        width: 100%;
    }
    .moboff
    {
        display: none;
    }
    .loginsection
{
  width:95%;
  max-width:95%;
  margin:auto;
  padding:8% 5%;
  border-radius: 8px;
  text-align:left;
background-color: #fff;
}
.welcometxt {
    font-size: var(--font15);
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  
  .logintitle {
    font-size: var(--font14);
    font-weight: 700;
    text-align: center;
  }
  .page-headerview
{

    border-bottom: var(--gg) solid 1px;
    height:auto;

    line-height: auto;
}
    .wid25
    {
        width: 100%;
    }
    .filtergroup
    {
        background-color: #fbfafa;
        height: auto;
        padding:5px ;
        color: var(--textgray);
        font-size: var(--font14);
        font-weight: 100;
        border:var(--gg) solid 1px;
    }
    .midcontainer-emp-overview
{
    width: auto;
    height: calc(100vh - 150px);
    padding: 0px 0px 20px 0;
    overflow-y: scroll;
    margin-bottom: 20px;

}
    .midcontainer-emp-overviewem
    {
        width: auto;
        height: calc(100vh - 360px);
        padding: 0px 15px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 15px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .stsfnt
{
    font-size: var(--font14);
    text-align: center;
    white-space: normal;
    line-height: 20px;
}
.page-title{   
     margin-top: 0;
    margin-bottom: 0;
    font-size: var(--font15);

    color:var(--title);    
    font-weight:500;
    padding: 5px 0px 5px 5px;
    display: inline;
    /* border: var(--clr-light4) solid 1px; */
     border-radius: 3px;
}

    .form-group {
        margin-bottom: 10px;
    }
    .page-title {
        cursor: pointer;
        width: 250px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .site-navbar-small .site-navbar .navbar-toolbar>li>a{padding-top:1.357rem;padding-bottom:1.357rem;
display: inherit;
    }
}
@media only screen and (min-width:520px)
{
    .loginsection
    {
      width:340px;
      max-width:100%;
      margin:auto;
      padding:3% 2%;
      text-align:left;
    background-color: #fff;
    }
}
@media only screen and (min-width:768px)
{
    span.grid-report-item {
        padding: .2em .6em .3em;
        border-radius: .25em;
        border-radius: 0.25em;
        color: #fff !important;
        display: inline;
        line-height: 20px;
    }
    
    .import text-field-label
    {
        width: 45%;
        float: left;
        padding-left: 10px;
    }
    .lable-right
    {
        width: 55%;
    
        float:right;
    
    }
    .lognn
    {
        margin: auto;
    }
    .moboff
    {
        display: block;
    }
    .loginsection
    {
      width:340px;
      max-width:100%;
      margin:auto;
      padding:2% 2%;
      text-align:left;
    background-color: #fff;
    }
    .wid25
    {
        width: 48%;
        margin: 5px;
    }
    .filtergroup
    {
        background-color: #fbfafa;
        height: auto;
        padding:5px ;
        color: var(--textgray);
        font-size: var(--font14);
        font-weight: 100;
        border:var(--gg) solid 1px;
    }
    .stsfnt
{
    font-size: var(--font14);
    text-align: center;
    white-space: nowrap;
}
.page-title{    
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--font16);

    color:var(--title);    
    font-weight:500;
    padding:5px 10px}
    .form-group {
    margin-bottom: 10px;
    }
}
@media only screen and (min-width:820px)
{
    .site-navbar-small .site-navbar .navbar-toolbar>li>a{padding-top:1.357rem;padding-bottom:1.357rem;
        display: block;
    }

    .page-title span.grid-report-item.approvedbdg
{
    display: inline-block;
    color: #fff;
    background-color: green;
    font-weight: 500;
    padding: 10px 10px 10px 10px !important;
    margin: 0 0px;
    font-size: var(--font12);
    align-items: center;
    justify-content: center;
    align-self: center;
    line-height: 0px;
}


    .page-header .pull-right
    {
        padding: 0px 15px !important;
    }
 .rejectbdg {
        background-color: red !important;
        color: #fff;
        font-weight: 500;
        padding: 2px 5px !important;
        margin: 0 3px;
        font-size: var(--font11);
        align-items: center;
        justify-content: center;
        align-self: center;
    }
    
    
   .rependingbdg {
      background-color: blue !important;
      color: #fff;
      font-weight: 500;
      padding: 2px 5px !important;
      margin: 0 3px;
      font-size: var(--font11);
      align-items: center;
      justify-content: center;
      align-self: center;
    }
    
   .pendingbdg {
      background-color: darkgoldenrod !important;
      color: #fff;
      font-weight: 500;
      padding: 2px 5px !important;
      margin: 0 3px;
      font-size: var(--font11);
      align-items: center;
      justify-content: center;
      align-self: center;
    }
    
    .page-header
    {
        padding: 5px 0px;
    } 
    .reportsc .page-header .btn
    {
        padding:.429rem 0.8rem ;
    }
    .table-responsiveempasset
    {
        height: calc(100vh - 450px);
    }
    .table-responsivesmall
    {
        height: 300px;
        overflow-y: inherit;
    }
    .empdetail {
        align-self: center;
        justify-content: center;
        vertical-align: middle;
        display: table-cell;
        width: auto

    }
    .empphotoicon img, .empphotoicon1 img{
        border-radius: 50%;
        background-color: var(--hovergray);
        width: 100px;
        height: 100px;
        border: 1px var(--gg) solid;
    }
    .circle
{
    width: 140px;
    text-align: center;
    margin: 0px 15px;
}
    .modal-s .modal-content
{
    width: 100%;
    padding: 0px;
    margin: auto 0;
}
.table-responsivefixedheader{
    height:400px;  
    overflow-y:inherit;
  }
    .midcontainer-emp-overview
    {
        width: auto;
        height: calc(100vh - 140px);
        padding: 20px 0px;
        overflow-y: scroll;
        margin-bottom: 20px;
    
    }
    .myaggridpayroll {
        width: 100%;
        height: calc(100vh - 200px);
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
        overflow-y: hidden;
      }

    .scrolltrns
{
    height: calc(100vh - 180px);
    overflow-y: scroll;
}
    .fie
{
    min-width: 184px;
    background-color: #fff;
    border-radius: 3px;
    padding-top: 3px;
    Height: 40px;
    align-items: center;
    font-size: var(--font13);
    text-align: center;
    display: flex;
    align-items: center;
    border: #bacadf solid 1px;
    justify-content: center;
}
    .cal-month-view .cal-day-cell, .cal-month-view .cal-cell-top
    {
       min-height: 100px !important;
    } 
    
.btn
{
padding: 5px 16px !important;
}
    .footerfix

{
    padding: 10px 0x;
    display: block;
    
}
    .page-title 
    span.grid-report-item .approvedbdg {
        background-color: green;
        color: #fff;
        display: initial;
        font-weight: 500;
        padding: 2px 5px !important;
        margin: 0 3px;
        font-size: var(--font12);
        align-items: center;
        justify-content: center;
        align-self: center;
      }
    .btn 
    {
        width: auto;
        height: 34px;
    }
    .backbtn
{
    width: 30px;
    height: 30px;
    margin-top: 0px;
    background-color: var(--hovergray) !important;
    left: 0px;
    padding-left: 1px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    border-radius: 50%;
    border: 0px;
    font-size: 18px;


}
    .yellowbg {
        background-color: var(--clr-light2);
        padding:5px 0px;
        font-size: var(--font13);
    }
    .pagination
    {
        width: 120px;

    }
    .mobileonly 
    {
        display: none;
    }
    .deskonly
    {
        display: block;
    }
    .midcontainer-emp-overviewem
    {
        width: auto;
        height: calc(100vh - 280px);
        padding: 0px 15px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width:1024px)
{
   
    .scrolltrns
    {
        height: calc(100vh - 140px);
        overflow-y: scroll;
    }
    .page-content{padding:0px 0px}
    .yellowbg .ripd{
        padding-right: 0;
    }   
    .yellowbg .pplf{
        padding-left: 10px;
    } 
    .tablll::-webkit-scrollbar
    {
        width: auto;
    }
    

    .import text-field-label
{
    width: 40%;
    float: left;
    padding-right: 10px;
}
.lable-right
{
    width: 60%;

    float:right;

}
    .box1
    {
        /* background-color: #fff;
        border:1px solid #ced4da; */
        margin: 0px 10px 10px 0px;
        width:fit-content;
        width: 48.5%;
        padding-bottom:10px ;
       /* min-height: 420px; */
    }
    .box1:nth-of-type(4)
{
    flex: auto;
}
.box1:nth-of-type(5)
{
    flex: auto;
}
    .welcometxt {
        font-size: var(--font16);
        width: auto;
        margin: 0 auto;
        text-align: center;
      }
      
      .logintitle {
        font-size: var(--font16);
        font-weight: 700;
        text-align: center;
      }
    .moboff
    {
        display: block;
    }
    .emmm .graybox
{
    margin:0px 5px 15px 5px;
}
    .loginsection
{
  width:360px;
  max-width:100%;
  margin:auto;
  padding:2% 2%;
  text-align:left;
background-color: #fff;
border-radius: 5px;
}
    .wid25
    {
        width: 31%;
        margin: 5px;
    }
    
    .filtergroup
    {
        background-color: #fbfafa;
        height: 48px;
        padding:5px ;
        color: var(--textgray);
        font-size: var(--font14);
        font-weight: 100;
        border:var(--gg) solid 1px;
    }
    .midcontainer-emp-overviewem
    {
        width: auto;
        height: calc(100vh - 280px);
        padding: 0px 15px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 15px;
    }
.modal-body .col-sm-8,  .modal-body .col-md-6,  .modal-body .col-lg-8,  .modal-body.col-xl-9{
    padding-right: 0.8rem;
    padding-left: 0.8rem;

}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}
} 

@media only screen and (min-width:1280px)
{
    .yellowbg .ripd{
        padding-right: 15px;
    }   
    .yellowbg .pplf{
        padding-left: 5px;
    } 
    .tablll::-webkit-scrollbar
    {
        width: 0px;
    }
 
    .loginsection
    {
      width:100%;
      max-width:360px;
      margin:auto;
      padding:2% 2%;
      text-align:left;
    background-color: #fff;
    border-radius: 5px;
    }
    .emmm .graybox
{
    margin:0px 15px 15px 15px;
}
.page-headerview
{
    border-bottom: var(--gg) solid 1px;
  
    height: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;

}
    .page-title {
        cursor: pointer;
        width: auto;
        text-overflow: inherit;
        overflow: hidden;
        white-space: nowrap;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 1.0715rem;
        padding-left: 1.0715rem;
    }
    .modal-body .col-sm-8,  .modal-body .col-md-6,  .modal-body .col-lg-8,  .modal-body.col-xl-9, .modal-body.col-xl-8,  .modal-body.col-xl-4, .modal-body.col-lg-7, .modal-body.col-lg-4, .modal-body.col-lg-5{
        padding-right: 0.8rem;
        padding-left:0.8rem;
    
    }

    .midcontainer-emp-overviewem
{
    width: auto;
    height: calc(100vh - 300px);
    padding: 0px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}
}
@media only screen and (min-width:1366px)
{
    .yellowbg .ripd{
        padding-right: 10px;
    }  
    .yellowbg .pplf{
        padding-left: 5px;
    }  
    .import text-field-label
    {
        width: 35%;
        float: left;
        padding-right: 15px;
    }
    .lable-right
    {
        width: 65%;
    
        float:right;
    
    }
    .wid25
{
    width: 23%;
    margin: 10px;
}

.filtergroup
{
    background-color: #fbfafa;
    height: 48px;
    padding:5px ;
    color: var(--textgray);
    font-size: var(--font14);
    font-weight: 100;
    border:var(--gg) solid 1px;
}
}
@media only screen and (min-width:1400px)
{
    .box1
    {
        /* background-color: #fff;
        border: 1px solid #ced4da; */
        margin: 0px 10px 10px 0px;
        width:fit-content;
        width: 49%;
        /* min-height: 420px; */
        padding-bottom:10px ;
      

    }
    .box1:nth-of-type(4)
    {
        flex: auto;
    }
    .box1:nth-of-type(5)
    {
        flex: auto;
    }
}
@media only screen and (min-width:1600px)
{   .yellowbg .ripd{
    padding-right: 0px;
}   
.yellowbg .pplf{
    padding-left:15px;
} 
    .box1
    {
        /* background-color: #fff;
        border: 1px solid #ced4da; */
        margin: 0px 20px 20px 0px;
        width:fit-content;
        width: 31.8%;
        padding-bottom:10px ;
        /* min-height: 420px; */
    }
    .box1:nth-of-type(4)
{
    flex: 1;
}
.box1:nth-of-type(5)
{
    flex: 1;
}
    .wid25
{
    width: 23%;
    margin: 10px;
}

.filtergroup
{
    background-color: #fbfafa;
    height: 48px;
    padding:5px ;
    color: var(--textgray);
    font-size: var(--font14);
    font-weight: 100;
    border:var(--gg) solid 1px;
}
}
@media only screen and (min-width:1920px)
{
    .box1
    {
        /* background-color: #fff;
        border: 1px solid #ced4da; */
        margin: 0px 20px 20px 0px;
        width:fit-content;
        width: 32%;
        padding-bottom:10px ;
        /* min-height: 420px; */
    }
    .box1:nth-of-type(4)
{
    flex: 1;
}
.box1:nth-of-type(5)
{
    flex: 1;
}
}


.w15p
{
    width: 15%;
    min-width: 150px
}
.w10p
{
    width: 10%;
    min-width: 100px
}
.w20p
{
    width: 20%;
    min-width: 200px
}
.w25p
{
    width:25%;
    min-width: 300px
}
.searchmob
{
    padding: 5px 10px;
}

select[multiple], select[size], textarea.form-control
{
    height: 35px
}

.site-menu-title
{
    font-size: var(--font14);
}
.ful-rt-mid
{
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

.modal-header .modal-title, .modal-header h4
{
    font-size: var(--font18) !important;


}
.modal-content .btn-success
{
    width:85px;
}
.modal-content .btn-red
{
    width: 85px;
}
.reportsc .page-title
{
    border: 0px !important;
}
.reportsc .page-header
{
    padding: 0px 10px;

}
.newbtn 
{
    padding: 2px 10px;
    border: 0px;

}
.reportsc .btn-success, .reportsc .btn-red, .reportsc .btn-danger
{
    width: auto;
}
.exportcheck .exportli li
{
    display: inline-flex;
    list-style: none;
    padding: 0 0 10px 0px;
    align-items: center;
}
.chiller_cb .exportli
{
    padding-left:0px;
    margin-bottom: 0px;
}




.btn-outline .page-title
{
    padding: 0px 10px 0px 5px;
}

.table td, .table th
{
    white-space: nowrap;
}
.table td
{
    padding: 5px 10px !important;
}


.btn-trans
{
    background-color: transparent;
    border: 0px;
}
.payslipbtn
{
    background-color: #3a7dca;
    border-radius: 3px;
    padding: 0px 5px;
    color: #fff;
    font-size: 11px;
}
.modal-mlg
{
    width: 1000px !important;
    margin:0% auto;
    max-width: 1100px !important;
}
