/* 
    Document   : style
    Created on : Mar 9, 2015, 5:10:42 PM
    Author     : IT-PC-02
    Description:
        Purpose of the stylesheet follows.
*/
/*
theme-color: #bb127b
sub theme-color: #2AC8FC
rose-color: #e21694
*/
body{
    height: 100%;
    width: 100%;
    font-size: 13px;
    color: #666;
}

a{
    cursor: pointer;
}

.content-left{
    width: 20%;
    /*height: 96%;*/ 
    height: 100%; 
    left: 0px;
    position: absolute;
    overflow-y: auto;
    overflow-x: auto;
    background-color: #f1f1f1;
    background-color: #35475b;
    background-color: #3d4f63;
    background-color: #292929;
    /*background-color: #edf9f9;*/
    box-shadow: 1px 0px 10px #585858;
    z-index: 2;
    /*padding: 10px;*/


}

.content-left .admin-logo-sec{
    top: 0px;
    padding: 5px;
    /*box-shadow:  inset  0px 0px 2px #585858;*/
    /*background-color: #35475b;*/
    /*background-color: #bb127b;*/
    background-color: #bb86fc;

    color: #fff;
    height: 46px; 
    font-size: 24px;
    text-align: center;

}
.admin-logo-sec a{
    color: #fff;
    text-decoration: none;
}
.admin-logo-left{
    padding: 5px;

    margin-right: 10px;
    border-radius: 3px;
}
.admin-logo-right{
    padding: 5px;
    border-radius: 3px;
}

.left-menu-sec{
    height: 90%;
    top: 46px; 
    overflow-x: auto;
    overflow-y: auto;
}
/*.left-menu-sec .list-group-item{
    border: none;
}*/


.navigation-btn{
    top: 12px;
    position: absolute;
    z-index: 2;
    padding: 2px;
    padding-left: 28px;
    border: none;
    background-color: none;
    cursor: pointer;
    font-size: 16px;
    /*color: #fff;*/
    color: #bb86fc;
    /*color changed by diyan*/

}

.content-right{
    width: 100%; 
    height: 100%;
    left: 0%;
    top: 0;

    /*padding-left: 250px;*/
    position: absolute;
    /*z-index: 1;*/


}
.page-head{
    top: 0px;
    height: 5%;
    height: 46px; 
    background-color: #292929;
    /*background-color: #bb127b;*/
/*diyan*/
    /*color: #fff;*/
    color: #bb86fc;
    padding-top: 5px;
    box-shadow: 3px 3px 0px #eee;
    font-size: 14px;
    box-shadow: 0px 0px 5px 0px #585858;
    /*position: absolute;*/ 

}

.page-head a{
    /*color: #fff;*/
    color: #bb86fc;
}


.page-head .btn-back{
    font-size: 21px;
    padding: 5px;
    padding-left: 8px;
    border: none;
    background: none;  
}

.page-body{
    /*height: 50% important;*/
    height: 80%;
    /*height: 570px;*/
    top: 5%;
    overflow-x: auto;
    overflow-y: auto;
    padding-top: 15px;
    /*position: absolute;*/
    background-color: #121212;
}

.sm-heading{
    margin-top: 10px;
    margin-bottom: 20px;
} 

/*footer*/
.footer{
    top: 95%;
    position: absolute;
    height: 5%;
    /*border-top: 1px solid #eee;*/
    box-shadow: 0px -3px 3px #eee; 
    /*background-color: #f2f8f9;*/
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
    text-align: center;
}

.user-icon-sec{
    padding-left: 15px;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #636B6F;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
}
.user-icon-img{
    width: 30px;
    height: 30px;
    border-radius: 16px;
    margin-right: 2px;
}

.img-profile-sm-icon{
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.main-menu-ul {
    padding-top: 40px;
    border-radius: 0px;
    background-color: #292929;

}
.main-menu-ul .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}

.main-menu-ul li{
    background-color: #f1f1f1;
    background-color: #f4f4f4;
    background-color: #35475b;
    background-color: #3d4f63;
    background-color: #292929;
    border: none;
    font-size: 14px;
    /*color: #bb127b;*/
    color: #bb86fc;
    /*diyan*/
    border-radius: 0px;
    /*border-left: 5px solid #fff;*/
    /*border-right: 5px solid #fff;*/
    transition: 1s;

}

.main-menu-ul a{
    text-decoration:none;
    /*color: #bb127b;*/
     /*edit by diyan*/
    color: #bb86fc;
    font-weight: 500;
}
.main-menu-ul li:hover, .main-menu-ul li.active:hover{
    background-color: #eee;
    color: #bb127b;
    border-left: 5px solid #bb127b;
    border-right: 5px solid #bb127b;
    transition: 1s;
}
.main-menu-ul li:hover a, .main-menu-ul li.active:hover a{
    color: #bb127b;
}
.main-menu-ul li.active{
    background-color: #eee;
    color: #bb127b;
    border-left: 5px solid #bb127b;
    border-right: 5px solid #bb127b;
}
.main-menu-ul li.active a{
    color: #bb127b;
}



