﻿

/*Billing Style*/
@import url("./fonts/fonts.css");

.select2 {
    display: inline;
}

    .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;*/
    background-color: green;
}

.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-thead2 {
    font-family: 'proxima_nova_ltsemibold';
    background: blueviolet;
    color: #ffffff;
    text-align: center;
}

.color-theadSearchGrid {
    font-family: 'proxima_nova_ltsemibold';
    /*background: #321c5f;*/
    background: #343957;
    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;
}
 

.btn-success {
    background: #44cf6c;
    border: 1px solid #44cf6c;
}

 
.btn {
    border-radius: 999px;
}
 
.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-bottom: 1px solid black !important;
    font-family: 'Times New Roman' !important;
}


.printtable-border {
    border: 0px solid black;
}

.printtable {
    padding: 2px;
}

    .printtable td, .printtable th {
        padding: 5px;
        width: auto;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: initial;
        font-family: 'Times New Roman' !important;
    }

    .printtable td {
        padding: 5px;
        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: 5px;
        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;
    }
}


@media screen and (max-width: 600px) {

    table {
        border: 0;
    }

        table thead {
            display: none;
        }

        table tr {
            margin-bottom: 20px;
            display: block;
            border-bottom: 2px solid #ddd;
            box-shadow: 2px 2px 1px #dadada;
        }

        table td {
            display: block;
          
        }

    tr:nth-child(odd) {
        background: #ccc;
        color :green;
    }
   
    table td:last-child {
        border-bottom: 0;
    }

    table td::before {
        content: attr(data-label);
        color: #ff0000;
    }
    tr ::before :nth-child(even) {
        color: green;
    }
    tbody {*/
/*line-height: 0 !important;*/
/*}

    
}*/



@media all and (min-width: 480px) {
    .deskContent {
        display: block;
    }

    .phoneContent {
        display: none;
    }
}

@media all and (max-width: 479px) {
    .deskContent {
        display: none;
    }

    .phoneContent {
        display: block;
    }
}

.highlighted {
    background-color: yellow;
}

.mobgrid tr:hover {
    /*background-color: Highlight !important;*/
    /*color: white !important;*/
}

@media screen and (max-width: 600px) {

    table .mobgrid {
        border: 0;
    }

    table thead .mobgrid {
        display: none;
    }

    table tr .mobgrid {
        margin-bottom: 0px;
        display: block;
        border-bottom: 1px solid #ddd;
        box-shadow: 1px 1px 1px #dadada;
    }

    table td .mobgrid {
        display: block;
    }

    tr:nth-child(odd) .mobgrid {
        background: #ccc;
        color: green;
    }

    table td:last-child .mobgrid {
        border-bottom: 0;
    }

    table td::before {
        content: attr(data-label);
        color: #ff0000;
    }

    .mobgrid tr:hover {
      /*  background-color: Highlight !important;
        color: white !important;*/
    }

    tbody .mobgrid {
        /*line-height: 0 !important;*/
    }
}

.copyright {
    display: block;
    margin-top: 100px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

    .copyright a {
        text-decoration: none;
        color: #EE4E44;
    }


.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }




.is-invalid .select2-container--default .select2-selection--single {
    border-color: #dc3545;
}

input:read-only {
    background-color: white;
}





/*.switch {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 34px;
}*/

/* Hide default HTML checkbox */
/*.switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }*/

/* The slider */
/*.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}*/

/* Rounded sliders */
/*.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }*/
.slider {
    border: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 125px;
}

.slider-checkbox {
    display: none;
}

.slider-label {
    border: 2px solid #666;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}




.slider-circle {
    background-color: #66bb6a;
    border: 2px solid #666;
    border-radius: 20px;
    bottom: 0;
    display: block;
    margin: 5px;
    position: absolute;
    right: 91px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}

.slider-checkbox:checked + .slider-label .slider-inner {
    margin-left: 0;
}

.slider-checkbox:checked + .slider-label .slider-circle {
    background-color: #eee;
    right: 0;
}

.slider-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}

    .slider-inner:before,
    .slider-inner:after {
        box-sizing: border-box;
        display: block;
        float: left;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        padding: 0;
        width: 50%;
    }


    .slider-inner:before {
        background-color: #66bb6a;
        color: #fff;
        content: "New Party";
        padding-left: .75em;
    }

    .slider-inner:after {
        background-color: #eee;
        color: #666;
        content: "Select Party";
        padding-right: .75em;
        text-align: right;
    }



/* Slider Items*/

.slider-itemcheckbox {
    display: none;
}

.slider-itemlabel {
    border: 2px solid #666;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}




.slider-itemcircle {
    background-color: #66bb6a;
    border: 2px solid #666;
    border-radius: 20px;
    bottom: 0;
    display: block;
    margin: 5px;
    position: absolute;
    right: 91px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}

.slider-itemcheckbox:checked + .slider-itemlabel .slider-iteminner {
    margin-left: 0;
}

.slider-itemcheckbox:checked + .slider-itemlabel .slider-itemcircle {
    background-color: red;
    right: 0;
}


input[type="checkbox"]::before {
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}


/*items*/
.slider-iteminner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}

    .slider-iteminner:before,
    .slider-iteminner:after {
        box-sizing: border-box;
        display: block;
        float: left;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        padding: 0;
        width: 50%;
    }


    .slider-iteminner:before {
        background-color: #66bb6a;
        color: #fff;
        content: "Item Booking";
        padding-left: .75em;
    }

    .slider-iteminner:after {
        background-color: red;
        color: #fff;
        content: "Item Booking";
        padding-right: .25em;
        text-align: right;
    }




.screen-reader-only {
    position: absolute;
    top: -9999px;
    left: -9999px;
}



/*:nth-child(2) {
    animation-delay: .2s;
}

:nth-child(3) {
    animation-delay: .4s;
}*/



@keyframes preload {
    0% {
        opacity: 1
    }

    50% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}



@import "compass/css3";
 

.product-image {
    float: left;
    width: 20%;
}

.product-details {
    float: left;
    /*width: 40%;*/
    font-weight: bold;
}

.product-price {
    float: left;
    /*width: 15%;*/
}

.product-quantity {
    float: left;
    /*width: 25%;*/
}

.product-removal {
    float: left;
    width: 9%;
}

.product-line-price {
    float: right;
    /*width: 15%;*/
    text-align: right;
}
.column-labels {
    background-color: green;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
    vertical-align: middle;
}
/* This is used as the traditional .clearfix class */

.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before, .group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    content: '';
    display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
    zoom: 1;
}
    /* Apply clearfix in a few places */
    /* Apply dollar signs */
    .product .product-price:before, .product   .totals-value:before {
        content: ' ₹ ';
    }
    .product .product-line-price:before {
        content: ' ₹ ';
    }
/* Body/Header stuff */
 

.shopping-cart {
     /*margin-top: -45px;*/
}
 

.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
    text-indent: -9999px;
}
/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

    .product .product-image {
        text-align: center;
    }

        .product .product-image img {
            width: 100px;
        }

    .product .product-details .product-title {
        margin-right: 20px;
        font-family: 'HelveticaNeue-Medium', 'Helvetica Neue Medium';
    }

    .product .product-details .product-description {
        margin: 5px 20px 5px 0;
        line-height: 1.4em;
    }

    .product .product-quantity input {
        /*width: 40px;*/
    }

    .product .remove-product {
        border: 0;
        padding: 4px 8px;
        background-color: #c66;
        color: #fff;
        font-family: 'HelveticaNeue-Medium', 'Helvetica Neue Medium';
        font-size: 12px;
        border-radius: 3px;
    }

        .product .remove-product:hover {
            background-color: #a44;
        }
