


@font-face { 
    font-family: IDAutomationHC39M;  
    src: url(http://localhost/proDistributer/themes/green/fonts/IDAutomationHC39M.woff);
}


h2,h3{
    margin: 2px;
    font-size: 16px;
}

.green{
    color: yellowgreen !important;
    font-size: 16px;
    font-weight: bold;
}

.btn-green{
    background: #82bd36;
    color: white;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
    height: 32px;
}
.btn-green:hover{
    background: #6ba323;
    color: white;
}

footer
{
    padding: 10px 15px;
    font-size: 0.8em;
    text-align: left;
    border-top: 1px solid #e3e3e3;
    background: white;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

header{
    background: #82bd36;
    border-bottom: 1px solid #dfdfdf;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 5000;
    min-height: 50px;
    padding: 0px 15px;
}

header h2{
    font-size: 18px;
    margin: 15px 0;
    color: white;
}

#navigation{
    background: #e8e8e8;
    color: #393939;
    position: fixed;
    top: 50px;
    width: 100%;
    padding: 0 15px;
    z-index: 5000;
}

#quick_nav{
    position: fixed;
    top: 80px;
    width: 100%;
    padding: 0px 15px;
    z-index: 1000;
    background: white;
    border-bottom: 1px solid #ededed;

}

#navigation h3{
    margin: 0px;
    padding: 8px 0;
    font-size: 14px;
}

header .company{
    margin: 14px 0;
    color: white;
    font-size: 18px;
    font-weight: normal;
}

.company a{
    color: white;
    text-decoration: none;
}

.company a:hover{
    color: white;
    text-decoration: underline;
}


.side_nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 10px;
}

.side_nav ul li{
    display: block;

}
.side_nav ul li a{
    display: block;
    padding: 6px 10px;
    background: #e6e6e6;
    margin-bottom: 2px;
    color: #333333;
    font-size: 12px;
}
.side_nav ul li a:hover{
    background: #cfcfcf;
    text-decoration: none;

}


/**************/
.side_navquiq ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 10px;
}

.side_navquiq ul li{
    display: block;

}
.side_navquiq ul li a{
    display: block;
    padding: 6px 10px;
    background: #82bd36;
    margin-bottom: 2px;
    color: white;
    font-size: 12px;
}
.side_navquiq ul li a:hover{
    background: #5f9619;
    text-decoration: none;

}




.header_topic{
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/***************** cus-form **************/
.cus-form{
    padding-top: 10px;
}
.cus-form h3{
    padding: 5px 0;
    color: #707070;
    font-size: 16px;
    font-weight: bold;
}

.cus-form label{
    font-weight: normal;
    font-size: 12px;
    color: #858585;
    margin-top: 3px;
}
.cus-form textarea.form-control{
    height: 50px;
}


.cus-form .info{
    padding: 6px;
    margin: 0px;
    font-size: 12px;
    background: #f3f3f3;
    margin-bottom: 12px;
}

.cus-form .btn-row{
    margin-top: 10px;
}


.tab-content{
    padding: 8px;
    padding-top: 0px;
    border: 1px solid #dddddd;
    border-top: none;
}

.btn-cog{
    margin-top: 3px;
}


/************** GRID *********************/
.headerdiv{
    background: #636363;
    color: white;
    font-size: 12px;
    padding: 4px;
    font-weight: bold;
}

.cells{
    padding: 4px 4px;
    font-size: 12px;
}
.datarow{
    border-bottom: 2px solid #ffffff;
    -webkit-transition : border 400ms ease-out;
    -moz-transition : border 400ms ease-out;
    -o-transition : border 400ms ease-out;
    transition : border 400ms ease-out;
}

.datarow:nth-child(even){
    background: #eeeeee;
    border-bottom: 2px solid #eeeeee;
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
}

.datarow:hover{
    cursor: pointer;
    border-bottom: 2px solid #73a72f;

}


.inner_nav{
    padding: 6px;
    background: #ececec;
    border: 1px solid #e0e0e0;

}

/************* popup_menu *********/
.popup_menu{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    margin-top: -100px;
    background: white;
    box-shadow: 1px 1px 108px rgba(0,0,0,0.3);
    z-index: 5001;
    display: none;
}

.warining_popup{
    padding: 15px;
}
.warining_popup h1{
    color: #b71f1f;
    margin: 5px 0;
    font-size: 22px;
}
.warining_popup p{
    font-size: 12px;
    padding: 8px 0;
}





.popup_menu h2{
    text-transform: capitalize;
    margin: 0;
    color: #343434;
    font-size: 15px;
    background: #eaeaea;
    padding: 6px 10px;
    border-bottom: 1px solid #cbcbcb;
    cursor: move;
}

.popup_menu form label{
    font-size: 12px;
    font-weight: normal;
}

.popup_menu .cus-form{
    padding: 10px;
}

.popup_menu #exit{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 5;
}

