@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu
{
    margin: 0;
    width: auto;
    padding: 0;
    display: block;
    position: relative;
    font: Arial;
    background-color: #214f80;
    height: 48px;
}
#cssmenu ul
{
    margin: 0;
    padding: 0;
    display: block;
    font: Arial;
}
#cssmenu ul:after
{
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
#cssmenu ul li
{
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    z-index:2;
}
#cssmenu ul li a
{
    text-decoration: none;
    text-align: left;
    display: block;
    margin: 0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul li ul
{
    position: absolute;
    left: -9999px;
    top: auto;
}
#cssmenu ul li ul li
{
    max-height: 0;
    position: absolute;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
    background: none repeat scroll 0 0 #214f80;
    border-left: solid 1px #597491;
    border-right: solid 1px #597491;
    border-bottom: solid 1px #597491;
}
#cssmenu ul li ul li.has-sub:after
{
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #94C11C;
    z-index: 1;
    top: 13px;
    right: 15px;
}
#cssmenu ul li ul li.has-sub:before
{
    display: block;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-left-color: #ffffff;
    z-index: 2;
    top: 15px;
    right: 15px;
}
#cssmenu ul li ul li a
{
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #FFFFFF;
    letter-spacing: 0;
    display: block;
    width: 140px;
    font-weight: lighter;
    padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a, #cssmenu ul li ul li.active > a
{
    color: White;
    background-color: #3e6c9d;
}
#cssmenu ul li ul li:hover:after, #cssmenu ul li ul li.active:after
{
}
#cssmenu ul li ul li:hover > ul
{
    left: 170px;
    top: 0;
}
#cssmenu ul li ul li:hover > ul > li
{
    max-height: 72px;
    position: relative;
}
#cssmenu > ul > li
{
    float: left;
}
#cssmenu > ul > li:after
{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 0;
    background: #214f80;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
}
#cssmenu > ul > li.has-sub > a
{
    padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after
{
    display: block;
    content: '';
    background: #94c11c;
    height: 12px;
    width: 12px;
    position: absolute;
    border-radius: 13px;
    right: 14px;
    top: 16px;
}
#cssmenu > ul > li.has-sub > a:before
{
    display: block;
    content: '';
    border: 4px solid transparent;
    border-top-color: #FFFFFF;
    z-index: 2;
    height: 0;
    width: 0;
    position: absolute;
    right: 16px;
    top: 21px;
}
#cssmenu > ul > li > a
{
    font-family: Arial;
    list-style-type: none;
    color: #FFFFFF;
    padding: 15px 20px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    z-index: 2;
    position: relative;
    cursor:pointer;
}
#cssmenu > ul > li:hover:after, #cssmenu > ul > li.active:after
{
    height: 100%;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a
{
    background-color: #3e6c9d;
    color: White;
}
#cssmenu > ul > li:hover > a:after, #cssmenu > ul > li.active > a:after
{
    background: #94C11C;
}
#cssmenu > ul > li:hover > a:before, #cssmenu > ul > li.active > a:before
{
    border-top-color: #FFFFFF;
}
#cssmenu > ul > li:hover > ul
{
    left: 0;
}
#cssmenu > ul > li:hover > ul > li
{
    max-height: 72px;
    position: relative;
}
#cssmenu #menu-button
{
    display: none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)
{
    #cssmenu > ul
    {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.35s ease-out;
        -moz-transition: max-height 0.35s ease-out;
        -ms-transition: max-height 0.35s ease-out;
        -o-transition: max-height 0.35s ease-out;
        transition: max-height 0.35s ease-out;
    }
    #cssmenu > ul.open
    {
        max-height: 1000px;
        border-top: 1px solid rgba(110, 110, 110, 0.25);
    }
    #cssmenu ul
    {
        width: 100%;
    }

    #cssmenu ul > li > a:hover
    {
        width: 100%;
        color: White;
    }
    #cssmenu ul > li
    {
        float: none;
    }
    #cssmenu ul li a
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 12px 20px;
    }
    #cssmenu ul > li:after
    {
        display: none;
    }
    #cssmenu ul li.has-sub > a:after, #cssmenu ul li.has-sub > a:before, #cssmenu ul li ul li.has-sub:after, #cssmenu ul li ul li.has-sub:before
    {
        display: none;
    }
    #cssmenu ul li ul, #cssmenu ul li ul li ul, #cssmenu ul li ul li:hover > ul
    {
        left: 0;
        position: relative;
    }
    #cssmenu ul li ul li, #cssmenu ul li:hover > ul > li
    {
        max-height: 999px;
        position: relative;
        background: none;
    }
    #cssmenu ul li ul li a
    {
        padding: 8px 20px 8px 35px;
        color: #ffffff;
        width: auto;
    }
    #cssmenu ul li ul ul li a
    {
        padding: 8px 20px 8px 50px;
    }
    #cssmenu ul li ul li:hover > a
    {
        color: #000000;
    }
    #cssmenu #menu-button
    {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 15px 20px;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        color: #ffffff;
        cursor: pointer;
    }
    #cssmenu #menu-button:after
    {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        right: 20px;
        top: 16px;
    }
    #cssmenu #menu-button:before
    {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #ffffff;
        right: 20px;
        top: 26px;
    }
}

/*Divya Styles*/
.header-top-right.login-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: end;
}
#navbarOffcanvas {
    display: block !important; /* Ensure it's visible */
}
.navbar-toggler-icon {
    display: block;
}
.custom-card {
    box-shadow: rgb(221,221,221) 0px 0px 10px 0px !important;
    background: #fff !important;
    border-radius: 14px !important;
}
.card-heading {
    font-weight: 600;
    font-size: 18px;
    color: #05477f;
    margin-bottom: 20px;
}
.ajax__tab_xp .ajax__tab_body {
    font-family: verdana, tahoma, helvetica;
    font-size: 10pt;
    border: none;
     border-top: 0; 
     padding: 0; 
    background-color: #ffffff;
}
.ajax__tab_xp .ajax__tab_outer {
    height: 100% !important;

}
.ajax__tab_xp .ajax__tab_tab {
    height: 40px !important;
    padding: 11px !important;
}
.ajax__tab_xp .ajax__tab_tab {
    background: #fff !important;
    color: #000;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #002c5b;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background: #002c5b !important;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgb(0 44 91 / 29%) 0px 0px 10px 5px;
}
.ajax__tab_xp .ajax__tab_body {
    font-family: verdana, tahoma, helvetica;
    font-size: 10pt;
    border: none !important;
    border-top: 0;
    padding: 0px 8px 8px 8px !important;
    background-color: #ffffff;
    box-shadow: rgb(221, 221, 221) 0px 0px 10px 0px;
}
.ajax__tab_xp .ajax__tab_inner, .ajax__tab_xp .ajax__tab_outer {
  
    padding-left: 3px;
    background: none !important;
}
.table-border td, .table-border th{
    border: 1px solid #e6e6e6 !important;
}

.custom-navbar {
    background: #badfe0;
}
.nav-link {
    color: #304038 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
li.nav-item {
   
    padding-right: 24px;
}
.search-btn {
    background: linear-gradient(135deg, #005298, #0e304d);
    padding: 7px 20px;
    border-radius: 10px;
    border: 1px solid #158085;
    color: #fff;
    box-shadow: rgb(221, 221, 221) 0px 0px 10px 0px;
}
    .search-btn:hover {
        background: linear-gradient(135deg, #94c11c, #0a6f35);
        border: 1px solid  #0a6f35;
    }
nav.navbar.navbar-expand-xl {
    padding: 0px;
}

.table-bg {
    background: #fff;
    padding: 10px !important;
    box-shadow: rgb(221, 221, 221) 0px 0px 10px 0px;
  
   
}


.ptb-10{
    padding:10px 0px;
}
.pb-20{
    padding-bottom:20px;
}
.dynamic-table{
    margin-top:30px;
}
.custom-tr td:first-child, .custom-tr td:nth-child(3){
    width:20%;
    padding: 12px 0px;
}
/* .custom-tr td:first-child::after,
.custom-tr td:nth-child(3)::after {
    content: " :"; 
    font-weight: bold; 
    color: #333; 
} */
.custom-tr td:nth-child(2) span::before,
.custom-tr td:nth-child(4) span::before {
    content: ":";
    font-weight: 600;
    color: #333;
    margin-right: 5px;
    margin-left: -7px;
}
.custom-tr td:nth-child(2) a span::before,
.custom-tr td:nth-child(4) a span::before {
    content: none !important;
   
}

.custom-tr td:nth-child(2), .custom-tr td:nth-child(4) {
    width: 30%;
    padding: 10px 0px;
    color: #1e5086;
    font-weight: 600;

}
.case-btn span{
    cursor: pointer;
    background: #214f80;
    margin-left: 10px;
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
}
.new-case-btn {
    background: #002c5b !important;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #002c5b;
    padding: 6px 14px;
    margin-top: 30px;
}
/* .case-new-entry tr td:first-child{
    width:15% !important;
} */
.case-new-entry {
 
    padding: 18px 10px;
 


}

/* .custom-row-td {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-row-td td {
    flex: 3; 
   min-width: 20%;
} */
.custom-row-td > td:first-child {
    /*display:block;*/
    max-width: 300px !important;
    word-wrap: break-word;
    white-space: normal;
    padding-top: 10px;
}

.custom-row-td > td:nth-child(2) {
   /* width: 200px!important;*/
    display: table-cell;
    vertical-align: middle; 
    padding-top:10px;
   
}
.pop-up-table tr td:first-child{
    width:100%
}
img.search-btn{
    width:20px;
}
.stdPopupInnerContent.hearing-popup tr td:first-child span {
    white-space: nowrap;
}
.stdPopupInnerContent tr td{
    padding-bottom:10px;
}

.save-btn {
    background-color: #0e8737 !important;
}
.clear-btn {
    background-color: #e0610c !important
}
#ContentPlaceHolder2_Imgsearch {
    padding:6px
}
#SiteMapPath1 a {
   
    font-weight: 600;
    text-decoration: none;
    color: #055493;
}
#SiteMapPath1 span {
    font-weight: 600;
    text-decoration: none;
    color: #055493;
}

@media print {
    @page {
        size: A4;
        margin: 10mm;
    }

    body {
        width: 100%;
        transform: scale(1.5);
        transform-origin: top left;
    }
}
.stdAddNew {
    float: right;
       display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    flex-direction: row-reverse;
}
.dropdown-item:hover {
    background: #214f80 !important;
    color: #ffffff !important;
}
.dropdown-menu li.nav-item {
    padding-right:0px;
}
ul.dropdown-menu {
    box-shadow:rgb(221,221,221) 0px 0p 10px 0px;
}
.logo-area{
    padding:0px
}
.loginbg {
    height:545px;
}

.header-container {
    background: linear-gradient(to right, #dce9e9 34%, #06686c 100%);
}
#ContentPlaceHolder2_Calender_Details tr th {
    text-align: center;
    padding: 10px;
}
.test tbody tr {
    display: grid !important;
}
a.case-btn {
    background: linear-gradient(135deg, #005298, #0e304d);
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    margin-bottom: 4px;
}

.test tr td label {
    margin-left: 10px;
}
.pagination {
    justify-content: end !important;
}
.case-icon{
    width:40px;
    margin-right:10px;
}
.case-icon-sub {
    width: 30px;
    margin-right: 0px;
}
#ContentPlaceHolder2_divAddPetitioner, #ContentPlaceHolder2_divAddRespondent {
    width: 100%;
    background: #fff;
    padding: 40px 10px 10px 10px;
    box-shadow: rgb(221, 221, 221) 0px 0px 10px 0px;
}
.extra-fields tr td {
padding: 0px 0px 3px 20px;
}
.ajax__calendar_body table thead tr td, .ajax__calendar_body table tbody tr td {
    padding: 0px !important;
}
#ContentPlaceHolder2_trStatusDisposed tr td:first-child, #ContentPlaceHolder2_trStatusDisposed tr td:nth-child(3){
    width: 30% !important;
}
#ContentPlaceHolder2_trStatusDisposed tr td {
    width: 20% !important;
}
td.filed-head {
    padding: 20px 0px 0px 16px !important;
}
.extra-fields h5{
    font-size:18px;
}
.filed-head h5{
    font-size:18px;
}
#ContentPlaceHolder2_radvak tr td, #ContentPlaceHolder2_radaff tr td, #ContentPlaceHolder2_radstaygranted tr td,
#ContentPlaceHolder2_rbtStayGrant1_0 tr td, #ContentPlaceHolder2_rbtStayGrant1 tr td, #ContentPlaceHolder2_rdAppeal tr td {
    padding: 0px;
}
#ContentPlaceHolder2_CalendarExtender9_daysTable tr td, #ContentPlaceHolder2_CalendarExtender10_daysTable tr td,
#ContentPlaceHolder2_CalendarExtender5_daysTable tr td, #ContentPlaceHolder2_CalendarExtender6_daysTable tr td{
    padding: 0px 0px;
}
#ContentPlaceHolder2_divControls tr td {
    padding: 3px 0px;
}
/*Responsive styles*/
@media (max-width:1199px) {
    .nav-link {
            color: #214f80 !important;
            background: #fff !important;
        }

        li.nav-item {
            padding-right: 0px;
        }

        .page-heighlight {
            display: none;
        }

        .responive-logo {
            width: 280px;
        }

        .headerfont {
            font-size: 22px !important;
        }

        .dropdown-menu[data-bs-popper] {
            margin-top: 0px !important;
        }

        nav.navbar.navbar-expand-xl {
            padding: 0px 10px !important;
            /*   float: right;*/
        }

        .stdRootContainer {
            margin: -20px 0px 0px;
        }

        .stdBorderLeft, .stdBorderRight {
            text-wrap-mode: nowrap !important;
            padding: 10px 21px !important;
        }

        @media (min-width:768px) and (max-width:991px) {
            .logo-area {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .headerfont {
                font-size: 20px !important;
            }

            .logo-area #imgLogo {
                height: 50px !important
            }

            .logo-area #imgclogo {
                height: 38px !important;
                padding-left: 16px;
            }

            .table-bg.table-responsive {
                margin-left: 0px !important;
            }
        }

        @media (max-width:767px) {

            .table-bg.table-responsive {
                margin-left: 0px !important;
            }

            .logo-area {
                display: flex;
                margin: auto;
                justify-content: center;
                align-items: center;
            }

                .logo-area #imgLogo {
                    height: 50px !important
                }

                .logo-area #imgclogo {
                    height: 38px !important;
                    padding-left: 16px;
                }

            .mainfooter {
                height: 78px;
            }

            .ajax__tab_xp .ajax__tab_header {
                display: flex !important;
            }

            .ajax__tab_xp .ajax__tab_tab {
                padding: 4px !important;
            }
            #columnchart_material{
                margin-top:30px;

            }
        }