/* Totals section */
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

    .totals .totals-item label {
        float: left;
        clear: both;
        width: 79%;
        text-align: right;
    }

    .totals .totals-item .totals-value {
        float: right;
        width: 21%;
        text-align: right;
    }

.totals .totals-item-total {
    font-family: 'HelveticaNeue-Medium', 'Helvetica Neue Medium';
}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

    .checkout:hover {
        background-color: #494;
    }
/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    .product .product-line-price:before {
        content: 'Amount : ₹ ';
    }
    .column-labels {
        display: none;
       
    }

    .product-image {
        float: right;
        width: auto;
    }

        .product-image img {
            margin: 0 0 10px 10px;
        }

    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .product-price {
        clear: both;

        /*width: 70px;*/
    }

    .product-quantity {
        /*width: 100px;*/
    }

        .product-quantity input {
            /*margin-left: 20px;*/
        }

        .product-quantity:before {
            content: '' ;
        }

    .product-removal {
        width: auto;
    }

    .product-line-price {
        float: right;
        /*width: 70px;*/
    }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }

    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .product .product-line-price:before {
        content: 'Item Total: ';
    }

    .totals .totals-item label {
        width: 60%;
    }

    .totals .totals-item .totals-value {
        width: 40%;
    }
}


.input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

    .input-group input[type='button'] {
        background-color: #eeeeee;
        min-width: 38px;
        width: auto;
        transition: all 300ms ease;
    }

    .input-group .button-minus,
    .input-group .button-plus {
        font-weight: bold;
        height: 38px;
        padding: 0;
        width: 38px;
        position: relative;
    }

    .input-group .quantity-field {
        position: relative;
        height: 38px;
        left: -6px;
        text-align: center;
        width: 62px;
        display: inline-block;
        font-size: 13px;
        margin: 0 0 5px;
        resize: vertical;
    }

.button-plus {
    left: -13px;
}

.itemqty {
    padding: 12px 20px;
    color:blue;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid ;
    border-color:coral;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}
/*# sourceMappingURL=bootstrap.css.map */

.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkboxcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
