@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img{
	max-width:100%;
	height:auto;
}
.bottom_content img{
	width:50px !important;
	height:50px !important;
}
body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family: 'quicksandregular';
	letter-spacing:0.5px;
}
*{
	box-sizing:border-box;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	text-decoration:none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder{
	color:#616060;
	font-size:13px;
	font-family: 'quicksandregular';
	font-weight:bold;
	vertical-align:middle;
}
textarea::-webkit-input-placeholder{
	 font-family: 'quicksandregular';
	 font-size:13px;
	 color:#616060;
}
.field-error {
    float: left;
    color: #F00;
    width: 100%;
}
.content {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 28px;
    background: #0b9eca;
}
.login_wrap {
    width: 475px;
    color: #0b9eca;
    background: #fff;
    display: table;
    margin: 190px auto;
    border: 1px solid #ccc;
    padding: 12px 45px 25px;
    border-radius: 3px;
    font-weight: bold;
}
.login_content_top {
    float: left;
    width: 100%;
    margin-top: 38px;
    background-size: 100%;
    margin-bottom: 20px;
}
.login_wrap h2 {
    font-size: 25px;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.login_wrap ul li {
    float: left;
    width: 100%;
}
.input_wrap {
    float: left;
    width: 100%;
    padding: 18px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.input_field.select {
    float: left;
    width: 100%;
    background: #fff;
    border: none;
    font-size: 15px;
    color: #616060;
    letter-spacing: 0.5px;
    font-family: 'quicksandregular';
    font-weight: bold;
}
input.input_box {
    float: right;
    width: 90%;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #616060;
    line-height: 16px;
	font-weight:bold;
}
.input_wrap select option{
    color: #000 !important;
	font-weight:bold;
}
.remember_wrap_bottom {
    float: left;
    width: 100%;
    margin: 36px 0 34px;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.login_button {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.btn.login_btn {
    float: left;
    width: 100%;
    padding: 16px 0;
    background: #0b9eca;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 1px 1px 3px #969393;
}
.btn.login_btn:hover {
    box-shadow: none;
    background: #0a7c9e;
}
/*dashboard*/
.ac_wrap {
    float: left;
    width: 100%;
	font-family: 'open_sansregular';
}
.left_menu_bar ul li {
    float: left;
    width: 100%;    
}
.left_menu_bar ul li a {
    float: left;
    width: 100%;
    font-size: 13px;
    text-align: left;
    color: #f1f0f0;
    padding: 8px 20px;
}
.left_menu_bar {
    float: left;
    width: 18%;
    background: #fff;
    background: #0b9eca;
}
.left_menu_bar ul li.ac_logo {
    background: #0b9eca;
    text-align: center;
	border-bottom: solid 2px #FFF;
}
.left_menu_bar ul li.ac_logo a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
}
.left_menu_bar ul li.ac_logo a:hover{
   color:#fff;
   border:none;
}
.left_menu_bar ul li a .fa {
    /* font-size: 14px; */
    margin-right: 11px;
}
.left_menu_bar ul li.current-left-menu-item a, .left_menu_bar ul li:hover a {
    background: #0a7c9e;
    color: #ffffff;
}
.left_menu_bar ul li.ac_logo a:hover {
    background: #0b9eca;
}
.right_content_bar {
    float: left;
    width: 82%;
}
.top_profile_bar {
    float: left;
    width: 100%;
    background: #fff;
    padding: 5px 20px;
}
.top_left {
    float: left;
    width: auto;
    padding-top: 7px;
}
.top_left .menu_icon {
    float: left;
    color: #000;
    padding: 5px 10px 5px 0;
}

.top_right {
    float: right;
}
.company_name {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0b9eca;
}
.top_right ul li {
    float: left;
    margin-left: 25px;
    position: relative;
}
.top_right ul li a {
    float: left;
    font-size: 13px;
    color: #0a7c9e;
}
.top_right ul li img {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.top_right ul li .user_id {
    color: #0a7c9e;
    margin-top: 5px;
    float: left;
}
.top_right ul li .topSubMenu {
    position: absolute;
    top: 42px;
    right: 0;
    width: 163px;
    background: #0b9eca;
    z-index: 999;
    /* left: 0%; */
    display: none;
}
.top_right ul li .topSubMenu p {
    float: left;
    margin: 0px;
    padding: 0;
    width: 100%;
}
.top_right ul li .topSubMenu a {
    color: #fff;
    font-size: 12px;
    padding: 10px 14px 10px;
    float: left;
    width: 100%;
}
.top_right ul li:hover .topSubMenu {
	display:block;
}
.top_right ul li a .fa {
    font-size: 20px;
    padding: 10px 6px;
    float: left;
}
.bottom_content {
    float: left;
    width: 100%;
    border-top: 6px solid #f1f2f2;
    background: #fff;
    padding: 20px 40px;   
    min-height: 800px;
}
.bottom_left {
    float: left;
    width: 40%;
    margin-right: 5%;
}
.widget {
    float: left;
    width: 100%;
    margin-bottom: 4%;
}
.widget_top {
    float: left;
    width: 100%;
}
.heading_text {
    float: left;
    width: auto;
    font-size: 14px;
    font-weight: bold;
}
.right_btn {
    float: right;
}
.right_btn ul li {
    float: left;
    margin-left: 30px;
	font-size:15px;
}
.select_year {
    float: left;
}
.select_year select {
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    background:url(../images/arrow.png) right center no-repeat;
}
.year_select {
    border: 0;
    padding: 7px 24px 7px 0px;
    font-size: 13px;
    color: #5c5b5b;
}
.widget.profit_wrap ul li {
    width: 50%;
    border-right: 15px solid #fff;
    float: left;
}
.profit_box {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    background: #f0f0f0;
    padding: 18px 24px;
    margin-bottom: 15px;
}
.profit_box .price {
    float: left;
    width: 100%;
    font-size: 31px;
    color: #8BC34A;
    font-weight: 100;
    padding: 5px 0;
}
.profit_box .price.blue {
	color:#0e566d;
}
.profit_box .price.orange {
	color:#dc6f05;
}
.profit_box .price.pink {
	color:#ed35b7;
}
.profit_box .profit_text {
    color: #39bac6;
    float: left;
    line-height: 20px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.profit_box .loss_price {
    font-weight: bold;
    float: left;
    width: 100%;
}
.last_month_expense {
    color: #706d6d;
    font-size: 12px;
    line-height: 20px;
}
.bottom_right {
    float: right;
    width: 55%;
}
.quick_action_wrap {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
	margin-bottom:30px;
}
.quick_action_wrap .widget_top {
    border-bottom: 1px solid #ccc;
    padding: 9px 30px;
}
.quick_content {
    float: left;
    width: 100%;
    /* padding: 6px 30px; */
}
.create_list {
    float: left;
    width: 100%;
    margin-top: -1px;
}
.create_list ul li {
    float: left;
    text-align: center;
    width: 33.33%;
    padding: 12px 0;
    border: 1px solid #ccc;
    border-left: none;
    border-bottom: none;
    height: 100px;
}
.create_list ul li a {
    color: #484848;
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-top: 15px;
    line-height: 12px;
}
.create_list ul li a .fa {
    color: #0a7c9e;
    font-size: 35px !important;
    width: 100%;
}
.customer_related_link {
    float: left;
    width: 28%;
    margin-left: 28px;
    margin-top: 10px;
}
.customer_related_link ul li {
    float: left;
    width: 100%;
}
.customer_related_link ul {
    height: 150px;
}
.customer_related_link ul li a {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #737373;
    line-height: 22px;
}
.customer_related_link ul li a:hover {
    color: #000;
}
a.anchor_report {
    float: left;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}
.pie_chart {
    float: left;
    width: 100%;
    padding: 15px;
}
.footer {
    float: left;
    width: 100%;
    background: #0a7c9e;
    color: #fff;
    padding: 14px 20px;
    font-weight: bold;
}
.footer_left {
    float: left;
}
.footer_right {
    float: right;
}
span.time {
    float: left;
    margin-right: 10px;
}
/*customer*/
.btn_wrap {
    float: left;
    width: 100%;
    margin-bottom: 2%;
}
.left_btn {
    float: left;
	width:22%;
}
.btn_wrap .btn.add_btn {
    padding: 6px 20px;
}
.right_bar {
    float: right;
	width: 30%;
}
.right_bar .input_serach {
    float: left;
    width: 100%;
}
.right_bar .search_box {
    float: left;
    width: 80%;
    padding: 11px;
    border: 1px solid #ccc;
}
button.btn.search_btn {
    float: right;
    width: 20%;
    text-align: center;
    padding: 12px 0px 10px;
    background: #0b9eca;
    color: #fff;
	margin-left:0px;
}
.table_content {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}
.customer_details_table, td, th {
    border: 1px solid #d0cbcb;
    text-align: left;
}
.customer_details_table {
    border-collapse: collapse;
    width: 100%;
}
.customer_details_table th {
    background: #13d28d;
    color: #fff;
    font-weight: bold; 
	text-align: center;
}
.customer_details_table th, .customer_details_table td {
    padding: 2px 22px !important;
    font-size: 13px;
	max-width:220px;   
    overflow: hidden;
    text-overflow: ellipsis;   
}
.customer_details_table .arrow {
    float: left;
    padding-top: 6px;
    width: 20%;
}
.customer_details_table tr span {
	font-weight:bold;
}
.customer_details_table tr:nth-child(odd) {
    background-color: #f2fcff;
}
.btn_icon {
    padding: 0 10px;
	color:#000;
}
.pagination {
    margin: 10px 0 10px;
    float: left;
    width: 100%;
    border: 1px solid #0b9eca;
    border-right: none;
}
.pagination ul .disabled {
    display: none;
}
.pagination ul li {
    display: inline;
}
.pagination ul li a.active {
    background-color: #0a7c9e;
    color: #fff;
}
.pagination ul li a {
    color: #000000;
    float: left;
    padding: 3px 13px;
    text-decoration: none;
    transition: background-color .3s;
    border-right: 1px solid #0b9eca;
    font-size: 14px;
    /* border-right: none; */
}

.left_btn.bottom {
    width: auto;
}
button.btn.remove {
    padding: 8px 15px;
    background: #0b9eca;
    color: #fff;
    float: right;
    margin-top: 42px;
}
.btn_wrap .btn:hover {
    background: rgb(11, 158, 202);
    color: #fff;
}
.btn.remove .fa {
    font-size: 16px;
}
.popup_wrap {
    background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 999;
}
.pop {
    height: auto;
    width: 550px;
    position: fixed;
    left: 50%;
    padding: 10px;
    background: #fff;
    top: 6%;
    margin-left: -275px;
    border-top: 8px solid #0b9eca;
}
#close_button {
    color: #c1c4c6;
    font-size: 18px;
    float: right;
    width: 6%;
    left: 94%;
    margin: 0px 8px;
    background: transparent;
    position: absolute;
    padding: 0;
    top: -17px;
    border: 0;
    cursor: pointer;
}
.popup_content_wrap {
    float: left;
    width: 100%;
	padding:0 50px;
}
.popup_content_wrap h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-bottom: 15px;
    font-family: 'open_sansregular';
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.pform {
    float: left;
    width: 100%;
}
.pform .input_wrap {
    border: none;
    padding: 0;
    margin-bottom: 16px;
}
.pform .input_field {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    border: none;
    padding: 8px 0;
}
.pform  input::-webkit-input-placeholder{
	color:#8f8b8b;
	font-size:13px;
	font-family: 'open_sansregular';
	line-height:16px;
	vertical-align:middle;
}
.pform .input_wrap.center {
    text-align: center;
    margin-top: 5%;
}
.pform .input_button {
    width: 20%;
    padding: 12px;
    background: #0b9eca;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 2px;
}
.pform .input_button:hover{
    background: rgba(11, 175, 116, 0.89);
}
/*setting*/
.bottom_container {
    width: 60%;
	float:left;
}
.profile_form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.profile_form h3 {
       float: left;
    width: 100%;
    margin: 0 0 20px;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #0a7c9e;
    line-height: 30px;
    padding-bottom: 1px;
    border-bottom: 2px solid #0a7c9e;
    font-family: 'open_sansregular';
}
.profile_form ul li {
    float: left;
    width: 100%;
    margin: 0 0 8px;
}
.profile_form ul li .profile_label {
    float: left;
    width: 30%;
    font-size: 14px;
    color: #989696;
    line-height: 50px;
}
.profile_form ul li .enter {
    float: right;
    width: 70%;
    padding: 18px;
    border: 1px solid #ccc;
}
.submitter {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.submitter .input_button {
    float: left;
    padding: 13px 40px;
    background: #0b9eca;
    border: 0;
    color: #fff;
    letter-spacing: 0.5px;
    width: 100%;
    border-radius: 2px;
    font-size: 17px;
    background: rgb(11, 158, 202);
    font-weight: bold;
    box-shadow: 1px 1px 3px #969393;
    cursor: pointer;
}
.submitter .input_button:hover {
    box-shadow: none;
    background: #0a7c9e;
}
.profile_form.cng_pass {
    margin-top: 20px;
}
/*invoice*/
.bottom_content .btn_wrap {
    float: left;
    width: 100%;
}
.btn_wrap .left_title {
    float: left;
    width: auto;
}
.bottom_content h1 {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #0a7c9e;
    line-height: 30px;
    padding-bottom: 1px;
    border-bottom: 2px solid #0a7c9e;
    font-family: 'open_sansregular';
}
.btn_wrap.invoice_page .right_bar {
    float: right;
    width: auto;
}
.btn_wrap .btn {
    float: left;
    width: auto;
    margin-left: 10px;
    border: 2px solid #0b9eca;
    background: #ffffff;
    color: #0a7c9e;
    padding: 3px 20px;
    border-radius: 2px;
    font-size: 13px;
	font-weight:bolde;
}
.btn_wrap .btn.save_btn {
    background: #0b9eca;
    color: #fff;
    padding: 10px 20px 9px;
}
.btn_wrap .btn.back_btn {
    background: #000;
    color: #fff;
    border-color: #000;
    font-weight: bold;
}
.invoice_no_wrap {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-top: 20px;
}
.invoice_no_wrap ul li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
    font-size: 11px;
    color: #0a7c9e;
    /* line-height: 11px; */
}
.invoice_no_wrap ul.add_list li {
    width: 100%;
    margin-bottom: 5px;
}
.invoice_no_wrap ul li .same_add_checkbox {
    float: left;
    margin: 6px 4px 0px;
}
.invoice_no_wrap ul li .profile_label {
    float: left;
    width: 100%;
    font-size: 13px;
    /* font-weight: bold; */
    color: #696969;
    margin-bottom: 5px;
}
.invoice_no_wrap ul li .enter {
    float: left;
    width: 90%;
    /* margin-left: 8px; */
    padding: 12px 18px;
    font-size: 12px;
    border: 1px solid #dcdcdc;
}
.invoice_no_wrap ul li .blue_text {
    color: #e8b005;
    font-size: 10px;
    margin-left: 10px;
}
.invoice_no_wrap ul li .lable_info {
    float: right;
    padding-right: 33px;
    font-size: 10px;
    color: #0dd400;
    line-height: 18px;
}
.invoice_no_wrap ul li .edit_btn {
    float: right;
    padding-right: 33px;
    font-size: 10px;
    color: #0b9eca;
    line-height: 28px;
}
.table_content {
    float: left;
    width: 100%;
    margin: 30px 0 10px;
    position: relative;
	font-size:13px;
}
.bottom_content a.table_bottom_text {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #0b9eca;
    text-decoration: underline;
}
.customer_details_table.invoice {
    float: left;
    width: 100%;
}
.table_content table, th, td {
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
}
.table_content th, td {
    padding: 0;
    text-align: left;    
}
.table_content th {
    position: relative;
    color: #0a7c9e;
    font-weight: 600;
    font-size: 12px;
    background-color: #f3f4f6!important;
    text-transform: capitalize;
    white-space: normal;
    padding: 4px;
    line-height: 19px;
}
.table_content .table_wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    width: calc(100% - 113px);
}
.main-table .grid_input {
    float: left;
    padding: 10px 4px;
    border: 0;
    background: transparent;
    width: 75px;
    height: 40px;
    font-size: 12px;
}
.main-table .cgst {
    background: #f3f4f6;
}
.table_content .text-center {
    text-align: center;
}
.table_content .width_big .grid_input {
    width: 200px;
}
.table_content .empty--1 {
    border-right: 0!important;
}
.table_content .empty.empty--2{
	border:0 !important;
}
.table_content .text-right {
    text-align: right;
}
.fixed_column {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: .9375rem;
    background: #f3f4f6;
}
.table_content .yellow-cell {
    background: rgba(11, 158, 202, 0.29);
    /* color: #fff !important; */
}
.table_content .serial_number {
    text-align: center;
}
.adv_seting_wrap {
    float: left;
    width: 100%;
    margin: 25px 0;
}
.adv_seting_wrap .left_select_box {
    float: left;
    width: 30%;
}
.left_select_box .profile_label {
	    float: left;
    width: 100%;
    font-size: 13px;
    /* font-weight: bold; */
    color: #696969;
    margin-bottom: 5px;
}
.left_select_box .enter {
    float: left;
    width: 90%;
    /* margin-left: 8px; */
    padding: 12px 18px;
    font-size: 12px;
    border: 1px solid #dcdcdc;
}
.adv_seting_wrap .grand-total {
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-top: 22px;
    width: 30%;
}
.adv_seting_wrap .item_left {
    float: left;
    font-size: 13px;
}
.adv_seting_wrap .item_right {
    float: right;
    font-weight: bold;
    color: #0b9eca;
}
.customer_details_table.invoice th, .customer_details_table.invoice td {
    text-align: center;
    padding: 7px 12px;
}
.customer_details_table.invoice th {
    line-height: 18px;
}
.table_text_box {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc8c8;
	padding:3px;
}
.table_select_box {
    float: left;
    background: transparent;
	padding:3px;
	font-size:13px;
}
.invoice_no_wrap.customer_field {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    text-align: center;
}
.customer_field span {
    background: rgba(184, 227, 240, 0.55);
    font-size: 13px;
    padding: 8px 20px;
    width: 100;
}
.customer_field span .blue_text {
    color: #dc0d32;
    padding: 0 10px;
}
.invoice_no_wrap.bank_details h2 {
    font-size: 18px;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.invoice_no_wrap.bank_details .blue_text {
    color: #dc0d32;
    padding: 0 10px;
	font-size:12px;
	font-weight:100;
}
.big_box_area {
    float: left;
    width: 100%;
}
.big_box_area .enter{
    float: left;
    width: 100%;
    /* margin-left: 8px; */
    padding: 12px 18px;
    font-size: 12px;
    border: 1px solid #dcdcdc;
	height:100px;
	resize:none;
}
.invoice_no_wrap.bank_details ul li {
    width: 48%;
    margin-right: 15px;
}
.invoice_no_wrap.bank_details ul li .enter {
    width: 100%;
}
.invoice_no_wrap.tc_wrap {
    border: 0;
}
.bottom_middle_btn {
    text-align: center;
    width: 28%;
    margin: 0 auto;
}
.bottom_middle_btn .btn {
    float: left;
    width: 45%;
    margin: 0 5px;
    border: 2px solid #0a7c9e;
    background: #ffffff;
    color: #0a7c9e;
    padding: 8px 18px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 100px;
}
.bottom_middle_btn .btn:hover {
	background: #0a7c9e;
    color: #fff;
}
.bottom_middle_btn .btn.back_btn {
    background: #000;
    border-color: #000;
	color:#fff;
}
/*purchase-invoice*/
.import_checkbox_wrap {
    float: left;
    width: 20%;
    font-size: 12px;
    margin-top: 40px;
}
/*--bill_wrap start--*/
.bill_wrap{
	width:100%;
	float:left;
	font-family: 'open_sansregular';
}
.bill_details ul{
	width:100%;
	float:left;
	border:1px solid #e4e4e4;
	border-right:none;
	border-bottom:none;
	margin-top:-1px;
}
.bill_details ul li{
	float:left;
	width:20%;
	text-align:center;
	font-size:14px;
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	line-height:39px;
}
.bill_details .date{
	padding:8px 0px;
	float:right;
	text-align:center;
	border-radius:3px;
	font-size:14px;
	margin-bottom:10px;
	display:inline;	
	padding-left: 8px;
	border: 1px solid #e4e4e4;
}
.bill_details .date span{
	float:left;
}
.bill_details .date .date_input{
	border: none;
    padding-left: 6px;
    padding-top: 3px;
    float: right;
	padding-right:0;
}
.bill_details ul li .bill_heading{
	width:100%;
	float:left;
	border-bottom:1px solid #e4e4e4;
	background:#f3f4f6;
	color:#0b9eca;
}
.bill_details .add_btn{
	float:left;
	margin-top:20px;
	margin-left:30px;
	border-radius:3px;
}
.bill_details .add_btn a{
	font-size:14px;
	padding:10px 55px;
	border:1px solid #e4e4e4;
	float:left;
	margin-top:10px;
	color:#000000;
}
.bill_details .add_btn a:hover{
	background:#0b9eca;
	color:#ffffff;
	border:1px solid #0b9eca;
}
.bill_details ul li select{
	width:100%;
	float:left;
	padding:10px 0;
	padding-left:5px;
	border:1px solid #e4e4e4;
}
.bill_details ul li > ul{
	width:100%;
	float:left;
	margin-top:0;
	border:none;
}
.bill_details ul li > ul li{
	width:100%;
	float:left;
	border-right:none;
	padding:10px;
	min-height:60px;
}
.bill_details ul li > ul li:last-child{
	border-bottom:none;
}
.bill_details ul li > ul li .bill_input{
	width:100%;
	height:100%;
	border:none;
	border:1px solid #e4e4e4;
	min-height:37px;
	background:#ffffff;
	padding-left:10px;
}
.bill_details ul.total{
	margin-top:0;
	border-top:none;
}
.bill_details ul.total li{
	float: left;
    width: 50%;
    padding: 10px;
    line-height: 28px;
}
.bill_details ul.total li .bill_input{
	width:100%;
	height:100%;
	border:none;
}
.bill_details .save_btn{
	float:left;
}
.bill_details .save_btn .save_input{
	min-height:50px;
	width:190px;
	margin-top:30px;
	border-radius:3px;
	border:none;
	color:#ffffff;
	background:#0b9eca;
	cursor:pointer;
}
/*--bill_wrap end--*/
/*--user_details page start--*/
.user_details_wrap{
	width:100%;
	float:left;
	font-family: 'open_sansregular';
}
.user_details{
	width:100%;
	float:left;
}
.user_details .customer_details{
	width:50%;
	float:left;
	padding-right:20px;
}
.user_details .customer_details h4{
	color:#0b9eca;
	width:100%;
	flaot:left;
	padding-bottom:10px;
	border-bottom:1px solid #0b9eca;
}
.user_details .customer_details .customer_name{
	width:100%;
	float:left;
	font-size:14px;
	margin-bottom:10px;
}
.user_details .customer_details .customer_name .title{
	width:40%;
	float:left;
	font-size:14px;
}
.user_details .customer_details .customer_name .name{
	width:60%;
	float:right;
	color:#474747;
}
.user_details .summary{
	width:50%;
	float:right;
	padding-left:20px;
}
.user_details .summary h4{
	color:#0b9eca;
	width:100%;
	padding-bottom:10px;
	flaot:left;
	border-bottom:1px solid #0b9eca;
}
.user_details .summary .summary_details{
	width:100%;
	float:left;
	font-size:14px;
	margin-bottom:10px;
}
.user_details .summary .summary_details .title{
	width:40%;
	float:left;
	font-size:14px;
}
.user_details .summary .summary_details .name{
	width:60%;
	float:right;
	color:#474747;
}
/*--filter start--*/
.user_details .filter{
	width:100%;
	float:left;
	margin-top:50px;
}
.user_details .filter span{
	width:100%;
	float:left;
	font-size:16px;
}
.user_details .filter .date_input{
	width:150px;
	float:left;
	min-height:40px;
	margin-right:10px;
	padding-left:5px;
	margin-top:10px;
}
/*--filter end--*/
/*--tab start--*/
.user_details .tab{
	width:35%;
	margin-top:62px;
	float:left;
}
.user_details .tab .tab_links{
	padding:10px 20px;
	border:1px solid #e4e4e4;
	background-color:transparent;
	cursor:pointer;
	font-size:14px;
	color:#454545;
}
.user_details .tab .active{
	background-color:#0b9eca;
	border:1px solid #0b9eca;
	color:#ffffff;
}
.user_details .tab .tab_links:hover{
	background-color:#0b9eca;
	border:1px solid #0b9eca;
	color:#ffffff;
}
/*--all_table start--*/
.user_details .all_table{
	width:100%;
	float:left;
	margin-top:10px;
	overflow-y:auto;
}
.user_details .all_table table{
	width:100%;
	float:left;
	border-spacing:0px;
	text-align:center;
	font-size:14px;
	margin-top:20px;
}
.user_details .all_table table th{
	text-align:center;
	background:#f3f4f6;
	color:#0b9eca;
	padding:5px 0;
}
.user_details .all_table table td{
	text-align:center;
	padding:5px 0;
}
.user_details .all_table .print{
	float:left;
	margin-top:20px;
}
.user_details .all_table .print a{
	padding:6px 40px;
	background:#0b9eca;
	color:#ffffff;
	float:left;
	font-size:14px;
}
.user_details .all_table .pagination_btn{
	float:right;
	margin-top:20px;
}
.user_details .all_table .pagination_btn a{
	font-size:14px;
	float:left;
	padding:6px 15px;
	border-radius:4px;
	color:#232323;
	margin-left:8px;
}
.user_details .all_table .pagination_btn span{
	float:left;
}
.user_details .all_table .pagination_btn a:hover{
	background:#0b9eca;
	color:#ffffff;
}
.user_details .all_table .pagination_btn a.active{
	background:#0b9eca;
	color:#ffffff;
}
/*--all_table end--*/
/*--booking_table start--*/
.user_details .booking_table{
	width:100%;
	float:left;
	margin-top:10px;
}
.user_details .booking_table table{
	width:100%;
	float:left;
	border-spacing:0px;
	text-align:center;
	font-size:14px;
	margin-top:20px;
}
.user_details .booking_table table th{
	text-align:center;
	background:#f3f4f6;
	color:#0b9eca;
	padding:5px 0;
}
.user_details .booking_table table td{
	text-align:center;
	padding:5px 0;
}
.user_details .booking_table .print{
	float:left;
	margin-top:20px;
}
.user_details .booking_table .print a{
	padding:6px 40px;
	background:#0b9eca;
	color:#ffffff;
	float:left;
	font-size:14px;
}
.user_details .booking_table .pagination_btn{
	float:right;
	margin-top:20px;
}
.user_details .booking_table .pagination_btn a{
	font-size:14px;
	float:left;
	padding:6px 15px;
	border-radius:4px;
	color:#232323;
}
.user_details .booking_table .pagination_btn span{
	float:left;
}
.user_details .booking_table .pagination_btn a:hover{
	background:#0b9eca;
	color:#ffffff;
}
.user_details .booking_table .pagination_btn a.active{
	background:#0b9eca;
	color:#ffffff;
}

/*--booking_table end--*/
.user_details .payments_table{
	width:100%;
	float:left;
	margin-top:10px;
}
.user_details .payments_table table{
	width:100%;
	float:left;
	border-spacing:0px;
	text-align:center;
	font-size:14px;
	margin-top:20px;
}
.user_details .payments_table table th{
	text-align:center;
	background:#f3f4f6;
	color:#0b9eca;
	padding:5px 0;
}
.user_details .payments_table table td{
	text-align:center;
	padding:5px 0;
}
.user_details .payments_table .print{
	float:left;
	margin-top:20px;
}
.user_details .payments_table .print a{
	padding:6px 40px;
	background:#0b9eca;
	color:#ffffff;
	float:left;
	font-size:14px;
}
.user_details .payments_table .pagination_btn{
	float:right;
	margin-top:20px;
}
.user_details .payments_table .pagination_btn a{
	font-size:14px;
	float:left;
	padding:6px 15px;
	border-radius:4px;
	color:#232323;
}
.user_details .payment_table .pagination_btn span{
	float:left;
}
.user_details .payments_table .pagination_btn a:hover{
	background:#0b9eca;
	color:#ffffff;
}
.user_details .payments_table .pagination_btn a.active{
	background:#0b9eca;
	color:#ffffff;
}
/*--payments_table end--*/
/*--user_details page end--*/
.field_heading{
	width:100%;
	float:left;
	text-align:left;
	display:none;
	color:#0b9eca;
}
.booking_date{
	font-size:14px;
}
.dt_input{
	min-height: 40px;
    padding-left: 5px;
    width: 96%;
}
.filter_input{
	width:95%;
	border:none;
	min-height:40px;
	background:#0b9eca;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
}
.bottom_content .date_filter{
	float:left;
	margin-top:30px;
}
.bottom_content .customer_date_filter{
	float:right;
}
.displat_total_box{
	float:right;
    border: 1px solid #ccc;
    padding: 5px 45px 4px 10px;
	margin-top:57px;
}
.bottom_content .date_filter .date_filter_wrap{
	float:left;
	width:160px;
}
.date_filter .date_filter_wrap .booking_date{
	width:100%;
	float:left;
	color:#0b9eca;
	font-weight:bold;
}

.user_details .tab .tab_links{
	padding:5px 20px;
	margin-right:8px;
	float:left;
	margin-bottom:8px;
}
.user_details .tab{
	width:36%;
	margin-top:58px;
}
.table_overflow{
	width:100%;
	float:left;
	overflow-y:auto;
	
}
input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.profile_form ul li .read_only{
	border:1px solid #e4e4e4;
	font-size:14px;
	padding:6px 10px;
	float:left;
	background: #f1f1f1;
}
.profile_form ul li .hipen{
	float:left;
	padding:0 10px;
	margin-top:5px;
}
.profile_form ul li .input_number{
	width:130px;
	min-height:40px;
	float:left;
	border:none;
	padding-left:10px;
	border:1px solid #e4e4e4;
	border-radius:3px;
}
.profile_form ul li .input_button{
	width:140px;
	height:40px;
	float:left;
	background:#0a7c9e;
	color:#ffffff;
	border:none;
	margin-left:10px;
	border-radius:3px;
}
.token_success{
	color:#096;
	font-size:18px;
	margin-left:0%;
	padding:10px 20px;
	border:1px solid #096;
	float:left;
	border_radius:3px;
}
.response_data table{
	width:71%;
	float:left;
	border-spacing:0px;
}
.response_data table th, td{
	font-size:15px;
	padding-left:15px;
}
/*--payment_print_heading_format start--*/
.payment_print_heading_format h2.brand_name{
	font-family: 'open_sansregular';
	font-size:24px !important;
}
.print_details{
	margin-bottom:15px !important;
}
.payment_print_heading_format h3{
	margin-bottom:10px !important;
}
.payment_print_heading_format .propitor{
	width:100%;
	float:left;
}
.payment_print_heading_format .address{
	width:100%;
	float:left;
}
.payment_print_heading_format .mobile_section{
	width:100%;
	float:left;
}
.bottom_section{
	margin: 30px 5px 20px !important;
}
.print_payment .response_data table th, td{
	font-size:12px;
}
.print_payment .table_content th{
	line-height:10px;
}
.profile_form li .right_bar{
    width: 70%;
    float: left;
}
/*--payment_print_heading_format end--*/
.page-template-template-vehicle-transactions .date_filter_wrap select,.page-template-template-vehicle-transactions .date_filter_wrap input{
    width:20%;
    float:left;
    margin-right:5px;
} 