/* 
    Document   : style
    Created on : Mar 9, 2015, 5:10:42 PM
    Author     : IT-PC-02
    Description:
        Purpose of the stylesheet follows.
*/
/* theme color : #E90000  light green */
/* theme color : #C60000  mireg */
/* sub theme color : #8DC830 */
/* light grey sec color : #f7f8fa */

body{
    height: 100%;
    width: 100%;
    font-size: 12px;
    font-family: Nunito,sans-serif;
    color: #515d66;
}

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: #fff;

    /*background-color: #edf9f9;*/
    /*    box-shadow: .1px 0px 5px #585858;
        box-shadow: .1px 0px 5px #aaa;*/
    z-index: 2;
    /*padding: 10px;*/



}

.content-left .admin-logo-sec{
    top: 0px;
    padding: 4px;
    /*box-shadow:  inset  0px 0px 2px #585858;*/
    /*    background-color: #E90000;
        background-color: #263850;*/
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    /*border-right: 1px solid #ddd;*/
    /*border-bottom: 2px solid #E90000;*/
    /*text-align: center;*/
    /*box-shadow: 0px 0px 8px 0px #999;*/
    text-align: center;
    height: 46px; 
    padding-top: 10px;
    font-size: 25px;
    font-family: monospace
        /*border-bottom: 3px solid #fff;*/


}
.admin-logo-sec a{
    text-decoration: none;
}
.admin-logo-sec img{
    height: 37px;   
}
.admin-logo-left{
    padding: 2px;
    margin-right: 20px;
}
.admin-logo-right{
    font-size: 25px;
    padding: 5px;
    font-weight: 600;
    border-radius: 3px;
}

.left-menu-sec{
    height: 90%;
    top: 60px; 
    overflow-x: auto;
    overflow-y: auto;
    padding-top: 30px;
    /*border-right: 1px solid #ddd;*/
}
/*.left-menu-sec .list-group-item{
    border: none;
}*/

.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: #E90000;
        background-color: #263850;*/
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    /*border-left: 3px solid #eee;*/
    /*border-bottom: 2px solid #E90000;*/

    color: #E90000;
    /*color: #ddd;*/
    padding-top: 5px;
    /*box-shadow: 3px 3px 0px #eee;*/
    font-size: 14px;
    font-weight: bold;
    /*box-shadow: 0px 0px 8px 0px #999;*/
    z-index: 1;
    /*position: absolute;*/ 

}

.page-head a{
    color: #E90000;
}

.navigation-btn{
    top: 10px;
    position: absolute;
    z-index: 2;
    padding: 2px;
    padding-left: 15px;
    border: none;
    background-color: none;
    cursor: pointer;
    font-size: 17px;
    color: #E90000;


}

.page-head .btn-back{
    font-size: 21px;
    padding: 5px;
    padding-left: 5px;
    margin-left: 25px;
    margin-right: 10px;
    border: none;
    background: none;  
}

.page-body{
    /*height: 50% important;*/
    height: 570px;
    top: 5%;
    /*    overflow-x: auto;
        overflow-y: auto;*/
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    /*position: absolute;*/
}

.sm-heading{
    margin-top: 10px;
    margin-bottom: 20px;
} 


.user-icon-sec{
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #fff;
    font-weight: 600;
}
.user-icon-img{
    width: 30px;
    height: 30px;
    border-radius: 16px;
    margin-right: 2px;
}


/*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: 5px;
    color: #fff;
    font-weight: 600;

    border-bottom: 1px solid #fff;
}
.user-icon-sec img, .user-icon-img{
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

.main-menu-ul {
    /*padding-top: 40px;*/
    padding-top: 10px;
    border-radius: 0px;
    margin-top: 0px;

}

