/*
Theme Name: Accounts Software
Description: Theme for standard accounts software.  
Author: Innovion Consultancy Services
Version: 1.0
*/

/* =Content
-------------------------------------------------------------- */
.login_wrap h2 {
    margin-bottom: 0;
}
.input_wrap {
    margin-top: 20px;
	margin-bottom:0px;
}
.login_button {
    margin-top: 20px;
	margin-bottom:0px;
}
.row_error{
	width: 100%;
    float: left;
    color: #f00;
    font-size: 13px;
    /*text-align: center;*/
}
.success{
	width: 100%;
    float: left;
    color: #093;
    font-size: 13px;
}
.popup_wrap{
	display:none;
}
.cus_delete.success{
	width: 85%;
    float: right;
    font-size: 13px;
    color: #f00;	
}
td span {
    margin-left:10px;
}
th span{
	width:70%;
	margin-left:5px;
}
.table_content{
	overflow:auto;
}
.pop{
	top:10%;
}
#add_product .pop{
	width: 700px;
	margin-left: -350px;
}
.pform .input_wrap.quater{
	width: 23%;
    margin-right: 2%;
    min-height: 81px;
}
.pform .input_wrap.col_six{
	width: 18%;
    margin-right: 2%;
	text-align: right;
}
.add_more{    
    color: #0b9eca;
    text-decoration: none;
    cursor: pointer;
	float:right;
}
.eform{
	float: left;
    width: 50%;
}
.eform .input_wrap {
    border: none;
    padding: 0;
    margin: 0 0 15px 0;
    width: 98%;
}
.eform label {
    float: left;
    margin-bottom: 5px;
}
.eform .input_field, .pform select {
    float: left;
    width: 100%;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    padding: 12px 18px;
    height: 40px;
}
.eform .input_button {
    padding: 12px 30px;
    background: #0b9eca;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 2px;
}
.eform .input_button:hover {
    background: rgba(11, 175, 116, 0.89);
}
.eform .input_file_field {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 12px 0;
    height: 40px;
}
.eform label{
	font-size:13px;
}
.eform label.upload_img{
	width:100%;
}
.category_add.success, .form_msg.success{
	width: 100%;
    float: left;
    color: #4CAF50;
    font-size: 13px;
}
.input_wrap img{
	border:1px solid #ccc;
	padding:8px;
	border-radius: 4px;
}
.category_add.row_error, .form_msg.row_error{
	text-align:left;
}
.eform h2{
    float: left;
    width: 100%;
    font-size: 25px;
    padding-bottom: 15px;
    font-family: 'open_sansregular';
    font-weight: 100;
    letter-spacing: 2px;
    margin: 15px 0 0 0;
}
.bottom_left_btn{
	float:left;
}
.bottom_left_btn .btn{
	float: left;
    padding: 8px 18px;
    margin: 5px 0;
}
.invoice_no_wrap.customer_info ul li{
	width:20% !important;
}
.invoice_no_wrap.customer_info .select2-container{
	width:90% !important;
}
