﻿/*old styles*/
#receiptInput tags-input .tags .tag-item {
    margin: 2px;
    padding: 1px 5px;
    display: inline-block;
    float: left;
    font: 12px;
    font-size: 11px;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 21px;
    line-height: 19px;
    border: 0px;
    color: white;
    border-radius: 3px;
    background: #5bc0de;
}


#datepop
{
    padding-left:0px;
}
    #receiptInput tags-input .tags .tag-item .remove-button {
        margin: 0 0 0 5px;
        padding: 0;
        border: none;
        background: 0 0;
        cursor: pointer;
        vertical-align: middle;
        font: 700 12px Arial,sans-serif;
        color: white;
    }

#popLeadHistoryFilter .popover {
    width: 300px !important;
    left: 19px !important;
}

    #popLeadHistoryFilter .popover.bottom > .arrow {
        margin-left: 60px !important;
    }

        #popLeadHistoryFilter .popover.bottom > .arrow:after {
            margin-left: -10px !important;
        }


#popInvHistoryFilter .popover {
    width: 224px !important;
    left: -143px !important;
}

    #popInvHistoryFilter .popover.bottom > .arrow {
        margin-left: 60px !important;
    }

        #popInvHistoryFilter .popover.bottom > .arrow:after {
            margin-left: -10px !important;
        }


        #popFiltertext1 .popover
        {
            width: 224px !important;
            left: -143px !important;
        }
        #popFiltertext1 .popover.bottom > .arrow 
        {
        margin-left: 70px !important;
        }
        #popFiltertext1 .popover.bottom > .arrow:after 
        {
            margin-left: -10px !important;
        }

/*popInvReceiptFilter*/
#popInvReceiptFilter .popover 
{
    width: 600px !important;
    max-width: 700px;
    left: 0px !important;
}
   #popInvReceiptFilter .popover.bottom > .arrow 
{
        margin-left: 20px !important;
        left: 0px;
}

#popInvReceiptFilter .popover.bottom > .arrow:after 
 {
            margin-left: -10px !important;
 }

#popInvReceiptFilter .popover-inner {
    color: black !important;
}


#popFilter .popover 
{
    width: 200px !important;
    left: -137px !important;
}

#popFilter .popover.bottom > .arrow 
{
    margin-left: 60px !important;
}

 #popFilter .popover.bottom > .arrow:after         
{
    margin-left: -10px !important;
}

@media screen and (min-width: 1325px) 
{
    #quotepieChrt .pie-chart-item-container 
    {
        width: 33.3% !important;
    }
}

.datefilter-right .daterangepicker .opensright:before {
    left: 77px !important;
}

.datefilter-right .daterangepicker .opensright:after {
    left: 78px !important;
}

#GridFooterStyle .ui-grid-footer-panel {
    background: #f3f3f3 !important;
    font-weight: 400 !important;
}

#GridFooterStyle .ui-grid .ui-grid-render-container-body .ui-grid-viewport {
    overflow-x: auto !important;
}

#alreadyExsistClient {
    background-color: #FCF8E3;
    font-size: 15px;
    color: brown;
}


.leadCopyBtn {
    padding: 1px;
    border-radius: 0px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 10px;
    color: black;
    margin-top: -7px;
    font-size: 13px;
}
#StaffReportTable{
    width:3508px;
}
/*.invoiceTable .table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid lightgray;
}
@media(min-width:768px) {
     .invoiceTable .table-responsive>.fixed-column {
        display: none;
    }
}*/


/*.invoiceTable  th, td { white-space: nowrap; }
 .invoiceTable   div.dataTables_wrapper {
        width: 800px;
        margin: 0 auto;
    }*/
.invoiceTable .table > tbody > tr > td:last-child {
    padding-right: 0px !important;
}

.invoiceTable .table > tbody > tr > td {
    line-height: normal;
}

.invoiceTable table, .invoiceTable thead, .invoiceTable tbody, .invoiceTable th, .invoiceTable td, .invoiceTable tr {
    border: 1px solid;
    border-color: lightgray;
    width: 100%;
}

.invoiceTable {
    padding: 0px;
    padding-top: 2%;
}

    .invoiceTable table-responsive {
        padding: 0px;
    }

    .invoiceTable table thead {
        background: #f8f8f8;
        color: #0a0a0a;
    }

    .invoiceTable .table {
        overflow-x: auto;
        width: 100%;
    }

    .invoiceTable .form-group-sm {
        padding: 0px;
    }

    .invoiceTable .form-control {
        border: 0px;
        padding: 0px;
    }

    .invoiceTable .table > thead > tr > th {
        border-bottom: 1px solid lightgray;
        width: 100%;
    }

    .invoiceTable .text-center {
        text-align: center;
    }

    .invoiceTable .text-right {
        text-align: right;
    }