.main-menu-ul li{
    background-color: #f1f1f1;
    background-color: #f4f4f4;
    background-color: #35475b;
    background-color: #3d4f63;
    background-color: #fff;
    border: none;
    font-size: 14px;
    color: #fff;
    color: #E90000;
    color: #666;
    color: #7f8d96;
    border-radius: 0px;
    border-left: 5px solid #fff;
    transition: 1s;

}
.main-menu-ul li img{
    width: 20px;
}
.main-menu-ul li i{
    font-size: 20px;
    /*    color: #E90000;
        color: #777;*/
}
.main-menu-ul a{
    text-decoration:none;
    color: #fff;
    color: #E90000;
    color: #666;
    color: #7f8d96;
    font-weight: 500;
}
.main-menu-ul li:hover, .main-menu-ul li.active:hover{
    /*    background-color: #3ddcde;
        background-color: #E90000;*/
    background-color: #f1f1f1;
    color: #E90000;
    color: #000;
    border-left: 5px solid #E90000;
    border-left: 5px solid #000;
    padding-left: 17px;
    transition: 1s;
}
.main-menu-ul li:hover a{
    color: #fff;
    color: #E90000;
    color: #000;
}
.main-menu-ul li.active{
    /*    background-color: #3ddcde;
        background-color: #E90000;*/
    background-color: #eee;
    color: #E90000;
    color: #000;
    border-left: 5px solid #E90000;
    border-left: 5px solid #2B3340;
    font-family: raleway-bold;
}
.main-menu-ul li.active a{
    color: #000;
}

.list-group-item div, a{
    display: inline;
}
.parent-menu{
}

.child-menu{
    border-radius: 0px;
    padding: 0px;
    display: none; 
    /*background-color: #999*/
}
.child-menu li{
    background-color: #999;
    /*color: #000;*/
}
.child-menu li a{
    /*color: #000;*/
}

/*admin user*/
.single-data-table td, th{
    padding-bottom: 7px;
    top: 7px;
    padding-left: 10px;
    padding-right: 20px;
}

.pending-label{
    /*    width: 16px;
        height: 16px;*/
    /*background-color: #ffb600;*/
    /*border: 2px solid #ffb600;*/
    color: #ffb600;
    /*color: #fff;*/
    padding: 2px 2px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    width: 60px;
    text-align: center;
}

.approved-label{
    /*    width: 16px;
        height: 16px;*/
    /*background-color: #16b0f7;*/
    /*border: 2px solid #16b0f7;*/
    color: #218838;
    /*color: #fff;*/
    padding: 2px 2px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    width: 60px;
    text-align: center;
}

.cancelled-label{
    /*    width: 16px;
        height: 16px;
        background-color: #f20976;*/
    /*border: 2px solid #f20976;*/
    color: #dc3545;
    /*color: #fff;*/
    padding: 2px 2px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    width: 60px;
    text-align: center;
}
.pending-txt{
    color: #ffb600;
    font-weight: bold;
}

.approved-txt{
    color: #16b0f7;
    font-weight: bold;
}

.cancelled-txt{
    color: #dc3545;
    font-weight: bold;
}



.amount-col{
    text-align: right;
}
.btn-col{
    text-align: right;
}

.qty-col{
    text-align: center;
}

.light-txt{
    color: #7f8d96;
}
.light-bdr-bottom{
    border-bottom: 2px solid #7f8d96;
}
.light-bdr-top{
    border-top: 2px solid #7f8d96;
}
.light-bdr-left{
    border-left: 2px solid #7f8d96;
}
.rose-txt{
    color: #ea1e7d;
}
.white-txt{
    color: #fff;
}
.black-txt{
    color: #000;
}

.success-txt{
    /*color: #5dea5d;*/
    color: #218838;
}

