/*
Theme Name: Client Management
Description: Theme for Client Management
Author: Arijit Paul
Version: 1.0
Powered By: Front Technology
*/
.field-error{
	color:#F00;
	font-size:12px;
	margin-left:30%;
}
#ajax-response{
	font-size:12px;
	margin-left:30%;
}
.success{
	color:#096;	
}
.error{	
	color:#F00;
}
ul.submenu li a{
	background-color:#0b9eca !important;
}
ul.submenu li:hover a{
	background: #0a7c9e !important;
}
.left_menu_bar ul li ul {
    float: left;
    position: absolute;
    left: 18%;
    z-index: 99999;
    width: 200px;    
    box-shadow: 3px 2px 5px #676464;
    display: none;
}
.left_menu_bar ul li:hover ul {
    display: block !important;
}
.profile_form span.client_img{
	float:right;
	padding:10px;
	border:1px solid #000;
	margin-bottom:5px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.row {
    float: left;
    width: 100%;
    padding: 0px 0 20px 0;
}
.transaction_details {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.transaction_details li {
    float: left;
    margin-right: 2%;
    width: 48%;
    font-size:14px;
    background: #f1f1f1;
    margin-bottom: 12px;
    border: solid 1px #ccc;
}
.transaction_details li .label {
    background: #0b9eca;
    padding: 8px;
    float: left;
    color: #FFF;
    width: 46%;
}
.transaction_details li .info {
    padding: 8px;
    float: left;
}
.row .img_wrap{
	float:right;
	padding:10px;
	border:1px solid #000;
	margin-bottom:10px;
	margin-right:20px;
}
.center{
	text-align:center !important;
}
.print .print_heading {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 2px solid #000;
}
.print_details {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.print {
    width: 959px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
}
.print .print_heading h2 {
    font-size: 28px;
}
.print .print_heading h2 {
    font-size: 15px;
    margin: 5px 0;
}
.report_table_container {
    margin-top: -25px;
}
.table_content {
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    position: relative;
    font-size: 13px;
}
.table_content table, th, td {
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
}
.report_table {
    width: 910px;
    margin: 0 auto;
}
.btn_wrap .right_btn{
	float:right;
}
.print_payment th{
	width:30%;
	padding:15px !important;	
}
.print_payment td{
	margin-left:20px;
	font-weight:bold;
}
.payment_bottom_left{
	float:left;	
}
.payment_bottom_right{
	float:right;	
}
.bottom_section{
	margin: 60px 5px;
    float: left;
    width: 100%;
}
.separator{
	width:100%;
	float:left;
	border:1px dashed #000;	
	margin-bottom:40px;
}
.filter_vehicle{	
	border: none;
    min-height: 40px;
    background: #0b9eca;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.page-template-template-clients-transactions .dt_input {
    width:15%;
}
.page-template-template-clients-transactions .filter_input {
     width:15%;
}
.ajax-loader{
    position: absolute;
    margin: 0 auto;
    width: 100px;
    display: none;
    text-align: center;
    left: 50%;
    top: 50%;
}