#printable .printPageHeading {
    font-size: 14px;
}

.printPage {
    background-color: white;
    padding: 4%;
    color: #666666;
}

#pageBreak {
    page-break-after: always;
}

#h2Name {
    margin-top: 15px;
    margin-bottom: 5px;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    .nextPagePaddingTop {
        padding-top: 40px;
    }

    #h2Name {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    #pageBreak {
        page-break-after: always;
    }

    .printInvoiceFontSize {
        font-size: 11.5px;
    }

    .printPageFontSize {
        font-size: 12px;
    }

    .invoiceItems {
        font-size: 11.5px;
        text-align: center;
        padding: 0px;
        margin: 0px;
        background-color: gray;
    }


    .invoiceItemsData {
        font-size: 11.5px; /*10px;*/
        padding: 0px;
        margin: 0px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left !important;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }
}

#btnForDisc .btn:hover {
    transform: scale(1);
}

.clientDetails {
    color: gray;
    text-transform: uppercase;
    font-size: 12px;
}

.divStyle {
    color: #444;
    text-transform: uppercase;
    font-size: 15px;
}

.mail-anchor {
    background-color: cornflowerblue;
    color: white;
    font-size: 12px;
    padding: 0.3%;
    margin-bottom: -5px;
    border-radius: 3px;
}

    .mail-anchor:hover, .mail-anchor:focus {
        color: blue;
        background-color: white;
        text-decoration: underline;
    }

.labelStyle {
    color: #9b9b9b;
    font-size: 14px !important;
    font-weight: 400;
}

.showInvoice {
    padding-left: 0px;
    padding-right: 0px;
}

.quoteStatus {
    width: 150px;
    height: 0px;
    position: absolute;
    right: -11px;
    margin-right: -11px;
    top: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    -moz-transition-property: height;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: height;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: height;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

/* Styles go here */

body {
    /* font-family: Verdana; */
    padding: 20px;
}

.grid {
    width: 100%;
    height: 250px;
}

.labelFont {
    font-size: 8pt;
    font-style: italic;
}

.grid-msg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

    .grid-msg-overlay .msg {
        opacity: 1;
        position: absolute;
        top: 20%;
        left: 20%;
        width: 60%;
        height: 50%;
        background-color: #eee;
        border-radius: 4px;
        border: 1px solid #555;
        text-align: center;
        font-size: 24px;
        display: table;
    }

        .grid-msg-overlay .msg > .center {
            display: table-cell;
            vertical-align: middle;
        }

.grid input[type="file"] {
    font-size: 14px;
    display: inline-block;
}

/*delete Above*/
.affix {
    top: 0;
    width: 100%;
}

    .affix + .container-fluid {
        padding-top: 70px;
    }
/*Comments*/
/*#invoice .samp textarea {
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    flex-direction: column;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 0px;
    padding: 2px;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
}*/

.imgUploadLog {
    position: relative;
    width: 300px;
    height: 300px;
}

    .imgUploadLog img {
        display: block;
    }

    .imgUploadLog .cornerLink {
        opacity: 0;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin-bottom: 105px;
        color: #ffffff;
        background: transparent;
        text-decoration: none;
        text-align: right;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
    }

    .imgUploadLog:hover .cornerLink {
        opacity: 0.8;
    }

/*#invoice .samp textarea:hover, textarea:focus {
    background-color: #EEFF88;
    border: 1px solid #cbcbcb;
}*/

#ExpiredDate {
    cursor: pointer;
    line-height: 27px;
    color: red;
}

    #ExpiredDate:hover {
        text-decoration: underline;
        color: #23527c;
    }

#warningDate:hover {
    text-decoration: underline;
    color: #23527c;
}


#warningDate {
    cursor: pointer;
    line-height: 27px;
    color: orange;
}

#invoice .samp input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
    border: 1px solid #cbcbcb;
}

.taskDuedateExp {
    color: red !important;
}

.taskDuedateToday {
    color: orange !important;
}

.grid-first-column {
    padding-left: 0.75%;
}
/*.grid-first-column a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}*/

.progressLineardemoBasicUsage body {
    padding: 20px;
}

.progressLineardemoBasicUsage h4 {
    margin: 10px 0;
}

