body {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif !important;
    font-size: 12px;
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
}

a:focus {
    outline: none;
}

.section-title {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #444034;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

.homebg {
    background: url(../images/login-screen.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 103%;
}

.backarrow a {
    position: relative;
    top: -34px;
    left: 20px;
    color: #fff;
    font-size: 20px;
}

.navbrand {
    padding: 20px;
    visibility: hidden;
}

.login-mode {
    display: block;
}

.login-main {
    /*background-color:#ffffffad;*/
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 60px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .login-main h3 {
        background-color: #c51a20;
        color: #fff;
        text-align: center;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 10px 0px;
        margin-bottom: 0;
        position: relative;
        top: -3px;
        font-size: 14px;
    }

.login-inner {
    padding: 15px 42px 63px 31px;
}

    .login-inner label {
        padding-top: 6px;
        font-weight: normal;
    }

    .login-inner .form-control {
        background-color: transparent;
        box-shadow: none;
        border-style: none none solid none;
        border-color: #363636;
        border-radius: 0px;
        padding: 0px;
    }

.mr-3 {
    margin-bottom: 10px;
    display: block;
}

.mr-4 {
    margin-bottom: 30px;
    display: block;
}

.subbtn {
    position: relative;
    left: 37%;
}

.login-inner p a {
    padding-top: 11px;
    display: block;
    /* font-size: 12px;*/
    float: right;
    padding-right: 2px;
    text-decoration: underline;
}

    .login-inner p a:hover {
        color: #c51a20;
    }

.login-inner .btn-primary {
    background-color: #003366;
    border-color: #003366;
    padding: 6px 20px;
}

.dshead {
    position: relative;
}

    .dshead .navbar {
        margin-bottom: 0;
    }

.navmenu {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    top: 295px;
    left: -2px;
    opacity: 0.4;
}

.navbar img {
    max-width: 160px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    /*z-index: 1;*/
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    box-shadow: 0px 0px 5px #aaa;
    z-index: 99999;
}

    .sidenav a {
        padding: 4px 4px 0px 4px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #000;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.dash-nav {
    float: left;
    padding: 10px 0px;
}

.category-main {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
}

.category-inner {
}

    .category-inner h3 {
        margin-left: 25px;
        color: dodgerblue;
    }



.items .fa {
    font-size: 51px;
    color: #ff0050;
}

.cst-table .fa {
    font-size: 21px;
    margin: 0px 3px;
    color: #34678ce0;
}

.nav-items {
    list-style: none;
    float: left;
    padding: 0px 13px;
    position: relative;
    top: -30px;
}

    .nav-items li {
        float: left;
        margin: 6px 8px;
        width: 113px;
        height: 113px;
    }

        .nav-items li img {
            max-height: 64px;
            border-radius: 12px;
            background-color: #f7f8fa;
            border: solid 1px #dbe1e8;
            text-align: center;
            margin: 0 auto;
            display: block;
        }

        .nav-items li a {
            display: block;
            text-decoration: none;
        }

        .nav-items li p {
            font-size: 11px;
            text-align: center;
            padding-top: 5px;
        }

        .nav-items li img:hover {
            box-shadow: 0px 10px 25px #c3c2c2;
        }

.navbar-right {
    padding-top: 46px;
    padding-right: 7px !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}

/*tabs css*/
.tab-nav {
    background-color: #272e38;
}

    .tab-nav .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent;
    }

    .tab-nav .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #e74c3c;
    }

    .tab-nav li.active > a {
        color: #fff;
        background-color: #e74c3c !important;
    }

    .tab-nav.nav > li > a {
        padding: 17px 15px;
        color: #fff;
    }

    /*
       .tab-nav.nav > li.active:after {
        content: "";
        position: absolute;
        bottom: -29px;
        left: 43%;
        border: 15px solid transparent;
        border-top-color: #e74c3c;
    }
       */

    .tab-nav .navbar-collapse {
        padding: 0;
    }

    .tab-nav.navbar {
        border: none;
    }

.nav-pills li {
    position: relative;
}

.lnb {
    display: block;
}

    .lnb h3 {
        font-size: 18px;
        color: #e21313;
        margin-bottom: 20px;
        /*padding-left: 18px;*/
        /*text-decoration: underline;*/
        font-family: 'Oswald', sans-serif;
    }

.scroll-area {
    background-color: #fff;
    padding: 0px 20px;
}

.section table thead {
    background-color: #207b9e;
    color: #fff;
}

.lb-1 {
    display: block;
}

    .lb-1 label {
        padding-top: 5px;
    }

.product-table {
    width: 110px;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}

.product-table-main {
    margin-left: 25px;
}

.prod-btn {
    margin-top: 25px;
}

.actionth {
    width: 130px;
}

.actiontd {
}

    .actiontd a {
        float: left;
        margin-right: 15px;
        text-decoration: underline;
    }

nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    padding: 30px 25px;
}

