


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


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

small{
    display: block;
    font-size: 10px;
}

.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: 1;
    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: 1;
}

#quick_nav{
    position: fixed;
    top: 80px;
    width: 100%;
    padding: 0px 15px;
    box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
    z-index: 2;
    background: white;
    
}

#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;
    text-transform: uppercase;
}
.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;
}

.subdiv{
        border-bottom: 1px dashed #a5a5a5;
        padding: 4px 0;
    }

div.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: 30%;
    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: 1030;
    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: #ffffff;
    font-size: 13px;
    font-weight: bold;
    background: #0b3b56;
    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;
    color: white;
}

.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;
}

.info_red{
    background: #ff5050 !important;
}
.info_yellow{
    background: #fae051 !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: 1px dashed #c2c2c2;
    padding: 15px;
}

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

#inner_header .cells{
    padding: 8px;
    font-size: 12px;
    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{
    max-height: 350px;
    overflow-y: auto;
}


/********** 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;
    }
    
    section label{
        display: block;
        font-size: 10px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }
    
        
    .nav-sm > li > a{
        background: none;
        color: white !important;
        font-weight: bold;
        text-shadow:none;
        line-height: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    
    .nav-sm > li > a:hover{
        color: black !important;
    }
    .nav-sm > li > a:active{
        color: black !important;
    }
    .nav-sm > li > a:visited{
        color: black !important;
    }
    
    .ui-autocomplete{
        z-index: 6001 !important;
    }
    
    .status4{
        color: #cd0a0a !important;
        font-weight: bold !important;
    }
    
    .status2,.status2 > .cells{
        text-decoration: line-through !important;
        color: #adadad !important
    }
    
    .form-topic{
        margin: 2px 0;
        color: #2270b9;
        font-size: 14px !important;
    }
    .form-txt{
        margin: 1px 0;
        color: #393939;
    }
    
    
    .topbox{
        padding: 10px;
        border: 1px dashed #dcdcdc;
        text-align: center;
        margin: 5px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .grey{
        background: #f0f0f0; border: #a8a8a8 dashed 1px; padding: 15px;
    }
    
    .grey h2{
        margin: 0px;
        color: #2c6aa4;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
    }
    .grey h1{
        margin: 4px 0;
        font-weight: bold;
        color: #2c6aa4;
        font-size: 24px;
        text-align: center;
    }
    
    
    .totalMain{
        border-top: 2px solid #2b2b2b;
    }
    
    .totalMain .cells{
        font-size: 14px;
        font-weight: bold;
    }
    
    label{
        font-size: 12px;
        padding: 4px 0;
    }
    
    select,option{
        text-transform: uppercase;
    }