.progressLineardemoBasicUsage md-progress-linear {
    padding-top: 10px;
    margin-bottom: 20px;
}

.progressLineardemoBasicUsage #loaders > md-switch {
    margin: 0;
    margin-left: 10px;
    margin-top: -10px;
}

.progressLineardemoBasicUsage #loaders > h5 {
    margin-top: 0;
}

.progressLineardemoBasicUsage #loaders > p {
    margin-right: 20px;
    margin-bottom: 24px;
}

.progressLineardemoBasicUsage p.small {
    font-size: 0.8em;
    margin-top: -18px;
}

.progressLineardemoBasicUsage hr {
    width: 100%;
    margin-top: 20px;
    border-color: rgba(221, 221, 177, 0.1);
}

.progressLineardemoBasicUsage p.small > code {
    font-size: 0.8em;
}

.progressLineardemoBasicUsage .visible {
    opacity: 0;
    border: 2px solid white !important;
}

.progressLineardemoBasicUsage .container {
    display: block;
    position: relative;
    width: 100%;
    border: 2px solid #aad1f9;
    transition: opacity 0.1s linear;
    border-top: 0px;
}

.progressLineardemoBasicUsage .bottom-block {
    display: block;
    position: relative;
    background-color: rgba(255, 235, 169, 0.25);
    height: 85px;
    width: 100%;
}

    .progressLineardemoBasicUsage .bottom-block > span {
        display: inline-block;
        margin-top: 10px;
        padding: 25px;
        font-size: 0.9em;
    }


md-progress-linear .md-container .md-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #e85656;
}



/*OLD*/
.ui-grid-header-cell .ui-grid-cell-contents {
    text-align: center;
}

.pad-top-2 {
    padding-top: 2%;
}

.pad-left-0 {
    padding-left: 0%;
}

.chart {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    /*margin-top: 50px;
  margin-bottom: 50px;*/
    text-align: center;
    float: left;
}

    .chart canvas {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
    }

.percent {
    display: inline-block;
    line-height: 90px;
    z-index: 2;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }

.angular {
    margin-top: 100px;
}

    .angular .chart {
        margin-top: 0;
    }

input {
    display: block;
    margin: auto;
    /*margin-bottom: 3em;*/
}

.desc {
    display: inline-block;
    padding: 20px 0 0 20px;
    font-size: 18px;
    opacity: 0.9;
    font-family: "Roboto", sans-serif;
}

.desc-stats {
    padding-top: 25%;
    font-size: 24px;
}

.ng-touched.ng-invalid {
    /*background-color: lightpink !important;*/
    border-color: #FA8072;
    /*animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;*/
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.cfmPasswordErr {
    font-size: smaller;
    padding-top: 5px;
    padding-bottom: 10px;
    color: red;
}

.labelFontForUpper {
    font-size: 8pt;
    font-style: italic;
    font-weight: normal !important;
}

.delivery-page .form-group label {
    line-height: 34px;
    font-size: 14px;
    font-weight: 300;
}

.delivery-page .form-group input {
    font-weight: 300;
}

.angular-with-newlines {
    white-space: pre-wrap;
}

@page {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.printInvoiceFontSize { /* printPageInvoice */
    font-size: 11.5px;
}


.rejectColor {
    color: red !important;
}

#RejectRow:hover {
    text-decoration: underline;
    color: #23527c;
}


#RejectRow {
    cursor: pointer;
    line-height: 27px;
    color: red;
}

#invSetTabLeft .tab-content {
    width: auto;
}

.thumbnail iframe {
    width: 100%; /*1366px;*/
    height: 768px;
}

.thumbnail {
    position: relative;
    -ms-zoom: 0.75; /*0.5;*/
    -moz-transform: scale(0.75); /*scale(0.5);*/
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75); /*scale(0.5);*/
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75); /*scale(0.5);*/
    -webkit-transform-origin: 0 0;
}

    .thumbnail:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.thumbnail-container {
    width: 100%; /* calc(1366px * 0.5);*/
    height: calc(768px * 0.5);
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.thumbnail iframe {
    opacity: 0;
    transition: all 300ms ease-in-out;
    display: block;
}


.col-sm-3.selected {
    outline: none;
    border: orange solid 2px !important;
}

#SetTabBelow .tab-content {
    width: auto;
    color: #666666;
}

.modal-title {
    color: #666666 !important;
}

.modal-body {
    color: black !important;
}

#tabless.tr {
    display: block;
    border: 1px solid black;
    border: 1px solid #65656538;
    height: 40px;
    padding: 8px;
}


