
body{
    color: #f3f3f3;
    line-height: 20px;
    background-color: #121212;
}

/*dashboard*/
.dashboard-top-icons-sec{
    margin-bottom: 15px;
}
.dashboard-top-icons-sec .dashboard-icon-sec{
    /*background-color: #fff;*/
    background-color: #292929;
    padding: 5px;
    color: #bb127b;
    color: #000;
    /*color: #666;*/
    color: #f9f9f9;
    min-height: 80px;
    /*border-bottom: 2px solid #bb127b;*/
    border-radius: 6px;
}

.dashboard-top-icons-sec .dashboard-icon-sec i{
    font-size: 35px;
    /*color: #bb127b;*/
    color: #bb86fc;
}
.dashboard-top-icons-sec .dashboard-icon-sec span{
    /*color: #bb127b;*/
    color: #bb86fc;
    font-size: 40px;
    margin-left: 30px;
    position: absolute;
    right: 15px;
    bottom: 5px;
    
}
.dashboard-top-icons-sec .dashboard-icon-sec h4{
    margin-top: 15px;
}
/*dashboard*/
.large:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.09);
}
.large {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.sidemanu{ 
    top: 0px;
    /*float:left!important;*/
    /*position:fixed!important;*/
    left:-230px!important;
    z-index: 1000!important;
    position:absolute!important;
}

.sidemanu-left.sidemanu-left-open
{
    left:0px!important;   
}
.sidemanu-open{
    -webkit-transition: all 0.3s ease!important;
    -moz-transition: all 0.3s ease!important;
    transition: all 0.3s ease!important;
}

.sidemanupos
{
    position: relative;
    float:left!important;   

}
/*manue button*/
#showLeft
{
    top: 0px;
    /*float:left!important;
    position:fixed!important;*/
    left:200px!important;
    z-index: 1000!important;
    position:absolute!important;

}

.tree{
    padding-left: 25px;
}

.divider{

    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 1.4em 0;
    border: none;
    background: #ddd;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        right bottom,
        color-stop(0, rgb(255,255,255)),
        color-stop(0.1, rgb(221,221,221)),
        color-stop(0.9, rgb(221,221,221)),
        color-stop(1, rgb(255,255,255))
        );
    background-image: -moz-linear-gradient(
        left center,
        rgb(255,255,255) 0%,
        rgb(221,221,221) 10%,
        rgb(221,221,221) 90%,
        rgb(255,255,255) 100%
        );

}

.fa-chevron-down{
    padding-left:5em !important;
}

