﻿::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb {
     -webkit-border-radius: 10px;
    background: #58235F;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:#58235F;
}
.ContentPanel {
    min-height: 450px;
    margin: 0 0 10px 0;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 100%;
    height: 350px;
}

.gridFooterStyle {
    background-color: #eaeaea;
    padding: 0;
    border-top: 1px solid #d4d4d4;
    position: relative;
    width: 100%;
    height: 30px;
}


.number-rightalign {
    text-align: right;
    margin-top: 5px;
    margin-right: 15px;
}

.GridOptions {
    margin: 5px;
}

.modal {
    display: block;
}

/* Custom dialog/modal headers */

.dialog-header-error {
    background-color: #d2322d;
}

.dialog-header-wait {
    background-color: #428bca;
}

.dialog-header-notify {
    background-color: #58235F;
}

    .dialog-header-notify h4 {
        color: white;
    }

.dialog-header-confirm {
    background-color: #333333;
}

    .dialog-header-error span, .dialog-header-error h4,
    .dialog-header-wait span, .dialog-header-wait h4,
    .dialog-header-confirm span, .dialog-header-confirm h4 {
        color: #ffffff;
    }

/* Ease Display */

.pad {
    padding: 25px;
}

.dateInput {
    float: left;
    width: 89.2%;
}

.buttonPanel {
    margin: 0 0px 0 0;
}

.rupee {
    background-image: url('Images/vJZ9m.png');
    display: block;
    background-repeat: no-repeat;
}

.filterText {
    float: left;
    width: 100%;
    height: 25px;
    margin: 5px 0 0 0;
    padding: 0;
}

.ngHeaderSortColumn {
    width: 100%;
    text-indent: 5px;
}

    .ngHeaderSortColumn div {
        margin: 0 0 0 0;
    }

#loading {
    background: url('Images/loading.gif') 50% 50%;
    background-color: white;
    opacity: 0.3;
    width: 100%;
    float: left;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 1000;
}



.sidemenu {
    color: #c3c3c3;
    border: 1px solid #e8ece9;
    border-top: 0;
    padding: 0px 0px 20px 00px;
}
/* Change color and font*/




/*Change color of hover text*/
.gridCell {
    padding: 5px;
}




.btnSearch {
    background-color: rgba(148, 27, 71, 0.95);
    border-color: rgba(148, 27, 71, 0.95);
}

    .btnSearch:hover {
        background-color: rgba(190, 0, 69, 0.95);
        border-color: rgba(190, 0, 69, 0.95);
    }

.filterItemTable {
    height: 400px;
    width: 100%;
    overflow: scroll;
}

.panel-primary > .panel-heading {
    background-color: #46204b;
    border-color: #46204b;
}

.clickable {
    cursor: pointer;
}

.panel-primary {
    border-color: #46204b;
}

.panel-heading div {
    margin-top: -18px;
    font-size: 15px;
}

    .panel-heading div span {
        margin-left: 5px;
    }

.btn-success, .btn-warning {
    padding: 8px;
}

.panel-group {
    border: 1px solid rgba(154, 151, 155, 0.87);
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #58235F;
    border-color: #58235F;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #58235F;
        border-color: #58235F;
    }

.text-info {
    color: rgb(153, 134, 134);
    font-size: 17px;
}

    .text-info:hover {
        color: rgb(153, 134, 134);
        font-size: 17px;
    }


/*
Back to top button 
*/
#back-top {
    position: relative;
    float: right;
}

    #back-top a {
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }
    /* arrow icon (span tag) */
    #back-top span {
        width: 108px;
        height: 108px;
        display: block;
        margin-bottom: 7px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px; /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #777;
    }

.btn-warning {
    background-color: #897F8A;
    border: 1px solid #897F8A;
}

    .btn-warning:hover {
        background-color: #7D747E;
        border: 1px solid #897F8A;
    }

::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    width: 0px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    width: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    cursor: pointer;
}

    ::-webkit-scrollbar-thumb:horizontal {
        width: 0px;
        border-radius: 0px;
        cursor: pointer;
    }



.modal-backdrop.in {
    opacity: 0.3;
}

.dialog-header-confirm {
    background-color: #B21F1F;
}

.btnDelete {
    padding: 5px;
    color: white;
    background-color: #B21F1F;
    border: 1px solid #B21F1F;
}

    .btnDelete:hover {
        color: #DDD;
    }

.close {
    color: white;
}

.fa {
    margin-right: 5px;
}

.gridPanelGroup {
    margin: 0;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
}

.gridPanelBody {
    margin: 0;
    padding: 0;
}

.gridpanel-heading {
    background-color: #BBB9B9;
}