#tabless th, #tabless tr, #tabless td {
    width: 200px;
    border: 1px solid #65656538;
    color: black;
    height: 40px;
    padding: 8px;
}

#tabless tr, #tabless th {
    width: 200px;
    border: 1px solid #65656538;
    color: black;
    height: 40px;
    text-align: center;
    padding: 8px;
}

#colspan {
    text-align: center;
    height: 40px;
}

#tabless.tbody {
    display: block;
    height: 100px;
    overflow: auto;
    border: 1px solid #00000038;
    height: 40px;
    padding: 8px;
}

.container {
    width: 100%;
}


#deliveryChallan .dropdown-menu {
    min-width: 28%;
    left: 12% !important;
    text-align: center;
}

.html2canvas-container { /*for capture full content as image*/
    width: 3000px !important;
    height: 3000px !important;
}

.al-content.container .sticky {
    position: sticky; /*fixed;*/
    top: 13%;
    /*width: 83.5%;*/
    z-index: 1001;
    /*background-color:#bdbdbd !important;*/
    box-shadow: 0px 0px 36px 6px #eee;
}

@media screen and (min-height: 690px) {
    .al-content.container .sticky {
        position: sticky; /*fixed;*/
        top: 80px;
        z-index: 5;
        box-shadow: 0px 0px 36px 6px #eee;
    }
}

.debitColor {
    color: green !important;
}

.creditColor {
    color: red !important;
}

#DebitRow {
    cursor: pointer;
    /*line-height: 19px;*/
    color: green;
}

    #DebitRow:hover {
        text-decoration: underline;
        color: #23527c;
    }

#CreditRow:hover {
    text-decoration: underline;
    color: #23527c;
}


#CreditRow {
    cursor: pointer;
    /*line-height: 19px;*/
    color: red;
}


#panelOverflow .panel.with-scroll .panel-body {
    height: calc(100% - 44px);
    overflow-y: inherit;
}

#overFlow .panel.with-scroll .panel-body {
    height: calc(100% - 44px);
    overflow-y: inherit;
}

.DC-Padding td {
    padding: 5px;
}

.fontSize303 {
    font-size: 15px !important;
}

.ribbon {
    position: absolute;
    font-size: 23px !important; /*:13px*/
    color: #fff;
    text-align: center;
    padding: 1px 6px 2px;
}

    .ribbon.invest-amount {
        position: absolute;
        top: 20px;
        right: 0;
        padding: 0 18px 3px 20px; /*:0px 10px 3px 18px;*/
        border: 1px solid #337ab7;
        border-right: 0;
        border-left: 0;
        transition: all .3s ease-out;
    }

        .ribbon.invest-amount .ribbon-content {
            padding-right: 0;
            font-size: 16px; /*:13px*/
            position: relative;
            top: 2px;
            color: #337ab7;
        }

        .ribbon.invest-amount .border {
            position: absolute;
            left: -1px;
            top: 1px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #fff;
        }

        .ribbon.invest-amount:before {
            top: -1px;
            left: -1px;
            border: 12px solid transparent;
            border-right-width: 1px;
            border-left-color: #dc151e;
        }

#paidRibbon.ribbon.invest-amount:before {
    top: -1px;
    left: -1px;
    border: 12px solid transparent;
    border-right-width: 1px;
    border-left-color: #299c0c;
}

.ribbon:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: -12px;
    border-right-width: 1px;
    border-left-color: transparent;
}

.ribbon.invest-amount .ribbon-content:after {
    border-color: transparent;
}

.ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    bottom: -9px;
    right: 0;
    border-width: 9px 9px 0 0;
}

.samp textarea {
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    flex-direction: column;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 0px;
    padding: 2px;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
}

    .samp textarea:hover, textarea:focus {
        background-color: #EEFF88;
        border: 1px solid #cbcbcb;
    }

.samp input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
    border: 1px solid #cbcbcb;
}

.printPageFontSize { /* printPagePO */
    font-size: 12px;
}

.POItems {
    font-size: 12px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /*background-color: gray;*/
}

.POItemsData {
    font-size: 12px; /*10px;*/
    padding: 0px;
    margin: 0px;
}

#productDesc ::-moz-placeholder { /* Mozilla Firefox 19+ */
    line-height: 50px;
}

#productDesc ::-webkit-input-placeholder { /* Webkit */
    line-height: 50px;
}

#productDesc :-ms-input-placeholder { /* IE */
    line-height: 50px;
}