/*home page css*/
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 30px;
    color: #fff;
    margin: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .hvr-shutter-in-horizontal a {
        color: #fff;
        text-decoration: none;
    }

    .hvr-shutter-in-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #333333;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        text-decoration: none;
        border-radius: 5px;
    }

    .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
        color: white;
        text-decoration: none;
    }

/*addclient css*/
.addclient {
    padding: 30px 0px 30px 0px;
}

.innerpage-bg {
    background: url(../images/cm-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.innerpage-bg-33 {
    background: url(../images/cm-bg-33.jpg) center fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.addclient-main {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 2px #ababab;
}

.addclient h3 {
    background-color: #c51a20;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0px;
    margin-bottom: 0;
    position: relative;
    top: -3px;
    font-size: 18px;
}

.addclient-inner {
    padding: 0px 20px 40px 20px;
    position: relative;
    top: -20px;
}

.addclient label {
    padding-top: 6px;
    font-weight: normal;
}

.addclient span {
    font-weight: normal;
}

.addclient .form-control {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #363636;
    border-radius: 5px;
}

.addclient .btn {
    margin-right: 10px;
}

.addclient .btn-primary {
    min-width: 120px;
}

.addclient .btn-success {
    min-width: 120px;
}

.addclient .btn-danger {
    min-width: 120px;
}

.table-info {
    margin: 30px 0px;
}

    .table-info thead {
        background-color: #3282e6;
        color: #fff;
    }

.mid-cont {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.cust-th {
    width: 6% !important;
}

.cust-th1 {
    width: 10% !important;
}

.cust-th2 {
    width: 8% !important;
}

.cust-th3 {
    width: 3% !important;
}

.cust-th4 {
    width: 15% !important;
}

.lab-del {
    padding-left: 20px !important;
    padding-top: 14px !important;
}

.cst-table {
    margin-top: 40px !important;
}

.cst-table-less {
    margin-top: 15px !important;
}

.display-blk {
    display: block !important
}

.info-text {
    background-color: #e7f3fe;
    color: #31708f;
    border: 1px solid #bce8f1;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    margin: 10px 0;
}

info-icon {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #31708f;
}

.info-icon .tooltip-text {
    visibility: hidden;
    width: 600px;
    background-color: #e7f3fe;
    color: #31708f;
    text-align: left;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 120%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.info-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.display-none {
    display: none !important
}

.tab-nav {
    background-color: #272e38;
    /*border-radius: 5px;*/
}

.innerpage-bg {
    background: url(../images/cm-bg.jpg) center center fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.category-main .navbar {
    margin-bottom: 0px;
}

.category-main .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: none;
}

.category-main .nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

footer {
    background-color: #c51a20;
    color: #fff;
    padding: 12px;
    text-align: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99999;d
}

    footer P {
        margin-bottom: 0px;
    }

.navbar-right li a:hover {
    background: none !important;
}

.navbar-right li {
    font-weight: bold;
}

.scrollTop {
    position: fixed;
    right: 0;
    bottom: 35px;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

    .scrollTop a {
        display: block;
    }

    .scrollTop .fa {
        font-size: 34px;
        color: #c51a20;
    }



/*.........................*/


.items {
    margin: 20px;
    float: left;
}

    .items .fa {
        font-size: 51px;
        color: #ff0050;
    }

.fifth-effect img {
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid transparent;
    width: 120px;
    height: 120px;
}

.fifth-effect .mask {
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}

.items p {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.fifth-effect:hover .mask {
    visibility: hidden;
}

.fifth-effect:hover img {
}

.view:hover {
    /*box-shadow: 0 10px 30px 0 rgba(42, 51, 62, 0.08), 0 30px 30px 0 rgba(42, 51, 62, 0.08);*/
    transition: box-shadow 0.5s ease;
    box-shadow: 0px 0px 30px #333;
}

.view {
    margin: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #f6f6f7;
    border: solid 1px #dbe1e8;
}

    .view img {
        display: block;
        position: relative;
    }

/*    .view .mask, .view .content {
        width: 130px;
        height: 130px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }*/

.category-inner p {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.mycustomJQWrapper {
    width: 100% !important;
    margin: 0 0 0 17px;
}

    .mycustomJQWrapper table {
        width: 100% !important;
    }

.ch-draw {
    width: 100%;
    height: 400px;
    border: 1px solid #ededed;
    box-shadow: 10px 10px 5px 0px #ddd;
}


.clnt {
    cursor: pointer;
    width: 130px;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #ddd;
    float: left;
    margin: 10px 30px;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    color: #403a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    box-shadow: inset 0 0 10px #ddd;
    transition: all 0.3s ease-in;
}

    .clnt p {
        margin: 0;
        font-weight: bold;
        font-size: 11px;
    }

    .clnt:hover {
        box-shadow: 0px 0px 30px #333;
        border-radius: 12px;
        text-decoration: none;
    }

.bdr {
    border-top: 2px solid #a09fda;
    margin-bottom: 38px;
    width: 1100px;
    float: left;
    margin-left: 42px;
}

.admin-top {
    float: left;
    width: 100%;
}

    .admin-top .items {
        float: left;
        margin: 20px 20px 10px 20px;
    }

.admin-bottom {
    float: left;
    width: 100%;
    margin-left: 1px;
}

.logout {
    color: #272626;
    font-weight: bold;
}

.head-fix {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #c8d7dc;
    padding-bottom: 4px;
}

/*.lab-fix {
   position: fixed !important;
    right: 0;
    left: 53px;
    top: 79px;
    z-index: 99;
    width: 1243px;
}*/
.lab-fix {
    position: fixed !important;
    right: 0;
    left: 54px;
    top: 79px;
    z-index: 99;
    width: 92%;
}

.scroll-area {
    background-color: #fff;
    padding: 11px 20px;
    margin-top: 94px;
}

.section {
    padding-top: 35px;
}

    .section .table {
        width: 100%;
        margin: 0 auto;
    }

        .section .table th {
            text-align: center;
        }

.ref {
    margin-bottom: 16px !important;
    display: block;
    width: 100%;
    float: left;
}

.tab-nav li.active > a {
    color: #fff;
    background-color: #e74c3c !important;
    /*border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;*/
    border-radius: 0px;
}

.tab-nav.nav > li.active:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 43%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}

#PrClientName {
    text-align: center;
    /* font-style: italic; */
    font-weight: 600;
    margin-top: 36px;
    padding: 8px 0px;
    color: #003366;
    font-size: 18px;
}

.dashlogo {
    position: relative;
    top: 15px;
    left: 0;
    cursor: pointer;
}
.hmecle{
    max-width: 190px;
    position: relative;
    top: -8px;
}
.act {
    font-size: 20px;
    color: #496a6fc2;
    position: relative;
    top: 4px;
}

.category-main label {
    /*padding-top:5px;
        padding-left: 5px;*/
}

/*labnotbook edit css*/
.popup_details {
    border-radius: 5px;
    display: none;
    position: absolute;
    _position: absolute;
    min-height: 163px;
    width: 504px;
    background: #fff;
    top: 26%;
    left: 34%;
    margin: -50px 0 0 -100px;
    z-index: 100;
    font-size: 15px;
    -moz-box-shadow: 0 0 5px #B9B9B9;
    -webkit-box-shadow: 0 0 5px #B9B9B9;
    box-shadow: 0 0 5px #B9B9B9;
}

.lab-model {
    width: 600px;
    padding: 0px 0px;
    min-height: 318px;
}

.lab-model1 {
    width: 600px;
    padding: 0px 0px;
    min-height: 193px;
}

.lab-model .form-group {
    margin: 20px 0px;
}

.lmar-2 {
    margin-bottom: 10px;
}

.lab-model .btn {
    min-width: auto;
    margin-right: 4px;
}

.lbtn {
    margin-left: 30px;
    margin-top: 5px;
}

.np {
    top: 0px !important;
}

.notepanel {
    width: 100%;
    float: left;
    display: block;
    border: 1px solid #ddd;
    padding: 20px;
    min-height: 235px;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 30px;
}

    .notepanel h4 {
        padding-left: 20px;
        color: #10537d;
        font-size: 15px;
    }

    .notepanel table {
        margin-left: 22px;
    }

.nptable {
    margin-top: 20px;
}

.np-btn {
    margin-top: 20px;
}

.delete-Row {
    float: left;
}

body .ms-parent {
    width: 100% !important;
    height: 34px !important;
}

body .ms-choice {
    width: 100% !important;
    height: 34px !important;
    border: 1px solid #000 !important;
}

body .ms-drop {
    border: 1px solid #000 !important;
}

.nb-select {
    display: block;
    margin: 20px 0px;
}

.gridActionIcons {
    margin-left: 0px !important;
    width: 20px;
    margin-right: 5px;
}

.search-connect {
    margin: 30px 0px;
    display: block;
}

.search-back {
    font-size: 20px;
    position: relative;
    left: 30px;
    display: none;
}

.m-left {
    margin-left: 41px;
}

.btn-both {
    position: relative;
    left: -21px;
}
/*body.modal-open {
    overflow: visible;
}*/
/*body.modal-open {
    overflow: visible;
    position: absolute;
    width: 100%;
    height:100%;
}*/
body.modal-open {
    overflow: inherit;
    padding-right: 0 !important;
}

.ms-drop ul {
    max-height: 150px !important;
}

.cdd .cdd-logo {
    display: none;
}

.ui-jqgrid .ui-pager-control {
    border-right: 1px solid #c5dbec;
}

.ui-jqgrid .ui-jqgrid-htable, .ui-jqgrid .ui-pager-control {
    display: inline-block;
}

.ui-jqgrid .ui-pg-input {
    min-width: 20px;
    min-height: 18px;
    padding-left: 4px;
}

.gap {
    border-top: 1px solid #eee;
    display: block;
    height: 10px;
    float: left;
    width: 100%;
    padding-top: 50px;
}

.no-pdding {
    padding: 0px !important;
}

.unlm {
    margin-left: 127px;
}

.addclient .container {
    width: 94%;
}

header .container {
    width: 94%;
}

.category-main .container {
    width: 94%;
}

.category-main input[type=checkbox] {
    width: 18px;
    height: 24px;
}

.btn-info, .btn-primary, .btn-danger, .btn-success {
    min-width: 120px;
    margin: 0px 6px;
}

.logout {
    display: inline !important;
}

.headericon {
    margin-right: 5px;
}

.headlog {
    position: relative;
    left: 13px;
}

.navbar-right li {
    font-size: 14px;
}

.gap-2 {
    display: block;
    height: 10px;
    float: left;
    width: 100%;
    padding-top: 20px;
}

.arp {
    position: relative;
    left: -12px;
}

.linkdisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}


/*Custom CSS for JQGRID - Begin*/
.ui-jqgrid tr.jqgrow td {
    word-wrap: break-word; /* IE 5.5+ and CSS3 */
    white-space: pre-wrap; /* CSS3 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 2px;
    padding-bottom: 3px;
}

/*Custom CSS for JQGRID - End*/

#section-2 .form-control {
    font-size: 9px;
}

#section-3 .form-control {
    font-size: 9px;
}

#section-2 table th {
    font-size: 12px;
}

#section-3 table th {
    font-size: 12px;
}

.acr {
    /*margin-left:30px;*/
    display: block;
    margin-top: 12px;
    position:relative;
        right:-7px;
}

.tfoot {
    margin-top: 5px;
    display: block;
}

.searchFilter table tr td {
    padding-right: 8px !important;
}

.unauthorized {
    height: 400px;
}

.ms-choice > div {
    top: 5px !important;
}

.ms-choice > span {
    top: -5px !important;
}

.print-draw {
    width: 100%;
    float: left;
    min-height: 300px;
}

body table.ui-jqgrid-btable {
    border-collapse: separate !important;
}

body .ui-jqgrid .ui-jqgrid-htable {
    height: 24px !important;
}

    body .ui-jqgrid .ui-jqgrid-htable th {
        height: 28px !important;
    }

body .ms-choice > span {
    top: 3px !important;
}

body .ui-jqdialog .fm-button-icon-right {
    padding: .4em 2.0em .4em 1.0em !important;
    width: 60px;
}

body .ui-jqdialog .fm-button-icon-left {
    padding: .4em 2.0em .4em 2.0em !important;
    width: 60px;
}

body .ui-jqdialog-content input, body .ui-jqdialog-content button, body .ui-jqdialog-content select, body .ui-jqdialog-content textarea {
    line-height: normal !important;
}

body select.form-control {
    color: #999 !important;
}

.section-compond {
    width: 60%;
    margin: auto;
}

    .section-compond table th {
        background-color: #c51a20;
        color: #fff;
    }

.cp {
    margin-left: 41px;
}

body div.body-content table div.ui-userdata {
    display: none !important;
}

.arp-2 {
   position: relative;
    right: -6px;
    float:right;
}

.gvkbtn {
    position: relative;
    top: -11px;
}

.printbtn {
    position: relative;
    right: -24px;
    top: -9px;
}

#secPrint .btn-default {
    color: #fff;
    background-color: #636262;
    border-color: #636262;
    min-width: 120px;
}

.unlck {
    position: relative;
    right: -12px;
}
.apprl{
    position: relative;
    right: -6px;
}

.agree-sect {
    position: fixed;
    width: 100%;
    background: #157bc6;
    bottom: 0;
    z-index: 999;
    padding: 20px 10%;
    text-align: center;
    z-index: 1000;
    bottom:41px;
    z-index:9999999;
    font-family: 'Ek Mukta', sans-serif;
}
.agree-sect p {
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Ek Mukta', sans-serif;
    padding-bottom:16px;
}
.agree-sect a {
    margin-top:10px;
    padding: 9px 13px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Ek Mukta', sans-serif;
}
.agree-sect a:hover {
    color: #fff;
}
.policy {
    background: none !important;
    color: #fff !important;
    text-decoration: underline !important;
    padding: 0px !important;
    font-family: 'Ek Mukta', sans-serif;
}