.danger-txt{
    color: #dc3545;
}
.warning-txt{
    color: #F7B900;
}    
.blinking-sec{
  animation: blinker 1.25s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.bold-txt{
    font-weight: bold;
}
.slim-txt{
    font-weight: 100;
}
.italic-txt{
    font-style: italic;
}

.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, .form-control.field-danger{
    border-bottom: 2px solid #C9302C;
    /*box-shadow: 0.5px 0.5px 5px #ff006e;*/
    transition: 0.5s;
}

.sm-txt{
    font-size: 9px;    
}
.md-txt{
    font-size: 13px;    
}
.lg-txt{
    font-size: 16px;    
}

.theme-sec{
    background-color: #E90000;
    padding: 5px;
    color: #fff;
}
.theme-sec-o{
    border: 2px solid #E90000;
    padding: 5px;
    background-color: #f6f6f6;;

}
.theme-bdr{
    border: 2px solid #E90000;
}
.theme-bdr-left{
    border-left: 2px solid #E90000;
}
.theme-bdr-right{
    border-right: 2px solid #E90000;
}
.theme-bdr-bottom{
    border-bottom: 2px solid #E90000;
}
.theme-bdr-top{
    border-top: 2px solid #E90000;
}

.rose-sec{
    background-color: #ea1e7d;
    color: #fff;
    padding: 5px 0px;
}
.rose-sec-o{
    border: 2px solid #ea1e7d;
    padding: 5px 0px;
    background-color: #f6f6f6;;

}

.rose-bdr{
    border: 2px solid #ea1e7d;
}
.rose-bdr-left{
    border-left: 2px solid #ea1e7d;
}
.rose-bdr-right{
    border-right: 2px solid #ea1e7d;
}
.rose-bdr-top{
    border-top: 2px solid #ea1e7d;
}
.rose-bdr-bottom{
    border-bottom: 2px solid #ea1e7d;
}

.light-grey-sec{
    background-color: #f6f6f6;
    background-color: #f7f8fa;
    padding: 10px;
    border-radius: 1px;
    /*box-shadow: 1px 1px 2px #eee;*/
    margin: 15px 0px;
}
.light-bg{
    background-color: #f7f8fa;
}

.v-light-grey-sec{
    background-color: #F9F9F9;
    padding: 10px;
    border-radius: 1px;
    /*box-shadow: 1px 1px 2px #eee;*/
    margin: 15px 0px;
}

.white-sec{
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    /*box-shadow: 1px 1px 2px #eee;*/
    margin: 5px 0px;
}

.white-bg{
    background-color: #fff;
}

.black-sec{
    background-color: #000;
    padding: 5px;
    color: #fff;
}

.inline-elem-sec *{
    display: inline;
}


.theme-txt{
    color: #E90000;
}
.sub-theme-txt{
    color: #8DC830;
}
.theme-title{
    color: #E90000;
    margin: 10px 0px;
}
.theme-link{
    color: #E90000;
    cursor: pointer;
}
.theme-link:hover{
    transition: 1s;
    color: #555;
    text-decoration: none;

}

.txt-success{
    color: #33f76e;
}

.txt-danger{
    color: #f4448d;
}

.center-txt{
    text-align: center;
}
.right-txt{
    text-align: right;
}
.left-txt{
    text-align: left;
}
.justify-txt{
    text-align: justify;
}

.hover-sec{
    cursor: pointer;
}

.important-field{
    color: #ff007f;
    font-size: 16px;
}

.hidden-elem{
    display: none;
}

/*Dashboard*/
.chart-sec-dashboard{
    margin-top: 40px;
    margin-bottom: 40px;
    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;

}

.img-profile-icon{
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.input-text-apperance::-webkit-inner-spin-button, 
.input-text-apperance::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
}

.input-text-apperance {
    -moz-appearance: textfield;
}


/**bootstrap customizing**/

.table thead {
    border-bottom: none;
}
.table thead tr{
    /*background-color: #eff1f4;*/
    border-bottom: 1.5px solid #eee;
    color: #666;
    font-weight: 100;
}
.table thead tr th{
    color: #7f8d96;
    font-weight: 600;
}

.table td{
    background-color: #fff ;
}
.page-link.active, .active > .page-link{
    background-color: #eff1f4;
    border: 1px solid #E90000;
}
.panel{
    border-radius: 1px;
    border:none;
    border-bottom: 1px solid #E90000;
}
.panel-info .panel-heading{
    color: #E90000;
    border-bottom: 3px solid #E90000;
    background-color: #f1f1f1;

}

.btn{
    border-radius: 1px;
}

.btn.btn-primary, .btn.btn-info{

    background-color: #E90000;
    border: none;
    border-bottom: 2px solid #E90000;

    color: #fff;
    /*font-weight: bold;*/
}
.btn.btn-primary:hover, .btn.btn-info:hover{
    background-color: #eee;
    color: #E90000;
    transition: 1s;
}
.btn.btn-primary-o{
    background-color: #fff;
    /* background-color: rgba(223, 0, 0, 0.025);; */
    border: none;
    border: 1px solid #E90000;
    color: #E90000;
}
.btn.btn-primary-o:hover{
    /* background-color: #eff1f4; */
    background-color: rgba(223, 0, 0, 0.05);;
    transition: 1s;
}
.btn.btn-info{

    background-color: #eee;
    border: none;
    border-bottom: 2px solid #E90000;

    color: #E90000;
    /*font-weight: bold;*/
}
.btn.btn-info:hover{
    background-color: #E90000;
    color: #fff;
    transition: 1s;
}

.btn.btn-success{
    border: none;
    background-color: #eee;
    border-bottom: 2px solid #2dc6c1;
    color: #2dc6c1;
    /*font-weight: bold;*/
}
.btn.btn-success:hover{
    background-color: #2dc6c1;
    color: #fff;
    transition: 1s;
}
.btn.btn-warning, .btn.btn-danger{
    border: none;
    background-color: #eee;
    border-bottom: 2px solid #ff6a00;
    color: #ff6a00;
    color: #ff6a00;
    /*font-weight: bold;*/
}
.btn.btn-warning:hover, .btn.btn-danger:hover{
    background-color: #ff6a00;
    color: #fff;
    transition: 1s;
}

.btn.btn-danger{
    background-color: #770404;
    border: none;
    border-bottom: 2px solid #770404;
    color: #fff;
}
.btn.btn-danger:hover{
    background-color: #fff;
    color: #770404;
    transition: 1s;
}
.btn.btn-danger-o{
    background-color: #fff;
    border: none;
    border: 1px solid #770404;
    color: #770404;
}
.btn.btn-danger-o:hover{
    background-color: #770404;
    transition: 1s;
}

.btn-light-grey{
    background-color: #F0F0F0;
    color: #666;
}
.btn-light-grey:hover{
    background-color: #e8e8e8;
    color: #000;
}

/*.btn.btn-danger{
    border: none;
    background-color: #eee;
    border-bottom: 2px solid #ea1e7d;
    color: #ea1e7d;
    font-weight: bold;
}
.btn.btn-danger:hover{
    background-color: #ea1e7d;
    color: #fff;
    transition: 1s;
}*/


.form-control{
    border-radius: 2px;
}


.alert.alert-success{
    background-color: #2dc6c1;
    border: none;
    border-radius: 2px;
    color: #fff;
}
.alert.alert-danger{
    background-color: #f20976;
    background: rgba(242, 9, 118, 0.8);
    border: none;
    border-radius: 2px;
    color: #fff;
}
.click-to-hide{
    cursor: pointer;
}


/**end bootstrap customizing**/


/*responsive*/
/*@media screen and (max-height: 900px) {
    .content-left{   
        width: 30%;
    }
    .content-right{   
        width: 70%;
    }
}*/
@media screen and (min-height: 650px) {


}
@media screen and (max-height: 600px) {


}

@media screen and (max-height: 500px) {


}
@media screen and (max-height: 400px) {

}
@media screen and (max-height: 300px) {

}

/*for print*/
@media print
{
    .content-left{
        width: 0px;
        height: 0px;
    }

    .content-right{
        width: 20%; 
        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;*/
    }
}