#InvoiceSetting {
    height: 1180px;
}

.setPageBorder {
    margin-bottom: 40px;
    border: 1px solid black;
}

.WaterMark {
    background-position: center !important;
    background-size: auto 10% !important; /*200px 200px !important;*/
    background-repeat: no-repeat !important;
    position: relative;
    background-origin: border-box;
    /*-webkit-filter: grayscale(100%) opacity(50%) !important;
    filter:grayscale(100%) opacity(50%) !important;*/
}

    .WaterMark:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(255,255,255,0.8) !important;
    }

.flex-container {
    display: flex; /*For Equal height to div in table view*/
}



.sampInput input:hover, .sampInput input:focus {
    background-color: #EEFF88;
    border: 1px solid #cbcbcb;
}

.sampInput input {
    border: none;
}

#invSetTabRight .tab-content {
    width: auto;
    border: 0px;
}

.PurchaeInvColor {
    color: red !important;
}


md-backdrop {
    position: fixed !important;
}

md-sidenav {
    position: fixed !important;
    top: 66px !important;
    bottom: -23px !important;
}


#snackbar {
    visibility: hidden;
    max-width: 70%;
    margin-left: 0px; /*-125px;*/
    background-color: #e1ea57;
    color: white;
    text-align: center;
    border-radius: 2px;
    /*padding: 16px;*/
    position: absolute;
    z-index: 1;
    left: 21%;
    right: 21%;
    top: 8px;
    font-size: 14px;
}

.showIn {
    display: table !important;
    /*visibility: visible;*/
    -webkit-animation: slideDown 1s;
    animation: slideDown 1s;
}

.hideIn {
    display: table !important;
    -webkit-animation: slideUp 1.0s; /*forwards*/
    -webkit-animation-iteration-count: 1;
    /*-webkit-animation-delay: 5s;*/
    animation: slideUp 1.0s; /*forwards*/
    animation-iteration-count: 1;
    /*animation-delay: 5s;*/
}

@-webkit-keyframes slideDown {
    /*0% {opacity: 0;} 
    100% {opacity: 1;}*/
    0% {
        margin-top: -30px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes slideDown {
    /*0% {opacity: 0;} 
    100% {opacity: 1;}*/
    0% {
        margin-top: -30px;
    }

    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes slideUp {
    /*0% {
    opacity: 1;
  }
  100% {
    opacity: 0;*/
    0% {
        margin-top: 0;
    }

    100% {
        margin-top: -30px;
    }
}

}

@keyframes slideUp {
    /*0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    }*/
    0% {
        margin-top: 0;
    }

    100% {
        margin-top: -30px;
    }
}



/*textarea::placeholder{
text-align:center;     For palceholder center in text area
padding-top:20px;
vertical-align:middle;
}*/


/*.app-modal-window .modal-dialog {
  width: 825px;  /*width based on gap between modal & printable div(printable div should be width 800px) /
}*/

.addItem {
    text-align: center;
    border-top: 1px solid rgba(128, 128, 128, 0.45);
    padding: 10px 0 8px 0;
}

    .addItem a {
        text-decoration: none;
    }

.app-modal-window .modal-dialog {
    width: 450px;
}

.radioFont {
    font-weight: 400 !important;
}

.printLineHeight {
    line-height: 16px !important; /*1.42857143 dont use relative for fixed print size*/
}

.printInvLineHeight {
    line-height: 1.42857143 !important; /*use according to invoice fontsize. 1.42857143 dont use relative for fixed print size*/
}

md-backdrop.md-sidenav-backdrop {
    z-index: 1003 !important;
}


.uiselect.glyphicon-remove:before { /*For UI-select drop down removed icon position*/
    content: "\e014";
    top: -14px;
    position: absolute;
    right: -9px;
}


#LogSignup {
    box-shadow: none;
    border-radius: 0;
    position: relative;
    background: 0 0;
    z-index: 1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}
/*.dropdown-submenu dropdown-menu {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        left: auto;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:active > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

/*#subMenuDropDown > li > a > .fa{
    visibility:hidden;
}
#subMenuDropDown > li > a.selected > .fa{
    visibility:visible;
}*/

.ui-grid-viewport {
    overflow-anchor: none;
}


#popClientFilter .popover {
    width: 216px !important; /*width: 300px !important;*/
    left: -143px !important;
}

    #popClientFilter .popover.bottom > .arrow 
    {
        margin-left: 60px !important;
    }

        #popClientFilter .popover.bottom > .arrow:after 
        {
            margin-left: -10px !important;
        }