.main-menu-ul ul {
    /*background-color: #fff;*/
    padding-top: 10px;
}
.main-menu-ul ul li{
    /*background-color: #fff;*/
    font-size: 13px;
    height: 35px;

}

.main-menu-ul li a{
    /*font-size: 13px;*/
}

.main-menu-ul ul li a:hover{
    transition: 1s;
    left: 0;
    /*background-color: #bb127b;*/

}
.main-menu-ul ul li a:active {
    background-color: #bb127b;

}
.list-group-item div, a{
    display: inline;
}
.parent-menu{
}

.child-menu{
    border-radius: 0px;
    padding: 0px;
    display: none; 
}
.child-menu li{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    /*color: #000;*/
}
.child-menu li a{
    /*color: #000;*/
}



a.add-menu-link{
    color: #bb127b;
    font-size: 18px;
    float: right;
}


/*admin user*/
.single-data-table td, th{
    padding-bottom: 7px;
    top: 7px;
    padding-left: 10px;
    padding-right: 20px;
}

.login-sec{
    padding-top: 30px;
    padding-bottom: 50px;
}

.login-full-sec{
    /*vertical-align:middle;*/
    margin-top: 100px;
    /*box-shadow: 1px 2px 0px #888888;*/
    border-radius: 10px;
}


/*general*/
.light-grey-sec{
    background-color: #f6f6f6;
    background-color: #292929;
    padding: 10px;
    border-radius: 1px;
    /*box-shadow: 1px 1px 1px #eee;*/
    margin: 10px 0px;
}

.white-sec{
    background-color: #292929;
    padding: 10px;
    border-radius: 1px;
    /*box-shadow: 1px 1px 1px #eee;*/
    margin: 5px 0px;
}

.black-sec{
    margin: 5px 0px;
    padding: 5px;
    background-color: #263850;
    color: #fff;
}


.success-sec{
    background-color: #2dc6c1;
    color: #fff;
    padding: 10px;
    border-radius: 1px;
    margin: 5px 0px;
}
.danger-sec{
    background-color: #f20976;
    color: #fff;
    padding: 10px;
    border-radius: 1px;
    margin: 5px 0px;
}

.theme-border{
    border: 1px solid #bb127b;
    display: block;
}
.theme-title{
    color: #bb127b;
    padding: 5px 0px;
    margin-bottom: 10px;
}

.txt-upper{
    text-transform: uppercase;
}
.txt-lower{
    text-transform: lowercase;
}
.txt-capitalize{
    text-transform: capitalize;
}

.theme-txt{
    color: #bb127b;
}
.theme-sec{
    background-color: #bb127b;
    padding: 10px;
    border-radius: 1px;
    /*    box-shadow: 1px 1px 1px #2AC8FC;*/
    margin: 5px 0px;
    color: #fff;
}
.sub-theme-sec{
    background-color: #2AC8FC;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #2AC8FC;
    margin: 5px 0px;
    color: #fff;
}
.theme-bdr-left{
    border-left: 2px solid #bb127b;
}
.theme-bdr-right{
    border-right: 2px solid #bb127b;
}
.theme-bdr-bottom{
    border-bottom: 2px solid #bb127b;
}
.theme-bdr-top{
    border-top: 2px solid #bb127b;
}
.rose-bdr-left{
    border-left: 2px solid #e21694;
}
.rose-bdr-right{
    border-right: 2px solid #e21694;
}
.rose-bdr-bottom{
    border-bottom: 2px solid #e21694;
}
.rose-bdr-top{
    border-top: 2px solid #e21694;
}

