
/*Billing Style*/
@import url("./fonts/fonts.css");
.alert {
    border: 1px red solid !important;
}
.select2 {
    display: inline;
    color:black;
}

    .select2 .select2-selection__rendered {
        color: red;
    }

input {
    position: relative;
    width: 150px;
    height: 20px;
    color: black;
}

 /*   input:before {
        position: absolute;
        top: 3px;
        left: 3px;
        content: attr(data-date);
        display: inline-block;
        color: black;
    }*/

  /*  input::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
        display: none;
    }*/

    /*input::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 3px;
        right: 0;
        color: black;
        opacity: 1;
    }*/

table {
    page-break-inside: auto
}

tr {
    page-break-inside: avoid;
    page-break-after: auto
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-footer-group;
}


input[type="text"][disabled] {
     /*background-color: white;*/
}

mark {
    padding: 0;
    background: yellow !important;
}

.reveal-modal {
    /*position: relative;
	margin: 0 auto;
	max-width: 500px;
	background-image: url(../images/BackGround.png);
 	height: 350px;*/
    width: 500px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow-y: initial;
}

.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #321c5f;
}

.modal-dialog.modal-notify .modal-header {
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.modal-dialog .modal-content .modal-header {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}

.modal-header {
    color: lightblue !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

*, *::before, *::after {
    box-sizing: border-box;
}

user agent stylesheet

div {
    display: block;
    margin: 0 auto;
}
div[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}

    div[size="A4"][layout="portrait"] {
        width: 29.7cm;
        height: 21cm;
    }


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.side-menu {
    font-weight: bold;
}

body {
    background: #FFF url("../images/BackGround.png") top left repeat-x;
}

.page {
    display: none;
    padding: 0 0.5em;
    background-color: #F0F8FF;
}

    .page h1 {
        font-size: 2em;
        line-height: 1em;
        margin-top: 1.1em;
        font-weight: bold;
    }

    .page p {
        font-size: 1.5em;
        line-height: 1.275em;
        margin-top: 0.15em;
    }

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("../images/Loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}


.centerdiv {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul.two-columns li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Clear Fix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    padding: 0px;
}

.nav-md .container.body .right_col {
    padding: 5px 10px 0;
    /*margin-left: 230px;*/
}

.toggle a {
    padding: 10px 10px 0;
}

.page-title .title_left h3 {
    font-family: 'proxima_nova_ltsemibold';
    margin: 0 0 9px 0;
    font-size: 1.3rem;
    color: #000000;
}
.print_dev {
    font-family: 'Times New Roman' !important;
    color: black;
    width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
}
.top_nav .navbar-right {
    margin: 8px;
}

.form-control {
    font-family: 'proxima_nova_ltsemibold';
    height: calc(1em + .75rem + 2px);
    padding: .002rem .005rem;
    font-size: 0.9rem;
    color: #000000;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus, .form-control:hover {
        border: 1px solid #5e35b1;
        box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
        box-shadow: none;
        outline: 0px;
    }

.grid-control {
    border: 0px solid #5e35b1;
    padding-left: 0px;
    padding-right: 0px;
}

    .grid-control:focus, .grid-control:hover {
        border: 0px solid #5e35b1;
        outline: 0px;
    }

.x_panel {
    padding: 0px 0px;
    margin-bottom: 2px;
    border-radius: 0px;
    box-shadow: 0 .1rem .15rem rgba(0,0,0,.075) !important;
}

.form-group {
    margin-bottom: 2px;
}

.label-header {
    color: #5e35b1;
    font-weight: 600;
}

.btn {
    padding: .175rem .75rem;
    font-size: 0.9rem;
}

.ln_solid {
    margin: 10px 0;
}

button, .buttons, .btn, .modal-footer .btn + .btn {
    margin-bottom: 0px;
    margin-right: 0px;
}

.x_content {
    padding: 0 0px 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.plr-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.pr-25 {
    padding-right: 25px;
}

.lh-36 {
    line-height: 36px;
}

.lh-32 {
    line-height: 32px;
}

.lh-33 {
    line-height: 33px;
}

.lh-30 {
    line-height: 30px;
}

.fixed-panel {
    background: #faffd8;
    border-color: #e7f39b;
}

body {
    font-family: 'Proxima Nova';
    font-size: 14px;
    color: #000000;
    background-color: aliceblue;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-20 {
    margin-bottom: 20px;
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-4 {
    padding-top: 4px !important;
}

.fw-600 {
    font-weight: 600;
}

.fs-3rem {
    font-size: 3rem;
}

.fs-4rem {
    font-size: 4rem;
}

.clear-b {
    clear: both;
}

.dib {
    display: inline-block;
}

.color-thead {
    font-family: 'proxima_nova_ltsemibold';
    background: #03dab2;
    color: #ffffff;
    text-align: center;
}

.color-theadSearchGrid {
    font-family: 'proxima_nova_ltsemibold';
    background: #321c5f;
    color: #ffffff;
}

.table-border {
    border: 0.5px solid #e3e3e3;
}

.table th {
    padding: .35rem;
    width: auto;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: initial;
}

.table td {
    padding: .05rem;
    width: auto;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: initial;
}

.table td {
    border-top: 0px solid #dee2e6;
    border-left: 1px solid #e3e3e3;
    border-right: 0px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

    .table td:last-child {
        border-right: 1px solid #e3e3e3;
    }

.bt-0 {
    border-top: 0px;
}

.table-col-width-150-px {
    width: 150px;
}

.table-col-width-75-px {
    width: 75px;
}

.table-col-width-50-px {
    width: 50px;
}

.table-col-width-40-px {
    width: 40px;
}

.label-amount {
    color: #5e35b1;
    font-weight: 600;
    font-size: 1rem;
}

.qr-code-area {
    width: 220px;
    height: 140px;
    border: 1px dashed #ddd;
    background-color: #000;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    object-fit: cover;
}

.qr-code-font {
    font-size: 9rem;
    color: #ccc;
}

.qr-code-button-area {
    width: 215px;
    text-align: center;
}

.fa-icon {
    color: #333;
}

    .fa-icon:hover {
        cursor: pointer;
        color: #000;
    }

.fa-excel {
    color: var(--teal);
}

    .fa-excel:hover {
        color: var(--green);
        cursor: pointer;
    }

.fa-pdf {
    color: var(--pink);
}

    .fa-pdf:hover {
        color: var(--red);
        cursor: pointer;
    }

.pl-6 {
    padding-left: 6px;
}

.pl-10 {
    padding-left: 10px;
}

div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_filter {
    text-align: right;
}

    div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.dataTables_paginate a {
    background: #ddd !important;
    /*color: black;*/
}

.pagination {
    margin-bottom: 0px;
}

.modal-title {
    font-size: 1.1rem;
    font-weight: 500;
}

.qr-code-title {
    font-size: 0.8rem;
    font-weight: 500;
}

.qr-code-modal-scroll {
    height: calc(100vh - 200px);
    overflow: auto;
}

.qr-code-size {
    width: 190px;
    height: auto;
    border: 1px solid #d4d9de;
    padding: 6px;
    overflow: hidden;
    margin-right: 6px;
    float: left;
    margin-bottom: 6px;
}

    .qr-code-size:hover {
        border: 1px solid #007bff;
    }

.qr-code-img {
    width: 100px;
}

.qr-code-left {
    float: left;
    width: 50%;
}

.qr-code-right {
    float: left;
    width: 50%;
}

.qr-code-label {
    margin-bottom: 0px;
    color: #000;
}

.modal-width-835 {
    width: 835px;
    max-width: 835px;
}

.login-control-height {
    height: 38px;
}

.login_content {
    padding: 50px 0 0;
}

.login-btn {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    font-weight: 600;
}

.login_content div .reset_pass {
    margin: 0px;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.header-dropdown {
    background-color: transparent;
    font-size: 0.8rem;
}

.table-responsive {
    display: table;
    width: 100%;
    padding: 0;
}

@media (max-width: 991px) {

    .pl-0 {
        padding-left: 10px !important;
    }

    .pr-0 {
        padding-right: 10px !important;
    }

    .mobile-qr-code-area {
        padding-left: 20px;
        padding-top: 15px;
    }

    .modal-width-835 {
        width: 95%;
        max-width: 95%;
    }

    .top_nav .navbar-right {
        padding-left: 0px;
    }

    .table-responsive {
        display: block;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        display: table;
    }
}

.alert-position {
    position: absolute;
}

.alert-close {
    line-height: 18px;
    margin-left: 20px !important;
    font-size: 1.4rem;
}

.hide, .hideScrap {
    display: none;
}

.show, .showScrap {
    display: block;
}

.blank {
    border: 1px red solid;
}

.required:after {
    content: " *";
    color: red;
}

/*theme*/
.left_col {
    /*background: #321c5f;#33383e*/
    background: #321c5f;
    /*background-image: linear-gradient(to right, #84c225 0%, #81c120 19%, #7abd14 60%, #7abd14 100%) !important;*/
}

.nav_title {
    width: 230px;
    float: left;
    /*background: #321c5f;*/
    background: #321c5f;
    border-radius: 0;
    height: 57px;
    padding: 0px;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 0px solid white !important;
}

.nav li.current-page {
    /*background: #522e93;*/
    background: grey;
    border-radius: 999px;
}

.nav.side-menu > li.active > a {
    /*background: #5e35b1;*/
    background: grey;
    color: white;
    font-weight: bold;
    border-radius: 999px;
    font-size: 1em;
}

.nav.submenu > li > a {
    color: white;
    font-weight: bold;
}

.nav-md ul.nav.child_menu li:before {
    /*background: #673ab7;*/
    background: white;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
    font-size: 2em;
    color: red;
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #673ab7;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
    font-size: 1em;
    color: red;
}

.btn-success {
    background: #44cf6c;
    border: 1px solid #44cf6c;
}

.nav {
    font-weight: bold;
    font-size: 1em;
}

.nav_menu {
    float: left;
    /*	background: #ffffff;*/
    background: #321c5f;
    border-bottom: 0px solid #D9DEE4;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}

body .container.body .right_col {
    /*background: #ffffff;*/
    background: #F0F8FF;
}

.btn {
    border-radius: 999px;
}

.nav.child_menu li:hover, .nav.child_menu li.active {
    background: grey;
    /*background: #522e93;*/
    border-radius: 999px;
    font-size: 20px;
}

.site_title {
    color: black !important;
}

.img-circle.profile_img {
    border: 0px solid rgba(52,73,94,0.44);
    margin-top: 15px !important;
}

.profile_info {
    padding: 15px 10px 10px !important;
}

.btn-loginprimary {
    color: #fff;
    background-color: royalblue;
    border-color: #5e35b1;
}

.btn-primary {
    color: #fff;
    background-color: #5e35b1;
    border-color: #5e35b1;
}

    .btn-primary:hover {
        background-color: #754acc;
        border-color: #754acc;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgb(94 53 177 / 30%);
    }

.btn-loginprimary:hover {
    background-color: #5e35b1;
    border-color: #754acc;
}

.btn-loginprimary.focus, .btn-loginprimary:focus {
    box-shadow: 0 0 0 0.2rem;
    /*rgb(94 53 177 / 30%)*/
}

.btn-secondary {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-secondary:hover {
        color: #333;
        background-color: #fff;
        border-color: #666;
    }

a:not([href]):not([tabindex]) {
    color: #000;
    text-decoration: none;
}

    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #666;
        text-decoration: none;
    }

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
}

.table td, .table th {
    border-top: 0px solid #dee2e6;
}

.btn-success {
    background: #44cf6c;
    border: 1px solid #44cf6c;
}

    .btn-success:hover {
        background: #62de85;
        border: 1px solid #62de85;
    }

.btn-print {
    background: navy;
    border: 1px solid #44cf6c;
    color: white;
}

    .btn-print:hover {
        background: blue;
        border: 1px solid #62de85;
        color: white;
    }

.ln_solid {
    border-top: 0px solid #e5e5e5;
}

.nav.child_menu > li > a {
    /*color: rgba(255,255,255,0.75); maroon*/
    font-size: 14px;
    padding: 9px;
    color: white;
    font-weight: bold;
}

.form-check-label {
    font-family: 'proxima_nova_ltsemibold';
}

textarea.form-control {
    height: 47px;
}

.alert-danger, .alert-error, .alert-warning {
    color: #ffffff;
}

.switchery {
    width: 28px;
    height: 16px;
}

    .switchery > small {
        width: 16px;
        height: 16px;
    }

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    min-width: 280px;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    border: 1px solid #e3e3e3;
}

    .login_content h1 {
        font-family: 'proxima_nova_ltsemibold';
        font-size: 28px;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin: 10px 0 40px;
    }

        .login_content h1:before {
            background: none;
        }

        .login_content h1:after {
            background: none;
        }

    .login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"] {
        color: #000;
        font-size: 14px;
        border: 1px solid #e2e2e2;
        box-shadow: none;
    }

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 10.5%;
    max-width: 350px;
    position: relative;
}

.login {
    background-image: url(../images/BackGround.png);
    background-repeat: repeat;
}


table {
    color: #000;
    font-family: 'proxima_nova_ltsemibold';
    table-layout: auto;
    width: 100% !important;
}

.go-btn {
    font-size: 1.3rem;
    line-height: 28px;
    color: #666;
}

    .go-btn:hover i {
        cursor: pointer;
        color: #333;
    }

    .go-btn i {
        color: #666;
    }

.go-close {
    font-size: 0.8rem;
    line-height: 29px;
    position: absolute;
    top: 0px;
    right: 8px;
    color: #999 !important;
}

    .go-close:hover i {
        cursor: pointer;
        color: #333;
    }

    .go-close i {
        color: #ccc;
    }

.awesomplete {
    width: 100% !important;
}

.menu-display {
    display: none;
}
/*theme*/

.page-item.active .page-link {
    color: #fff;
    font-weight: bold;
    background: #5e35b1 !important;
}

.page-link {
    color: #000;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    top: 4px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    top: 4px;
}

.dataTables_length label span {
    padding-right: 10px;
}

.page-title .title_left {
    padding-top: 8px;
}

.play-btn {
    background-color: #38b000;
    border: 1px solid #38b000;
    color: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 10px;
    width: 20px;
    height: 21px;
    padding-top: 3.5px;
    padding-left: 2px;
}

    .play-btn:hover {
        background-color: #008000;
        border: 1px solid #008000;
        color: #fff;
        cursor: pointer;
    }

.stop-btn {
    background-color: #e5383b;
    border: 1px solid #e5383b;
    color: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 9px;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

    .stop-btn:hover {
        background-color: #ba181b;
        border: 1px solid #ba181b;
        color: #fff;
        cursor: pointer;
    }

.play-text-btn {
    background-color: #38b000;
    border: 1px solid #38b000;
    color: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 12px;
}

    .play-text-btn:hover {
        background-color: #008000;
        border: 1px solid #008000;
        color: #fff;
        cursor: pointer;
    }

.stop-text-btn {
    background-color: #e5383b;
    border: 1px solid #e5383b;
    color: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 12px;
}

    .stop-text-btn:hover {
        background-color: #ba181b;
        border: 1px solid #ba181b;
        color: #fff;
        cursor: pointer;
    }

.login-logo-width {
    width: 255px;
}

.inside-logo-width {
    width: 200px;
}

.tc {
    text-align: center;
}

.table-col-width-180-px {
    width: 180px;
}

.pb-30 {
    padding-bottom: 30px;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

 
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

input[type="date"].mobile {
    content: 'DD-MM-YYYY';
}

.select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: text;
    height: 22px;
    width: 100%;
}

select {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: text;
    height: 22px;
    width: 100%;
}

.sid-plesk {
    background-color: #F0F8FF;
}

.col-md-12 {
    background-color: white;
}

.dataTables_filter input {
    width: 80%;
}

.txtsearch {
    width: 80%;
}

.swalalert {
    color: forestgreen;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

.loader {
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-plus-square {
    color: mediumvioletred;
}
.fa-trash {
    color: red;
}
.addgridrow {
     font-size: 18px !important;
     color: darkgreen !important;
     cursor:pointer
}
.masterpage {
    background-color: white;
}

.modalpage {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.TopCenter-modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.print-margin-zero {
    width: 100%;
    margin: 0px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman' !important;
}

.print-label-value {
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    color: black;
    font-family: 'Times New Roman' !important;
}

.fw-600 {
    font-size: 22px !important;
    font-weight: bold;
}

.fs-18 {
    font-size: 18px;
    font-weight: bold;
}

.fs-16 {
    font-size: 16px;
    font-weight: bold;
}
.fs-12 {
    font-size: 12px;
    font-weight: bold;
}
.printborder {
    margin: 0px;
    float: left;
    width: 50%;
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
}

.print-form-row:after {
}

.printrow {
    width: 100%;
    margin: 0px;
    border: 1px solid black;
    border-bottom: 1px solid black !important;
    font-family: 'Times New Roman' !important;
}


.printtable-border {
    border: 0px solid black;
}

.printtable {
    padding: 0;
}

.printtable td, .printtable th {
        padding: 0;
        width: auto;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: initial;
        font-family: 'Times New Roman' !important;
 }

    .printtable td {
        padding: 0;
        border-top: 0px solid black;
        border-left: 1px solid black;
        border-right: 0px solid black;
        border-bottom: 1px solid black;
        font-family: 'Times New Roman' !important;
        font-size: 12px;
        
    }

.printtable th {
        padding: 0;
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        font-weight: bold;
        font-size: 15px;
        font-family: 'Times New Roman' !important;
        text-align: center;
}


.printtableborderless {
    padding: 0;
}

    .printtableborderless td, .printtableborderless th {
        padding: 0;
        width: auto;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: initial;
        font-family: 'Times New Roman' !important;
    }

    .printtableborderless td {
        padding: 0;
        font-family: 'Times New Roman' !important;
        font-size: 12px;
    }

    .printtableborderless th {
        padding: 0;
        font-weight: bold;
        font-size: 15px;
        font-family: 'Times New Roman' !important;
        text-align: center;
    }


@media screen {
    #printSection {
        display: none;
    }
}

.a4page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
    padding: 1cm;
    border: 5px red solid;
    height: 237mm;
    outline: 2cm #FFEAEA solid;
}





@media print {
/*    @page {
        size: A4 portrait;
        max-width: 100%;
        position: absolute;
        width: 21cm;
        height: 29.7cm;
    }*/
    @page {
        size: A4;
        margin: 0;
    }

    .a4page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    body {
        width: 21cm;
        height: 29.7cm;
    } 
    h2, h3, p {
        orphans: unset;
        widows: unset;
    }

    html, body {
       /* height: 100vh;*/
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: absolute;
    }

        body * {
            visibility: hidden;
        }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }

    .print:last-child {
        page-break-after: auto;
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.tablescroll {
}

.tablecheckboxcell {
    padding: 0px;
    text-align: center !important;
    /* center checkbox horizontally */
    vertical-align: middle !important;
    /* center checkbox vertically */
}

.tablebuttonboxcell {
    text-align: center !important;
    margin: 5px;
    padding: 5px;
    vertical-align: middle !important;
}

@media (max-width: 600px) {
    .table {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
}

.hyper-link {
    text-decoration: underline;
    color: blue;
    text-align: center;
    vertical-align: middle;
}

    .hyper-link:hover {
        color: red;
        text-decoration: underline;
        text-align: center;
        vertical-align: middle;
    }
 
.nav-tabs {
/*    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #dddd;*/
}


.spanfooteramount
{
    background-color:red;
}
.nav-pills .nav-link.active {
    color: black;
    background-color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600;
}


html {
    position: relative;
    min-height: 100%;
}
/*Normalize html and body elements,this style is just good to have*/
html, body {
    margin: 0;
    padding: 0;
}

.pageContentWrapper {
    margin-bottom: 100px; /* Height of footer*/
}

/*.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: #ccc;
}

.header, .header-space,
.footer, .footer-space {
    height: 100px;
}

.header {
    position: fixed;
    top: 0;
}

.footer {
    position: fixed;
    bottom: 0;
}*/


@media all and (min-width: 480px) {
    .deskContent {
        display: block;
    }

    .phoneContent {
        display: none;
    }
}

@media all and (max-width: 479px) {
    .deskContent {
        display: none;
    }

    .phoneContent {
        display: block;
    }
}

.pocell{
    color:red;
}