.CRDR {
    padding: 40px;
}

#ImportOpsPannelHeight .panel.with-scroll {
    height: 470px !important;
}

.add-Product-Width .modal-dialog {
    width: 85%;
}

.HoverBtnText {
    border: none;
    width: 32px;
    height: 32px;
    background-color: #eee;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

    .HoverBtnText:hover {
        border: 1px solid #888;
        background-color: #ddd;
    }

.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
}

.popover-inner {
    /*white-space:pre-wrap;*/
    color: Red !important;
}

#innerdiv {
    overflow-x: scroll;
    margin-left: 5em;
    padding: 0;
}

.headcol {
    position: absolute;
    left: 0;
}

/*to retain border if position is sticky*/
/*.headcol {
    position: sticky !important;
    background: white;
    z-index: 1000;
    left: 0;
    outline: 1px solid lightgray;
    border: none !important;
    outline-offset: -1px;
    padding:7px !important;
}*/


.tableRowHeader {
    /*width: 300px !important;*/
    background-color: #f8f8f8;
    border-top: 1px solid lightgray !important;
}

.invoiceTable .table .ui-select-match-text {
    line-height: 30px;
}

#paymentSettingPanelHeight .panel.large-panel {
    height: 500px;
}

#paymentSettingSidePanel .tabs-panel.with-scroll {
    height: 558px;
}


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#tabs {
    background: #007b5e;
    color: #eee;
}

    #tabs h6.section-title {
        color: #eee;
    }

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        /*color: #f3f3f3;*/
        background-color: #dedcdc; /*#eee;*/
        border-color: #eee; /*transparent transparent #f3f3f3;*/
        border: 1.5px solid #eee !important; /*2px solid !important;*/
        /*font-size: 16px;*/
        font-weight: bold;
    }

    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #eee;
        font-size: 20px;
    }

.navTabs.nav.nav-tabs {
    background-color: white;
}

#invCheckBox label.custom-checkbox > span:before, label.custom-radio > span:before {
    font-size: 11px;
    height: 14px;
    line-height: 14px;
    min-width: 14px;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.no-padding {
    padding: 0px;
}

/* custom tabs*/
.customTabs .tab-content {
    padding: 15px 0px;
}

.customTabs .nav.nav-tabs {
    background-color: transparent;
    color: white;
}

    .customTabs .nav.nav-tabs > li.active > a {
        color: #cc1f35;
        background-color: white;
        border-bottom: 5px solid #cc1f35;
    }

.no-border .tab-content {
    border: 0;
}

.customTabs .nav.nav-tabs a {
    color: grey;
    border-bottom: 5px solid white;
}

.customTabs .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
    border: none;
    background-color: #eee;
    color: #cc1f35;
    border-bottom: 5px solid #cc1f35;
}


.client-profile img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /*border: 1px solid #ff6464;*/
}

.client-profile .divStyle {
    font-size: 20px !important;
    margin-bottom: 20px;
    font-weight: 500 !important;
}

.client-profile .labelStyle {
    font-weight: normal !important;
}


.client-profile-detail .divStyle {
    font-size: 13px !important;
    margin-bottom: 20px;
    font-weight: 500 !important;
}

.client-profile-detail .labelStyle {
    font-size: 12px !important;
    font-weight: normal !important;
}


.add-EWayBillWidth .modal-dialog {
    width: 70%;
}

.printInvCusTemp {
    font-size: 7px;
}

.printInvLineHeight .printInvCusTemp {
    font-size: 7px;
}

.printInvCusTemp .invoiceItems {
    font-size: 7px;
}

.printInvCusTemp .invoiceItemsData {
    font-size: 7px;
}

.circleBase {
    border-radius: 50%;
}

.circle1 {
    width: 45px;
    height: 45px;
    border:1px solid #ce2d42;
}

.userPicSTudent {
    border: 1px dashed #b8b8b8;
    width: 160px;
    height: 113px;
    position: relative;
    cursor: pointer;
}
/*Audit Log Start*/
.AuditUserName {
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
}

.AuditLineWidth {
    line-height: 30px;
}

.AuditCreated {
    color: rgb(66, 82, 110);
}

.AuditDate {
    color: #6B778C !important;
    font-weight: 550;
    margin-bottom: 10px !important;
}

#popInvHistoryLog .popover {
    width: auto !important;
    max-width: 900px;
    left: -300px !important;
}
/*Audit Log End*/
#toggle .toggle{
    width: 100px;
}