.light-bdr-bottom{
    border-bottom: 2px solid #7f8d96;
}
.black-bdr-bottom{
    border-bottom: 2px solid #000;
}
.sm-txt{
    font-size: 10px;
}
.md-txt{
    font-size: 12px;
}
.lg-txt{
    font-size: 14px;
}
.xl-txt{
    font-size: 18px;
}
.black-txt{
    color: #bb86fc;
}
.white-txt{
    color: #fff;
}
.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;
}
.btn-rose{
    background-color: #e21694;
    border: 1px solid #e21694;
    color: #fff;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}
.btn-rose:hover{
    background-color: #fff;
    color: #e21694;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.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;
}
.right-txt{
    text-align: right;
}
.left-txt{
    text-align: left;
}
.bold-txt{
    font-weight: bold;
}
.thin-txt{
    font-weight: 100;
}
.italic-txt{
    font-style: italic;
}
.important-field{
    color: #ff007f;
    /*font-size: 17px;*/
}

.txt-success{
    color: #5dea5d;
}

.txt-danger{
    color: #f20976;
}
.success-txt{
    /*color: #5dea5d;*/
    color: #2dc6c1;
}

.danger-txt{
    color: #f20976;
}

.data-enter-sec{
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0.5px 0.5px 10px #eee;
    /*box-shadow: 1px 1px 15px #ddd;*/
}

.field-danger{
    border: 1px solid #ff006e;
    box-shadow: 0.5px 0.5px 5px #ff006e;
    transition: 0.5s;
}

.amount-col{
    text-align: right;
}
.btn-col{
    text-align: right;
}

.qty-col{
    text-align: center;
}

.light-txt{
    color: #f9f9f9;
}
.hidden-elem{
    display: none;
}
.hover-sec{
    cursor: pointer;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.lg-margin-bot, .lg-margin-top{
    margin-bottom: 20px;
}
.md-margin-bot, .md-margin-top{
    margin-bottom: 15px;
}
.sm-margin-bot, .sm-margin-top{
    margin-bottom: 10px;
}
.lg-padding-bot, .lg-padding-top{
    padding-bottom: 20px;
}
.md-padding-bot, .md-padding-top{
    padding-bottom: 15px;
}
.sm-padding-bot, .sm-padding-top{
    padding-bottom: 10px;
}

.input-grey{
    background-color: #eee;
    border:none;
    border-radius: 1px;
    box-shadow: none;
}

/*Dashboard*/
.chart-sec-dashboard{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    /*background-color: #f2f2f2;*/
}
.chart-sec-dashboard .chart-sec{
    background-color: #f4f4f4;
}

/*report*/
.report-sec{
    font-size: 12px;
}
.btn-bounce{
    background-color: #000;
    opacity: 0.6; 
    color: #fff; 
    width: 40px; 
    position: absolute; 
    left: 0;
    top: 500; 
    z-index: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.print-icon-menu a{
    padding: 5px;
    /*vertical-align: central;*/
    margin-top: 20px;
    font-size: 18px;
}
.print-icon-menu {
    margin-top: 8px;
}

.txt-right{
    text-align: right;
}

.table-n-border td, .table-n-border th{
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-right: 12px;
}

.borderless td, .borderless th{
    border-top: none !important; 

}

.btn-r-outline{
    font-size: 13px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: none;
    background: none;
    border-radius: 13px;

}
.btn-r-outline.primary{
    color: #286090;
    border: 1px solid #286090;

}
.btn-r-outline.primary:hover{
    background-color: #286090;
    color: #fff;
    transition: 1s;

}

.btn-r-outline.danger{
    color: #c9302c;
    border: 1px solid #c9302c;
}
.btn-r-outline.danger:hover{
    background-color: #c9302c;
    color: #fff;
    transition: 1s;

}

.btn-r-outline.success{
    color: #449d44;
    border: 1px solid #449d44;
}
.btn-r-outline.success:hover{
    background-color: #449d44;
    color: #fff;
    transition: 1s;

}

.btn-r-outline.info{
    color: #31b0d5;
    border: 1px solid #31b0d5;
}
.btn-r-outline.info:hover{
    background-color: #31b0d5;
    color: #fff;
    transition: 1s;

}

.input-w-o-bdr{
    background-color: #eee;;
    border: none
}

.pending-txt{
    color: #ff861e;
}
.processing-txt{
    color: #16b0f7;
}
.finished-txt{
    color: #5dea5d;
}
.cancelled-txt{
    color: #f20976;
}


/*scroll bar*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
}

/*responsive*/
@media screen and (max-width: 1000px) {
    .page-head{
        width: 100%;
    }
    .page-body{
        width: 100%;
    }

}
/*@media screen and (max-width: 400px) {*/
/*    body{*/
/*        color: #ff0000;*/
/*    }*/

/*}*/
@media screen and (min-height: 650px) {
    .page-body{
        /*height: 600px;*/
    }

}
@media screen and (max-height: 600px) {
    .page-body{
        /*height: 530px;*/
    }

}

@media screen and (max-height: 500px) {
    .page-body{
        /*height: 430px;*/
    }

}
@media screen and (max-height: 400px) {
    .page-body{
        /*height: 330px;*/
    }

}
@media screen and (max-height: 300px) {
    .page-body{
        /*height: 230px;*/
    }

}

/*for print*/
@media print
{
    .content-left{
        /*        width: 0px;
                height: 0px;*/
    }

    .content-right{
        /*        width: 100%; 
                height: auto;
                left: 0%;
                top: 0;
                position: absolute;*/
    }

    .page-head{
        top: 0px;
        height: 0px;
    }

    .page-body{
        height: auto;
        overflow-x: visible;
        overflow-y: visible;
        padding-top: 15px;
        /*position: absolute;*/
    }
}