.popup_menu_note{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    margin-top: -100px;
    background: #fdfcc0;
    box-shadow: 1px 1px 108px rgba(0,0,0,0.3);
    z-index: 5;
    display: none;
}

.popup_menu_note h2{
    text-transform: capitalize;
    margin: 0;
    color: #343434;
    font-size: 15px;
    background: #f8f7b6;
    padding: 6px 10px;
    cursor: move;
    border: none;
}

.popup_menu_note textarea{
    border: none;
    background: none;
    box-shadow: none;
    min-height: 150px;
    resize: none;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 14px;
}
.popup_menu_note textarea:focus{
    box-shadow: none;
}


#err{
    position: fixed; 
    z-index: 2500; 
    right: 15px; 
    top: 15px; 
    background: rgba(0,0,0,0.8); 
    padding: 14px;
    display: none;
}

.errp{
    margin: 0px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
}

.mini_dashboard{
    background: #484848;
    padding: 15px;
    margin-top: 8px;
    border-radius: 2px;
    color: yellowgreen;
    text-align: center;

}



.mini_dashboard .topic{
    font-weight: bold;
    margin: 2px 0;
    font-size: 14px;
}
.mini_dashboard .figur{
    margin: 2px 0;
    font-size: 30px;
}

.red{
    color: #ff5050 !important;
}

.chart{
    padding: 15px;
    height:405px;
}

.fundsbox h4{
    margin: 1px 0;
    font-size: 12px;
    font-weight: bold;
}

.fundsbox h3{
    font-size: 18px;
    font-weight: bold;
    color: white;
}


form .error{
    color: red;
}

.form-sub{
    margin-bottom: 12px;
}

.sub_header{
    font-size: 16px;
    font-weight: bold;
    margin: 2px 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.totBar .headerdiv{
    padding-top: 15px;
    padding-bottom: 15px;
    background: none;
    border-bottom: 4px double #686868;
    border-top: 2px solid #686868;
    color: #373737;
}

.reminder{
    font-size: 12px;
    margin:5px 0;
    color: #8e8e8e;
}



.fileuploads:hover{
    background: #f2f2f2;
    cursor: pointer;
}

a.green{
    background: #82bd36 !important;
    color: white;
}

.logrow{
    border: 1px solid #f3f3f3;
    margin-bottom: 4px;
}

.logrow .date{
    font-weight: bold;
    font-size: 22px;
    margin: 0px;
    padding: 5px;
    text-align: center;
    background: #f8f8f8;
    color: #4a4a4a;
    border-radius: 2px 2px 0 0;
    border: 1px solid #d5d5d5;
    border-bottom: none;
}

.logrow .month{
    font-size: 11px;
    margin: 0px;
    padding: 2px;
    text-align: center;
    background: #bf1111;
    color: white;
    border-radius: 0 0 2px 2px;
}

.logrow .action{
    text-align: center;
}

.logrow .project{
    font-size: 13px;
    padding: 3px 1px;
    border-bottom: 1px solid #eeeeee;
}

.logrow .activity{
    font-size: 12px;
    color: #696969;
    padding: 2px 1px;
}

.logrow .users{
    font-size: 11px;
    color: #cccccc;
    margin: 0px;
    padding: 1px;
}

.logrow .completed{
    color: #75b028;
    font-size: 12px;
    padding: 3px 1;
}

.paylines{
    margin: 4px 0;
}

.dashboard h2{
    text-align: center;
    font-size: 18px;
    color: #484848;
    padding: 10px;
}
.dashboard h3{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #484848;
    padding: 10px;
}

.dashboard .items_box{
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
    height: 195px;
}



.side_nav_for_report ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 10px;
}

.side_nav_for_report ul li{
    display: block;

}
.side_nav_for_report ul li a{
    display: block;
    padding: 6px 10px;
    background: #f6f6f6;
    margin-bottom: 2px;
    color: #333333;
    font-size: 12px;
}
.side_nav_for_report ul li a:hover{
    background: #e7e7e7;
    text-decoration: none;

}


/************* Inner Page **************/
#inner_header{
    border-bottom: 1px dashed #c2c2c2;
}