.btn-warning:focus {
    background-color: #897F8A;
    border: 1px solid #897F8A;
}

#accordian {
    background: transparent;
    color: white;
}

    #accordian ul {
        padding: 0;
    }

    #accordian h3 {
        font-size: 18px;
        color: #E6E6E6;
        margin: 0;
        line-height: 34px;
        cursor: pointer;
        font-family: Calibri;
        font-weight: normal;
        border-bottom: 1px solid #62536F;
        padding: 8px 0 8px 10px;
        background: #4A3755 url('Images/arrow.png') no-repeat right center;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
    }

        #accordian h3:hover {
            background: #644972 url('Images/arrow.png') no-repeat right center;
            -webkit-transition: all ease-in-out 0.2s;
            -moz-transition: all ease-in-out 0.2s;
            -ms-transition: all ease-in-out 0.2s;
            -o-transition: all ease-in-out 0.2s;
            padding: 8px 0 8px 15px;
            border-bottom: 2px solid #62536F;
        }

        #accordian h3 span {
            font-size: 16px;
            margin-right: 10px;
        }

    #accordian li {
        list-style-type: none;
    }

    #accordian ul ul {
        background: #F7F7F9;
    }


        #accordian ul ul li a {
            color: black;
            text-decoration: none;
            line-height: 45px;
            border-bottom: 1px dotted #4a3755;
            display: block;
            padding: 0 15px;
            border-bottom-color: #C4B7C6;
        }

            #accordian ul ul li a:hover {
            }

    #accordian ul ul {
        display: none;
    }

    #accordian li.active ul {
        display: block;
    }

.panel-title {
    font-size: 17px;
}

.Tab {
    width: 100%;
    float: left;
}

    .Tab li {
        cursor: pointer;
        display: block;
        float: left;
        width: 32%;
        text-align: center;
        padding: 10px;
        color: white;
        background-color: #e6dacd;
    }

        .Tab li a {
            color: #46204b;
        }

.purchaseItemTable {
    overflow: scroll;
}

.erace {
    cursor: pointer;
}

/*  TYPE HEAD STYLES */


.title {
    font-family: Georgia;
    margin: 20px 0 0 0;
    font-size: 64px;
}



.typeahead,
.tt-query,
.tt-hint {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0052a4;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {

    width: 100%;
    position: inherit;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0052a4;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

.CustomTemplate .tt-suggestion {
    padding: 8px 20px;
}

    .CustomTemplate .tt-suggestion + .tt-suggestion {
        border-top: 1px solid #ccc;
    }

.CustomTemplate .repo-tag {
    float: right;
    font-style: italic;
}

.CustomTemplate .repo-name {
    font-weight: bold;
}

.CustomTemplate .repo-description {
    font-size: 14px;
}

.slide-out-div {
    z-index: 20000;
    padding: 20px 5px 10px 5px;
    width: 170px;
    height: 400px;
    overflow: auto;
    background: #e6dacd;
    border: 1px solid #29216d;
}

    .slide-out-div label {
        width: 80%;
        float: left;
        margin: 5px 0 5px 0;
        font-size: 12px;
        font-weight: normal;
    }

    .slide-out-div input[type='checkbox'] {
        float: left;
        margin: 2px 0 5px 0;
    }

    .slide-out-div h3 {
        text-align: center;
        margin: 2px 0 0 0;
        font-size: 22px;
        padding: 0 0 5px 0;
    }

.handle {
    margin-right: 5%;
    cursor: pointer;
}

.hiddenColumn {
    display: none;
}

#ItemBatchSelection {
    visibility: hidden;
    width: 45%;
    height: 35%;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.batchSelect {
    cursor: pointer;
}

.closeBatch {
    cursor: pointer;
}

.colNumber {
    text-align: right;
    padding: 2px;
}

.contentRow {
    overflow: scroll;
    clear: both;
    width: 2505px;
    position: relative;
}

.contentRowPopup {
    overflow: scroll;
    clear: both;
    width: 10500px;
    position: relative;
}
    .contentRow tbody tr td {
        height: 50px;
    }

.contentText {
    width: 150px;
    float: left;
}

    .contentText input {
        width: 95%;
    }

.contentCheckbox {
    width: 100px;
    text-align: left;
}

.contentNumericColumn {
    width: 70px; /*100px*/
}

.sticky1 {
    width: 150px;
    float: left;
    background-color: white;
    position: absolute;
}

.sticky2 {
    width: 150px;
    float: left;
    background-color: white;
    position: absolute;
    left: 150px;
}

.sticky3 {
    margin-left: 300px;
}
.sticky4 {
    width: 150px;
    float: left;
    background-color: white;
    position: absolute;
    left: 150px;
}

.controlPanel {
    width: 100%;
    height: 30%;
}

.controlPanel {
    margin: 20px 0 0 0;
}

.paddingzero {
    padding: 0;
}

#tabContent {
    border: 1px solid rgba(192, 192, 192, 0.23);
    overflow: auto;
    height: 275px;/*450px*/
}

.goldReceiptPanel {
    min-width: 960px;
    width: auto;
}

.table > tbody > tr > .no-line {
    border-top: none;
}

.table > thead > tr > .no-line {
    border-bottom: none;
}

.table > tbody > tr > .thick-line {
    border-top: 2px solid;
}

.numericText, .numeric, .removeGoldRow {
    text-decoration: none;
}

.removeGoldRow {
    cursor: pointer;
}

#AcGroupName, .closeMe, #Code, #AcHeadName, #OpBalance, #Description, #CdOrDb, .grdAccountHead, .CodeMsg, .AccCode, #BankName, #AccountNumber, #BankAccountCode,
#BankAccountName, #BankOpeningBalance, #BankDescription, .jqxgrid, #jqxgrid, .CashReceiptGrid, .CashPayGrid, #CashAccId, #BankAccId, #CreditAccId, #SupplierAccId, #customerAccId,
#AcHeadId, #CashInHand, .BankPayGrid, .BankGroup {
}

