.marLR0{
    margin-left:0;
    margin-right:0;
}
.paddLR0{
    padding-left:0;
    padding-right:0;
}
.paddLR5{
    padding-left:5px;
    padding-right:5px;
}

/** login  **/
.loginDiv {
    background-image: url("../images/banner2.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}

.NewDiv {
    width: 25%;
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 10px;
    position: absolute;
    background: rgba(0,0,0,0.6);
    left: 5%;
    top: 5%;
}

.loginImg {
    width: 100%;
}

.logDiv {
    margin-top: 20px;
    margin-bottom: 15px;
}

.loginFrmDiv {
    position: relative;
    margin-bottom: 25px;
}

.loginInp {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 40px;
    border-radius: 0;
    padding-left: 5px;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 700;
}

.loginI {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    background: #d4ac66;
    color: #fff;
    line-height: 44px;
    width: 40px;
    text-align: center;
}

.loginBtn {
    width: 90%;
    margin: 0 auto;
    display: block;
    background: #d4ac66;
    border: 1px solid #d4ac66;
    color: #fff;
    line-height: 35px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.loginBtn:hover {
    background: #000000;
    border: 1px solid #d4ac66;
    color: #d4ac66;
}
.ui-front {
    z-index: 111111 !important;
}
.eclass {
    color: #000;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: .5px;
}
.ereCls {
    color: red;
}

.marBot10 {
    margin-bottom: 10px !important;
}
label{
    margin-bottom:0 !important;
}
.paddTop{
    padding-top:8px;
}
.addBtnI {
    background: #d4ac66;
    border: 1px solid #d4ac66;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 33px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.snlink {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    width: 20px;
    cursor: pointer;
    background: black;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.snlink:hover {
    background: #d4ac66;
    border: 1px solid #d4ac66;
    color: #000;
}
.marTop20 {
    margin-top: 20px;
}

.payTab {
    margin-top: 10px;
}
.btn-flat {
    color: #000 !important;
}
.logoImg {
    width: 175px;
}
.addBtn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    padding: 3px 20px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 2px;
}
.addBtn:hover{
    background: #d4ac66;
    border: 1px solid #d4ac66;
    color: #000;
    
}
.addI {
    margin-right: 5px;
}
.mdlHead {
    padding: 8px 10px;
    background: rgba(0,0,0,0.05);
}
.mdlFoot {
    padding: 10px;
}
.offDiv{
    width: 45%;
    display: inline-block !important;
}
.btnI {
    font-size: 15px;
    margin-right: 4px;
    font-weight: 600;
}

.comTable thead{
    background: #000;
    color: #fff;
}
.comTable thead tr th{
    padding: 5px;
}
.comTable tbody tr td{
    padding: 5px;
}
.comTable tfoot tr th {
    padding: 5px;
}
.comTable tfoot{
    background:rgba(0,0,0,0.04);
}
.frmLab {
    width: 100%;
    margin-bottom: 0;
}
.select2{
    width: 100% !important;
}
/** Loader css **/
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}
.page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px);
}
.page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}
.loadImg{
    width: 40px;

}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header{
	background: #000000;
}
.dtp div.dtp-date, .dtp div.dtp-time{
	background: #000000;
}
.dtp .p10 > a{
	color: #d4ac66;
}
.dtp table.dtp-picker-days tr > td > a.selected{
	background: #000;
}
.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}
.card-box{
	margin-bottom:10px;
}
li.paginate_button.next, li.paginate_button.previous{
	font-size:12px;
}
.footer {
    padding: 5px 15px 5px !important;
    color: #ffffff;
    background-color: #000000;
    position: fixed;
}
.pageTitDiv {
    position: fixed;
    width: 100%;
    z-index: 999;
    display: block;
    left: 0;
    background: #fff;
    right: 0;
    margin: 0 auto;
    top: 75px;
}
.pagePaddTop {
    margin-top:50px;
}
.pageNav{
    display:inline-block;
}
.pageNavUl {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    list-style: none;
    margin: 0;
    margin-left:10px;
}
.pageNavLi {
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
}
.naveSpa {
    margin-left: 4px;
    font-size: 14px;
}
.page-title {
    display: inline-block;
}
.page-title-box {
    margin-left: 15px
}
.mtop44{
    margin-top:44px;

}
.editI
{
    color:blue;
}
.deleI{

    color:red;
}
.dwnI {
    color: #9261c6;
}
.upladI {
    color: #ff4780;
}

.swal2-popup .swal2-styled.swal2-cancel {
    color: white !important;
}
.btnTop
{
    margin-top:36px;

}
.tableLodIconDiv {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 25%;
    opacity: 1;
}
.tableLodImg {
    width: 5%;
}
.groupBtn {
    padding: 2px 5px;
    background: #d4ac66;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .5px;
}
.gupBtnA {
    padding-left: 5px;
    font-size: 12px;
    padding-top: 3px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 3px;
}
.gupBtnI {
    margin-right: 4px;
    font-size: 14px;
}
.btnDrwnDiv .gupBtnA:last-child {
    border-bottom: 0;
}
.btnDrwnDiv{
    min-width:130px !important;
}
.tabresInti {
    overflow-x: initial;
}
.erreTxt {
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .5px;
    font-weight: 600;
}
.dayclsDiv {
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -14px;
}
.dayclsTit {
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
.dayclsCont {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
}
.billBG{
    background:green;
}
.viewBG {
    background:#6e69b9;
}
.retBG{
    background:red;
}
.compretBG {
    background: #342e2e;
}
.cashhandBG {
    background: #c55252;
}


.dayclsH4 {
    font-size: 14px;
    background: #d4ac66;
    line-height: 30px;
    padding-left: 5px;
    color: #fff;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.dayclsdetDiv {
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}
.dayclsBtnDiv {
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

@keyframes blink-text {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
    /** Responsive code **/
    @media only screen and (max-width: 991px) {
        .wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .card-box{
        padding: 10px;
    }
    .form-group {
        margin-bottom: 5px;
    }
	.logoImg {
		width: 150px;
	}
    .pageNavUl{
        display:none;
    }
    .pageTitDiv {
        position:static;
    }
    .pagePaddTop {
        margin-top: 5px;
    }
    #navigation{
        top:40px;
    }
    .NewDiv{
        width:90%;
        top:15%;
    }
    


}