#inner_header h4.labels{
    margin: 2px 0;
    font-size: 11px;
}

#inner_header .cells{
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
}

#inputform{
    padding: 6px;
    background: #e6e6e6;
}

#inputform .error{
    font-size: 12px;
    font-weight: normal;
}

#inner_grid{
    margin-bottom: 5px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}

.total_header{
    font-size:18px;
    font-weight: bold;
    padding: 2px 5px;
    color: #bdbdbd;
    border-bottom: 1px solid #707070;
    margin: 0px;
    padding-top: 25px;
}

.amount{
    margin: 0px;
    padding: 8px 5px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 5px double #707070;
    background: #f3f3f3;
    margin-bottom: 20px;
}

.remark_label{
    font-size: 11px;
}

.innerSmlGrid{
}


/********** RPINT ***************/

#print_area{
    background: #f6f6f6;
    padding: 25px 50px;
    box-shadow:inset 1px 1px 5px rgba(0,0,0,0.2);
}

.mainRow{
    background: white;
    box-shadow:1px 1px 45px rgba(0,0,0,0.1);
}

.info{
    padding:  0px 15px;
    padding-bottom: 15px;
}

.smtxt{
    font-size: 11px;
    margin: 0px;
}

.mainheader{
    font-size: 28px;
    font-weight: bold;
    padding:25px 0;
    padding-top: 35px;
}

.code{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.detailbox{
    padding: 10px;
    background: #fafafa;
    border: 1px solid #e5e5e5;

}

.grid_box{
    padding: 3px;
}

.grid_box table{
    border-collapse: collapse;
}

.grid_box table th{

    border-bottom: 1px solid #303893;
    text-align: left;
    color: black;
    padding: 5px;
    font-size: 13px;
}

.grid_box table td{    
    padding: 3px;   
    font-size: 13px;
    vertical-align: top;
}

.detailbox h3{
    font-size: 12px;
    font-weight: bold;
}

.detailbox h2{
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    color: #848484;
}

.btnArea{
    padding: 5px;
    background: #f3f3f3;
}

.textInputElem{
    text-align: right;
    height: 26px;
}


.pending{
    color: #dd2c2c !important;
    font-weight: bold !important;
}

.canceled{
    color: #dd2c2c !important;
    text-decoration: line-through;
}

.canceled .cells{
    text-decoration: line-through;
}

.sub_header{
    border-bottom: 1px #cfcfcf dashed;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.bttable{
    border-collapse: collapse;
}
.bttable td{
    border: 1px solid #3d3d3d;
}

.table_b{
    border-collapse: collapse;
}
.table_b td{
    border: 1px solid #696969;
}


.topbox{
    padding: 10px;
    border: 1px dashed #dcdcdc;
    text-align: center;
    margin: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.grey{
    background: #f5f5f5;
}

.topbox h2{
    font-size: 14px;
    font-weight: bold;
    color: #5c5c5c;
}

.topbox h1{
    font-size:34px;
    font-weight: bold;
}



.marginbox{
    padding: 8px;
    margin-bottom: 5px;
    border: 1px solid #e6e6e6;
}

.marginbox h2{
    font-size: 12px;
    font-weight: bold;
}

.subcategoryrow{
    margin-bottom: 3px;
}

.subHeader .header{
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}

.categoryName{
    font-size: 12px;
    margin: 0px;
    padding: 5px;
    background: #e9e9e9;
}


.warning{
    background: #f6e5e5;
}

.ongoing{
    background: #f3fbea;
}

#details{
    color: white;
    display: none;
}

#details h3{
    color: yellowgreen;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}

#details h3.customer{
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #aaaaaa;
}

.tab-pane{
    padding-top: 15px;
}

label{
    font-weight: normal;
}

.form-group{
    margin-bottom: 4px;
}

.break{
        margin-bottom: 25px;
    }
    
    .subbox{
        padding: 10px;
        border: 1px solid #eaeaea;
        margin-bottom: 10px;
    }
    
    .greybox{
        background: #f5f5f5;
    }
    
    .subbox h3{
        padding: 8px 0;
        padding-top: 0px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 5px;
    }
    
    .usersubrow:hover{ background: #cdcdcd;}
    
    label{
        display: block;
    }

    
    #detailbox label{
        font-size: 11px;
        font-weight: bold;
        color: #4d4d4d;
        margin-bottom: 0px;
           
    }
    
    #detailbox .amounttxt{
        font-size: 18px;
        font-weight: bold;
        
    }
    
    .ui-autocomplete{
        z-index: 6500 !important;
    }