.modal-content {
    position: initial;
}

.jqx-reset {
    border-radius: 0;
}
.BtnCreate {

    margin: 0 0 10px 0;
}
 .modal-dialog {
            position: fixed;
            left: 0;
            padding: 0;
            width: 100%;
            margin: 0 auto;
        }

        .modal-content {
            width: 50%;
            margin: 0 auto;
        }

        .modal, fade.in {
            overflow: hidden;
        }

        .modal-open {
            width: 100%;
        }

.row-width-full {
    width: 100%;
}

.row-width-col {
    width: 15%;
    float: left;
}

.div-left {
    float: left;
}

.div-input-small {
    width:80%;
    float: left;
}

.div-button-small {
    width:20%;
    float: left;
}

.row-report {
    width:100%;
}

.row-div-report {
    width: 18%;
    float: left;
}

.row-button-div-report {
   width: 12%; 
   float: left; 
   margin-left: 5%;
}

.row-inbutton-div-report {
   width:50%;
   float: left;
}
.UnauthorizedImg {
    position: fixed;
    margin: 0 auto;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
}
#popupCashReceipt {

    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;          
    padding: 10px;
    opacity:0 ;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}


#popupItemStone {

    width: 890px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0 ;
    top: 10px;
    z-index: 1000;          
    padding: 10px;
   display: none;
    overflow: auto;
    position: fixed;
    height: auto;
    background-color: white;
    border: 1px solid #46204b;
}

#popupGoldItems {

    width: 800px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0 ;
    top: 10px;
    z-index: 1000;          
    padding: 10px;
   display: none;
    overflow: auto;
    position: fixed;
    height: auto;
    background-color: white;
    border: 1px solid #46204b;
}


#popupGoldItemsStone {

    width: 850px;
    margin: 0 auto 0 15px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0 ;
    top: 10px;
    z-index: 1000;          
    padding: 10px;
   display: none;
    overflow: auto;
    position: fixed;
    height: auto;
    background-color: white;
    border: 1px solid #46204b;
}
.checkBoxPanel {
    margin: 10px 0 0 0;
}
    .checkBoxPanel [type='radio']{
        margin: 0 5px 0 5px;
    }

    .checkBoxPanel label {
         margin: 0 5px 0 5px;
    }
.txtNoOf {
    height: 25px
}
#BillAppliedPanel {
    max-height: 350px;
    overflow:auto;
    height: 100%;
}
.billLists {
    width: 90%;
    float: left;
    margin: 5px;
    padding: 5px;
}
.billLists [type='checkbox'] {
    margin: 5px;
    width: 5%;
    float:left
}
.billLists label {
    width: 50%;
    float:left
}
.billLists [type='text'] {
    width: 40%;
    float: left;
    text-align: right
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    
    background-color: #666563;
    border-color: #9B9791;

}
#stonePanel {
    
    width: 50%;
    height: 50%;
    position: fixed;
    border: 1px solid red;
    left: 0;
    right: 0;
    display: block;

}
.green {
  background-color:lightgray;
	color:darkslateblue;
}
.footTotal {
  background-color:#897f8a;
	color:white;
}
.Normalrow {
  background-color:white;
	color:black;
}
.my-style-2 {
    color:green !important;
}
.ui-grid-row .ui-grid-cell {
    background-color:inherit ! important;
}