/*rotate arrow*/
.downarrow{
    font-size: 10px;
    color: #ccc;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.downarrow.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}



.manuebutton{
    position: relative!important;
    z-index: 1000!important;
    padding-left:30px;
}

/*order pannels*/
.pcoler {
    color: #fff;
}

.chart-sec{
    min-height: 300px;
}


/*new admin styles*/
/*welcome page*/
.welcome-container{
    /*background-color: #f1f1f1;*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

}

.welcome-page-bg{
      height: 500px;
    height: 1000px;
    height: 100%;
    width: 100%;
    opacity: .2;
    background: url(../../img/app/login-bg.jpg) no-repeat ;

    position: fixed;
    top: 0px;
    top: 0px;
    z-index: -1;
}

.welcome-heading{
    height: 55px;
    font-size: 20px;
    background-color: #2dc6c1;
    color: #fff;
    margin-top: -24px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 2px 2px 10px #aaa;

}
.welcome-heading span, .welcome-heading i{
    font-size: 30px;
}
.welcome-heading small{
    font-size: 12px;
    color: #f1f1f1;
    font-style: italic;
}

.welcome-menu-sec{
    text-align: center;
    vertical-align: central;
    margin: 20px;
}

.welcome-menu{
    width: 200px;
    height: 110px;
    width: 180px;
    height: 100px;
    padding-top: 20px;
    margin: 10px;
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 1px 1px 1px #ddd;
    text-align: center;
    vertical-align: central;
    text-decoration: none;
    line-height: 30px;
    color: #31cecb;
    color: #2dc6c1;
}

.welcome-menu:hover{
    background-color: #2dc6c1;
    color: #fff;
    transition: 1s;
    /*padding-left: 2px;*/

}

.welcome-menu i{
    font-size: 60px;
}

.welcome-menu span{
    font-size: 16px;
    /*font-weight: 600;*/
}

.welcome-footer{
    border-top: 1px solid #2dc6c1;
    height: 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #666;
    font-size: 13px;
    background-color: #fff;
}
.welcome-footer a{
    color: #2dc6c1;
    text-decoration: none;
    padding: 3px;

}
.welcome-footer a:hover{
    color: #fff;
    background-color: #2dc6c1;

}
/*end welcome container*/

.table-search{
    width: 200px;
}

.sub-head-sec{
    margin-top: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    background-color: #f6f6f6;
    /*background-color: black;*/
}
.sub-head-sec *{
    margin-lef: 5px;
    margin-right: 5px;
}

/*report*/
.report-head-sec{
    margin-top: -15px;
    /*    padding-top: 5px;
        padding-bottom: 5px;*/
    margin-bottom: 5px;
    background-color: #f6f6f6;
    background-color: #016a87;
    background-color: #3d4f63;
}
.report-head-sec .nav{
    border-bottom: none
}
.report-head-sec a{
    color: #fff;
}
.report-head-sec a:hover{
    color: #0083ff;
}
.total-tb-col{
    background-color: #cdeff4;
    width: 200px;
}
/*end report*/


/*login page*/
.login-container{
    /*background-color: #f4f4f4;*/
    /*background-color: #f2f2f2;*/
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    /*height: 100%;*/
    text-align: center;

}


.login-page-bg{
    height: 500px;
    height: 1000px;
    height: 100%;
    width: 100%;
    opacity: .8;
    background: url(../../img/app/bg1.jpg) no-repeat ;
 background-size: 100% 100%;
    position: fixed;
    top: 0px;
    top: 0px;
    z-index: -1;
}


/*login page*/
.login-container{
    /*background-color: #f4f4f4;*/
    /*background-color: #f7f8fa;*/
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    /*height: 100%;*/
    text-align: center;

}

.login-content{
    background-color: rgba(255,255,255, 0.7);
    border-radius: 3px;
    box-shadow: 1px 1px 20px #aaa;
    width: 320px;
    margin: 100px auto;
    vertical-align: middle;


}

.login-sec-heading{
    height: 100px;
    font-size: 20px;
    /*    background-color: #bb127b;
        background-color: #bb127b;
        background-color: #bb127b;*/
    color: #bb127b;
    text-align: center;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    padding-top: 12px;
    border-radius: 2px;
    width: 100%;
    border-bottom: 2px solid #bb127b;

}

.login-sec{
    margin: 40px auto;
    height: 260px;
    width: 300px;
    padding: 20px;

}
.login-sec .btn-primary{
    background-color: #bb127b;
    color: #fff;
    border: 1px solid #bb127b;
    font-weight: bold;;

}
.login-sec .input-group-addon{
    border:none; 
    background-color: #f7f8fa;
    color: #bb127b;
}
.login-sec .form-control{
    border: none;
    box-shadow: none;
    background-color: #f7f8fa;
}
.lbl-login-sec{
    background-color: #bb127b;
    color: #fff;
    transition: 1s;


}
.login-sec .btn-primary:hover{
    background-color: #fff;
    color: #bb127b;
    border: 1px solid #bb127b;

    transition: 1s;
}

.login-sec-footer{
    border-top: 1px solid #bb127b;
    height: 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #666;
    font-size: 10px;
    /*background-color: #fff;*/
    background-color: rgba(255, 255, 255, 0.7);
    /*    margin-left: -15px;
        margin-right: -15px;*/
}

.dashboard-page-bg{
    height: 100%;
    width: 105%;
    opacity: .5;
    background: url(../../img/app/bg4.jpg) no-repeat;
 background-size: 100% 100%;
    position: fixed;
    top: 0px;
    top: 0px;
    left:-10px;
    z-index: -5;
}

/*person*/
.profile-img-sec{
    background-color: #f4f4f4;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}
.profile-name-txt{
    color: #bb127b;
    font-size: 16px;
    /*margin: 20px;*/
}

.img-profile{
    width: 160px; 
    height: 160px;
    border-radius: 80px;
}


.img-sm-icon{
    width: 40px;
    height: 50px;
    border: 1px solid #ddd;
    padding: 1.5px;
}

.img-item{
    width: 160px;
    height: 210px;
    margin: 0px auto;
}

.btn-group-emp{
    display: inline-block;
}
.btn-group-emp button{
    padding: 5px;
    background-color: #eee;
    box-shadow: inset 1px 2px 6px #aaa;

}

.btn-group-emp .active{
    background-color: #27e51d;
    color: #fff;
    transition: 1s;
}

.list-group-item.active, .list-group-item.active ul li{
    border: none;
    background-color: #555;
    color: #fff;
}
.list-group-item.active:hover{
    border: none;
    background-color: #555;
    color: #fff;
}
.list-group-item.active a{
    color: #fff;
}
.list-group-item:hover{
    background: #e6e6e6;
    transition: .5s;
}

.list-group-item.active ul li.active{
    background-color: none;
    background-color: #000;
    color: #000;
}

/*payment*/
.payment-rd-btn-sec{
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 20px;
}
.payment-rd-btn-sec .btn-success{
    background-color: #ddfcdb;
    color: #000;
    font-weight: bold;
}
.payment-rd-btn-sec .btn-primary{
    background-color: #d7f6f7;
    color: #000;
    font-weight: bold;
}
.payment-rd-btn-sec .btn-success.active{
    background-color: #13e504;
    color: #000;
}
.payment-rd-btn-sec .btn-primary.active{
    background-color: #02eff7;
    color: #000;
}

.name-sec{
    background-color: #f4f4f4;
    text-align: center;
    padding: 10px;
    margin-bottom: 16px;
}


/*general*/


.theme-border{
    border: 1px solid #bb127b;
}
.theme-title{
    color: #bb127b;
    padding: 5px 0px;
    margin-bottom: 10px;
}
.theme-txt{
    color: #bb127b;
}
.rose-border{
    border: 1px solid #e21694;
}
.rose-title{
    color: #e21694;
    font-weight: bold;
}
.rose-txt{
    color: #e21694;
}
.rose-sec{
    background-color: #e21694;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
}

.blue-border{
    border: 1px solid #0083ff;
}
.blue-title{
    color: #0083ff;
    font-weight: bold;
    margin-bottom: 15px;
}
.blue-txt{
    color: #0083ff;
}
.blue-sec{
    background-color: #0083ff;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
}

.center-txt{
    text-align: center;
}
.bold-txt{
    font-weight: bold;
}
.important-field{
    color: #ff007f;
    font-size: 17px;
    /*font-size: 17px;*/
}


.data-enter-sec{
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0.5px 0.5px 10px #eee;
    /*box-shadow: 1px 1px 15px #ddd;*/
}
.btn-display-sec{
    background-color: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
}

.rd-btn-sec .active{
    background-color: #1d7a93;
}

.btn-sec{
    margin-top: 15px;
}

.field-danger{
    border: 1px solid #ff006e;
    box-shadow: 0.5px 0.5px 5px #ff006e;
    transition: 0.5s;
}
.avoidBreak { 
    /*border: 2px solid;*/
    page-break-inside:avoid;
    page-break-before:auto;
    margin-top: 40px;
}

.lbl-success{
    width: 8px; 
    height: 8px; 
    border-radius: 4px; 
    background-color: #51ef39;
}
.lbl-danger{
    width: 8px; 
    height: 8px; 
    border-radius: 4px; 
    background-color: #ea4871;
}

.btn-sm-round-success{
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #fff;
    border: 2px solid #51ef39;
    color: #51ef39;
    padding: 1px;
    transition: 1s;
}
.btn-sm-round-success:hover{
    background-color: #51ef39;
    color: #fff;
    transition: 1s;
}

.btn-sm-round-danger{
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #fff;
    border: 2px solid #ea4871;
    color: #ea4871;
    padding: 1px;
    transition: 1s;
}
.btn-sm-round-danger:hover{
    background-color: #ea4871;
    color: #fff;
    transition: 1s;
}

.btn-new {
    min-width: 160px;
}

thead{
    background-color: #292929;
}

/*bootstrap custom*/
.btn{
    border-radius: 1px;
    font-weight: 600;
    /*color: #2dc6c1;*/
}
.btn-info, .btn-warning{
    background-color: #2ac8fc;
    border: 1px solid #2ac8fc;
}
.btn-warning:hover, .btn-info:hover{
    background-color: #fff;
    color: #2ac8fc;
    border: 1px solid #2ac8fc;
    transition: 1s;
}

.btn-primary{
    background-color: #db0a8b;
    border: 1px solid #db0a8b;
}
.btn-primary:hover{
    background-color: #fff;
    color: #db0a8b;
    border: 1px solid #db0a8b;
    transition: 1s;
}
label{
    font-weight: 500;
}

.btn-danger{
    background-color: #c9302c;
    border: 1px solid #c9302c;
}
.btn-danger:hover{
    background-color: #fff;
    color: #c9302c;
    border: 1px solid #c9302c;
    transition: 1s;
}

.form-control{
    border-radius: 2px; 
}
/*bootstrap custom*/

/*print*/
div.tablePage {
    page-break-inside:avoid; page-break-after:always;            
}



.table-head{
    background-color: #f7f8fa;
    background-color: #eee;
    background-color: #F0F1F3;
}



.amounts-summary-sec{
    border-top: 3px solid #2dc6c1;
    border-bottom: 3px solid #2dc6c1;
    background-color: #f7f8fa;
    background-color: #F0F1F3;
    font-weight: bold;
}

.label-col{
    width: 120px;
    color: #117593;
    font-weight: bold;
}



/* sale interface */
.sale-left-panel{

}
.sale-right-panel{

}

.sale-orderline-sec{
    height: 423px;
    height: 400px;
    /*height: 70%;*/
    overflow-y: auto;
    background-color: #f7f8fa;
}
.sale-orderline-sec input{
    height: 32px;
}
.sale-payment-mtd-sec{
    /*height: 200px;*/
}

.sale-payment-mtd{
    border-radius: 0px;
}
.sale-payment-mtd label span{
    font-size: 18px;
    padding-left: 3px;
}
.sale-search-item-form{
    margin-bottom: 2px;
}

.sale-search-item-form input, .sale-search-item-form span{
    border-radius: 0px;
    border: none;
    box-shadow: none;
}
.sale-search-item-form input{
    background-color: #f7f8fa;
}
.sale-search-item-form span{
    color: #2dc6c1;
    font-size: 18px;
}
.number-pad-sec button{
    width: 33%; 
    height: 45px; 
    height: 70px; 
    font-size: 22px;
    border-radius: 0px;
    font-size: 35px;
    font-weight: bolder;
    border: 2px solid #02eff7;
    border: 1px solid #fff;
}

.currency-note-sec{

}
.currency-note-sec button{
    font-size: 12px;
    width: 100%;
    height: 46px; 
    border-radius: 0px;
    border: 1px solid #02eff7;
    border: 1px solid #fff;
    font-weight: bolder;
    font-size: 16px;
}

.sale-order-btn-sec{


}
.sale-order-btn-sec button i{
    font-size: 22px;
}
.sale-order-btn-sec button span{
    font-size: 20px;
    /*padding-left: 3px;*/

}

.queued-ind-link-sec{
    display: block;
    background-color: #fff;
    border-bottom: 3px solid #e21694;
    height: 180px;
    text-decoration: none;
    transition: 1s;
}
.queued-ind-link-sec:hover{
    background-color: #eee;
    transition: 1s;
}
.queued-ind-link-sec h4{
    background-color: #e21694;
    color: #fff;
    padding: 5px;
    height: 25px;
    font-weight: bold;
    padding-right: 40px;
}
.queued-ind-sec .fa-trash{
    font-size: 16px;
    margin-left: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #e21694;
    padding: 1px 5px;
    position: absolute; 
    top: 13px;
    right: 20px;
}
.queued-ind-sec .fa-trash:hover{
    background-color: #e21694;
    border: 1px solid #fff;
    color: #fff;
}
.queued-ind-link-sec ol{
    height: 115px;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 10px;
    color: #000;
}
.queued-sale-user-txt{
    text-align: right;
    padding: 0px 5px;
}


.line-input{
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.line-disable-input{
    border-radius: 1px;
    border: none;
    box-shadow: none;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;

}

.amount-col input{
    text-align: right;
}
.qty-col input{
    text-align: center;
}


input:focus { 
    background-color: #eee;
}
input.form-control:focus, textarea.form-control:focus , select.form-control:focus { 
    background-color: #eee;
    /*border-bottom: 1px solid #e21694;*/
    box-shadow: inset 0px -2px 0px #e21694;
    border-bottom: none;
}
button:focus, a:focus  { 
    box-shadow: inset 2px 0px 0px #e21694;
    box-shadow: inset 0px -2px 0px #e21694;
}

.print-header{
    text-align: center;
}

.print-header{
    text-align: center;
}

.print-sale-summary-sec{
    border: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
}

.print-footer{
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

/* end sale interface */

.employee-icon-sec {
    text-align: center;
}
.employee-icon-sec i{
    padding: 10px;
}


@media print{
    #slider{
        width: 0px;
    }
    .content-right{
        font-size: 12px;
    }
    .visible-print{
        width: 100%;
    }
    
    
    .sale-bill-print-sec{
        width: 100%;
        margin:0px auto;
    }

    .print-header{
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 5px;
        border-top: 2px dotted #000;
        border-bottom: 2px dotted #000;
        margin-bottom: 15px;
    }
    .print-sub-header{
        line-height: 22px;
    }
    .print-header h5{
        font-size: 23px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .print-sale-summary-sec{
        border-top: 1px dotted #000;
        border-bottom: 1px dotted #000;
    }
    
    #toast-container{
        display: none;
    }
    /*    #id16
          {
              padding-top: 60px;
              display: block;
            page-break-after: always;
            page-break-inside: avoid;
          }*/
    div.tablePage {
        page-break-inside:avoid; page-break-after:always;            
    }

    table tr.page-break{page-break-inside:avoid; page-break-after:always}
    table { page-break-after:auto }
    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 }
}




