﻿
.customCheckBox input[type="radio"], .customCheckBox input[type="checkbox"] {
    margin: 0;
}

.customCheckBox .form-check-input {
    position: static;
}
tfoot tr td {
    text-align: right !important;
}
.form-check {
    padding-left: 0;
}
.d-none {
    display: none !important;
}
.loader {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 10000000;
    background: Black;
    height: 100%;
    width: 100%;
    margin: auto;
}
.error {
    border-color: red !important;
}
.strip-holder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -50px;
    position: relative;
}

.strip-1,
.strip-2,
.strip-3 {
    width: 20px;
    height: 20px;
    background: #0072bc;
    position: relative;
    -webkit-animation: stripMove 2s ease infinite alternate;
    animation: stripMove 2s ease infinite alternate;
    -moz-animation: stripMove 2s ease infinite alternate;
}

.strip-2 {
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
    background-color: #23a8ff;
}

.strip-3 {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    background-color: #89d1ff;
}

@-webkit-keyframes stripMove {
    0% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }
}

@-moz-keyframes stripMove {
    0% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(50px, 0px, 0px);
        -webkit-transform: translate3d(50px, 0px, 0px);
        -moz-transform: translate3d(50px, 0px, 0px);
    }
}

@keyframes stripMove {
    0% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(50px, 0px, 0px);
        -webkit-transform: translate3d(50px, 0px, 0px);
        -moz-transform: translate3d(50px, 0px, 0px);
    }
}
@media print {
    .clsbtnPrint {
        display: none;
    }

    .clsbtnSave {
        display: none;
    }

    .clsbtnsendemailinvoice {
        display: none;
    }

    .clssendapprove {
        display: none;
    }

    .clscombinedownload {
        display: none;
    }
    .clsRef {
        margin-left: -20px !important;
    }
    .container {
        margin-left: 0px;
    }
    .border-top{
        display:none;
    }
    table {
        page-break-after: auto;
        border: 1px solid black;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group
    }

    tfoot {
        display: table-footer-group
    }
    tbody tr td:last-child {
        display: none;
    }
    thead tr td:last-child {
        display: none;
    }
    tfoot tr td:last-child {
        display: none;
    }
    .jexcel > tbody > tr > td.readonly{
        color:black;
    }
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: inherit;
        -webkit-overflow-scrolling: touch;
    }
    .jexcel_content.table-responsive {
        min-height: auto;
        max-height: initial !important;
    }
}
.jexcel > tbody > tr > td.readonly {
    color: blue;
}
.IsApproved {
    background-color: #cdffcd;
}
.jexcel_container {
    display: block;
}
.pb-50{padding-bottom:50px;}
.my-footer {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
}
.msgContainer{display:none;}
.clrRed {
    color: red !important;
}
.ExceltableHeight{max-height:562px !important;}