/* 
    Author      : Jai K
    Purpose     : Main styles for Billing
    Created On  : 2016-08-24 14:11
*/

.bxslider li {
    padding: 0px 10px !important;
}

.bx-wrapper .bx-controls-direction a {
    top: 37%  !important;
    margin-top: -20px  !important;
    width: 25px !important;
    height: 120px !important;
    
}

.single.bxslider .bx-wrapper .bx-controls-direction a{
    top: 20%  !important;
}

.bx-wrapper .bx-next {
    right: 0px !important;
    background-position: -28px 10px  !important;
}

.bx-wrapper .bx-prev {
    left: 0px !important;
    background-position: 0px 10px  !important;
}

.bxslider .item {
    margin-left: 23px;
}

.bttn.disabled {
    background: #eee !important;
    color: #ccc !important;
}


.pwd_bullet {
    font-size: 0px;
    border: 1px inset #555;
}

.pwd_bullet:focus {
    outline: none;
}

.pwd_bullet:invalid {
    background: none;
}

#ksk-login .num-pad .swap {
    display: none;
}

.ksk-box-dialog .wrapper{
    margin: 5% auto auto;
    width:40%;
    padding: 40px;
    box-shadow: 3px 3px 9px #999;
    min-height: 150px;
}

.ksk-box-dialog h1 {
    color: #068200;
    font-size: 21px;
    text-align: right;
    font-style: italic;
}

.ksk-box-dialog #name {
    font-weight: bold;
}

.ksk-box-dialog .main-info {
    padding: 10px;
    color: #999;
    border: 1px inset #eee;
    background: #3c2c17;
    min-height: 170px;
    margin: 15px 0px;
}

.ksk-box-dialog .main-info h4 {
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 0px #dbc497, 1px 3px 4px #000;
}

.ksk-box-dialog .main-info .options {
        padding: 40px 10px;
    text-align: center;
}

.ksk-box-dialog .main-info .options a{
    width: 75%;
    padding: 10px;
    background: -webkit-linear-gradient(#fdf5b5, #ecdaa7, #bc8322, #d9a73b);
    color: #000;
    box-shadow: 1px 1px 3px #999;
    text-decoration: none;
    cursor: pointer;
    margin: 10px auto;
}

.msg-box {
    display: none;
    position: fixed;
    top: 0px;
    background: #555;
    padding: 10px;
    
    width: 100%;
    box-shadow: 3px 3px 80px #333;
    color: #eee;
    z-index: 9999;
}

.msg-box > div {
    font-size: 18px;
    margin: 0 10%;
}

.msg-box > div > div {
    margin-left: 58px;
    font-size: 14px;
}

.msg-box .fa {
    font-size: 16px;
    box-shadow: 2px 2px 6px #eee;
    border-radius: 70px;
    padding: 1px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0px 10px;
}

.msg-box .clse-btn {
    /*float: right;*/
    position: absolute;
    right: 10%;
    top: 12px;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 2px 2px 6px #eee, -2px -2px 6px #eee;
}

.err {
    background: #f33;
}

.success {
    background: #068200;
}

.info {
    background: #1baadd;
}

.warning {
    background: #ffc107;
}

.req-mark {
    color: #f33;
    font-weight: bold;
}

.ui-keyboard-has-focus {
    z-index: 16001;
    background: #fff;
    box-shadow: 3px 3px 9px #ccc;
    padding: 25px;
    
    left: 24% !important;
    top: 24% !important;
    position: fixed !important;
}    

.ui-keyboard-button {
    min-width: 4em !important;
    height: 3em !important;
}

.ui-keyboard-bksp {
    background: #1baadd;
    border-color: #1baadd;
    color: #fff;
}

.ui-keyboard-accept {
    background: #1ba;
    border-color: #1ba;
    color: #fff;
    width: 24%;
}

.ui-keyboard-preview {
    padding: 10px;
}

.ui-keyboard-cancel {
    background: #f33;
    border-color: #f33;
    color: #fff;
    width: 24%;
}

/*
Multiple  Select Box
*/
.multi-select:focus {
    outline: none;
    border: none;
    box-sizing: none;
}

.multi-select-expand {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 9px #999;
    max-height: 170px;
    overflow: overlay;
}

.multi-select-expand .fa.tick-ok {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    /* background: #1ba; */
    padding: 5px;
    border-radius: 18px;
    font-size: 18px;
    cursor: pointer;
}

.multi-select-preview {
    padding: 5px !important;
    max-height: 160px;
    overflow: overlay;
}

.multi-select-preview.form-control {
    padding: 0px !important;
    border: none;
}

.multi-select-preview > div {
    font-size: 11px;
    margin: 4px;
    width: auto;
    display: inline-block;
    padding: 5px;
    box-shadow: 3px 3px 3px #ccc;
    color: #666;
}

.multi-select-preview .active {
    background: #1ba;
    color: #f3f4f5;
}

.multi-select-expand > div {
    padding: 10px 5px;
    cursor: pointer;
    min-height: 20px;
    color: #666;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    background: #f3f4f5;
}

.multi-select-expand > div.active {
    background: #1baadd;
    color: #eee;
}



.cat-ico {
    float: left;
    width: 38px;
    height: 30px;

}

.owl-carousel {
    width: 98% !important;
    padding-left: 20px;

}

.owl-carousel .item {
    width: 100%;
}

.owl-nav {
    display: none;
}

.nav-owl {
    position: absolute;
    background: url(../images/bg.png) repeat;
    z-index: 9999;

    padding: 0px 10px;
    height: 125px;
    margin-top: -1px;
    cursor: pointer;
}

.nav-owl img {
    max-height: 75px;
    margin-top: 25px;
}

.nav-owl.lft {
    left: -10px;
}

.nav-owl.rght {
    right: -10px;
    /*margin-top: -120px;*/
}

.cat-blck {
    cursor: pointer;
    display: none;
}

.item-cell {
    
}

#plot .owl-item {
    padding-left: 7px;
}

#plot h1 {
    font-size: 24px;
}

.no-results {
    text-align: center;
    padding: 50px 0px;
    color: #999;
}

/*#amt-section .amt-qty {
    float: left;
    min-width: 25px;
    margin: 5px 0px;
    color: #999;
    text-align: right;
}*/

#amt-section .rm-btn {
    float: left;
    padding: 6px;
    /* color: #068200; */
    color: #ccc;
    cursor: pointer;
}

#amt-section .amt-row.active {
    color: #bd2f1b;
}

#num-pad  {
    width: 87%;
    float: left;
    position: fixed;
    bottom: 0;
    margin: 10px;

    display: none;
}

#num-pad > div {
    min-width: 7%;
    min-height: 9%;
    line-height: 70px;
    background: #36240e;
    color: #fff; /*#f0aa4e;*/
    /*width: 7.15%;*/
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 28px;
    margin: 0px -1px;

}

#num-pad > div.active .add-btn {
    color: #eee !important;
}

#num-pad > div .rm-btn {
    background: #fff;
}

#num-ok-btn {
    background: #bd2f1b !important;
    color: #eee !important;
}


#name-sec-dialog {

}


#name-sec-dialog input, #name-sec-dialog select {
    border: 1px solid #eee;
    line-height: 44px;
}

#name-sec-dialog select {
    min-height: 58px;
    background: url(../images/star.png) no-repeat top 18px right 20px #fff;
}

#name-sec-dialog input {
    background: url(../images/keypad.png) no-repeat top 18px right 10px #fff;
}


.input_star {
    color: #666;
    width: 99%;
}


.dialog .input_star {
    width: 95.5%;
}

/*##name-sec .input_set select option {
    display: none;
}*/


@media screen and (max-width: 1136px) {

    .bxslider .item {
        margin-left: 20px;

    }
}

@media screen and (max-width: 1024px) {

    .archanai_list_div, .bxslider .item {
        margin-left: 18px;

    }
}

@media screen and (max-width: 960px) {
    
    .col-xs-6 {
        width: 100%;
        float: left;
    }
    
    .ui-keyboard-has-focus {
        left: 0% !important;
        top: 0% !important;
    }    
    .ksk-box-dialog .wrapper{width:60%; margin-top:10%;}
}
@media screen and (max-width: 440px) {
    .opening_amt  {width:90%;}
}

