@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;

}
html{
    float: left;
    width: 100%;
    height: 100%;
}
img{
	max-width:100%;
	height:auto;
}
body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family: 'open_sansregular';
	letter-spacing:0.5px;
    display: table;
    width: 100%;
    height: 100%;
}
*{
	box-sizing:border-box;
    --primary-blue: #0b9dca;
            --glass-bg: #0b9dca10;
            --glass-border: #0b9dca5e;
            --sidebar-width: 260px;
            --text-dark: #1a1a1a;
            --text-grey: #666;
}
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';
	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;*/
        height: 100%;
}
.content.page-login {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background: #0b9eca;
    min-height: 800px;
}
.login_wrap {
	width:96%;
    max-width: 480px;	
    color: #0b9eca;
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px 45px 25px;
    border-radius: 3px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -240px;
}
.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;
}
input.input_box {
    float: right;
    width: 90%;
    padding-right: 40px;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #616060;
    line-height: 16px;
}
.input_wrap select option{
    color: #000 !important;
}
.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;
    margin-left: 0;
}
.btn.login_btn:hover {
    box-shadow: none;
    background: #0a7c9e;
}
/*dashboard*/
.ac_wrap {
    float: left;
    width: 100%;
	font-family: 'open_sansregular';
    height: 100%;
}
.left_menu_bar ul li {
    float: left;
    width: 100%; 
	
	position:relative;
}
.left_menu_bar ul li a {
    float: left;
    width: 100%;
    font-size: 13px;
    text-align: left;
    color: #f1f0f0;
    padding: 8px 20px;
}
.left_menu_bar ul li ul li a{
    padding-left: 30px;
}
.menu-right{
	float:right;
}
.menu-right .fa{
	line-height:28px;
}

.left_menu_bar ul li ul{
	float: left;
    width: 100%;
    z-index: 99999;
    background: #0b9eca;
    border-top: solid 1px #b9b9b9;
    border-bottom: solid 1px #b9b9b9;
}

.left_menu_bar ul li:hover ul{
	display:block;
}

.left_menu_bar ul li ul li{
	border:none;
}

.left_menu_bar {
    float: left;
    width: 18%;
    background: #fff;
    background: #0b9eca;
    transition: all 0.5s ease;
    overflow-y: auto;
    position: fixed;
    left: 0;
    height: 100%;
}
.menu-close .left_menu_bar{
    width: 0px;
}
.menu-close .right_content_bar{
    width: 100%;
    margin-left: 0;
}
.left_menu_bar ul li.ac_logo {
    background: #0b9eca;
    text-align: center;
	height:56px;
	border-bottom: solid 2px #FFF;
}
.left_menu_bar ul li.ac_logo a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.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-menu-parent ul.submenu,
.left_menu_bar ul li.current-left-menu-item ul.submenu {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
}
.left_menu_bar ul > li.current-menu-parent > a {
    background: #0a7c9e;
    color: #ffffff;
}
.left_menu_bar ul li.current-left-menu-item > a, 
.left_menu_bar ul > li:hover > a {
    background: #fe9d1b;
    color: #ffffff;
}
.left_menu_bar ul li.current-menu-parent ul li.current-left-menu-item > a,
.left_menu_bar ul li.current-left-menu-item ul li.current-left-menu-item > a, 
.left_menu_bar ul li ul li:hover > a {
    background: #fe9d1b;
    color: #ffffff;
}
.left_menu_bar ul li.has-submenu > a{
     background: #0a7c9e;
    color: #ffffff;
}
.left_menu_bar ul li.has-submenu.current-left-menu-item > a{
    background: #fe9d1b;
}

.left_menu_bar ul li.ac_logo a:hover {
    background: #0b9eca;
}
.right_content_bar {
    float: left;
    width: 82%;
    transition: all 0.5s ease;
    margin-left: 18%;
    position: relative;
    height: 100%;
}
.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;
    cursor: pointer;
}

.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;
	padding:8px 0;
}
.top_right ul li img {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.top_right ul li a.userimg{	
	padding:8px 10px;
    width: 163px;
}
.top_right ul li:hover .userimg{
	background: #0b9eca;
	color: #FFF;
}
.top_right ul li .user_id {
    color: #0a7c9e;
    margin-top: 5px;
    float: left;
}
.top_right ul li .topSubMenu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 163px;
    background: #0b9eca;
    z-index: 999;
    /* left: 0%; */
    display: none;
}
.top_right ul li .topSubMenu a {
    color: #fff;
    font-size: 12px;
    padding: 10px 14px 10px;
    float: left;
    width: 100%;
}
.top_right ul li .topSubMenu a:hover{
	background: #0a7c9e;
}
.top_right ul li:hover .topSubMenu {
	display:block;
}
.top_right ul li a .fa {
    font-size: 20px;
    padding: 5px 6px;
    float: left;
}
.bottom_content {
    float: left;
    width: 100%;
    border-top: 6px solid #f1f2f2;
    background: #fff;
    padding: 20px 40px;
/*    min-height: 800px;*/
padding-bottom: 100px;
}
.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: 22px;
    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: #0a7c9e;
    float: left;
    line-height: 20px;
    width: 100%;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    /* font-size: 12px; */
    font-weight: normal;
}
.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: 65%;
    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: 8px 20px;
    font-weight: bold;
    position: absolute;
    bottom: -450px;
    left: 0;
    font-size: 12px;
    line-height: 20px;
}
.footer_left {
    float: left;
}
.footer_right {
    float: right;
}
.copyright {
    float: left;
    width: 100%;
    text-align: center;
}
span.time {

    margin-right: 10px;
}
/*customer*/
.btn_wrap {
    float: left;
    width: 100%;
    margin-bottom: 2%;
}
.left_btn {
    float: left;
	width:50%;
}
.btn_wrap .btn.add_btn {
    padding: 6px 20px;
}
.right_bar {
    float: right;
	width: 40%;
}
.right_bar .input_serach {
    float: left;
    width: 100%;
}
.right_bar .search_box {
    float: left;
    width: 77%;
    padding: 12px;
    border: 1px solid #ccc;
}
button.btn.search_btn {
    float: right;
    width: 20%;
    text-align: center;
    padding: 12px 0px;
    background: #0b9eca;
    color: #fff;
}
.table_content {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}
.customer_details_table, 
.customer_details_table td, 
.customer_details_table th {
    border: 1px solid #d0cbcb;
    text-align: left;
}
.customer_details_table {
    border-collapse: collapse;
    width: 100%;
	line-height:20px;
}
.customer_details_table th {
    background: #13d28d;
    color: #fff;
    font-weight: bold; 
	text-align: center;
}
.customer_details_table th, .customer_details_table td {
    padding: 2px 10px !important;
    font-size: 13px;
}
.customer_details_table .arrow {
    float: left;
    padding-top: 6px;
    width: 20%;
}
.customer_details_table tr span {
    float: right;
    width: 60%;
	font-weight:bold;
}
.customer_details_table tr span.row-inner{
	float:left;
	width:100%;
	margin:0;
	font-weight:normal;
	color:#999;
}
.customer_details_table tr:nth-child(odd) {
    background-color: #f2fcff;
}
.btn_icon {
    padding: 0 10px;
	color:#000;
}
.pagination {
    margin: 50px 0 0;
    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:hover {
    background: rgb(11, 158, 202);
    color: #fff;
}
.btn.remove .fa {
    font-size: 16px;
}

body[class*='open-popup-']{
	position:fixed;
}
.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: absolute;
    left: 50%;
    padding: 10px;
    background: #fff;
    top: 6%;
    margin-left: -275px;
    border-top: 8px solid #0b9eca;
	margin-bottom:50px;
}
#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 15px;
}
.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: 15px 0 0 0;
}
.pform {
    float: left;
    width: 100%;
}
.pform .input_wrap {
    border: none;
    padding: 0;
    margin: 0 0 15px 0;
	width:98%;
}
.pform .input_wrap.half{
	width:48%;
	margin-right:2%;
	min-height:81px;
}
.pform label{
	float: left;
	margin-bottom:5px;
}
.pform .input_field, .pform select {
    float: left;
    width: 100%;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    padding: 12px 18px;
	height:40px;
}
.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;
}
.pform .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;
}
.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 {
    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;
	cursor:pointer;
}
.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 {
    width: 100%;
    float: left;
}
.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;
}
.invoice_no_wrap .btn{
	line-height:34px;
	margin:0;
}
.table_content {
    float: left;
    width: 100%;
    margin: 20px 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,
.table_content table th,
.table_content table td {
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
    vertical-align: top;
}
.table_content table td .fa-check-circle{
    color: green;
    font-size: 20px;
}
.table_content table td .fa-times-circle{
    color: red;
     font-size: 20px;
}
.table_content table.full{
	width:100%;
}
.table_content th, .table_content td {
    padding: 2px;
    text-align: left;    
}
.table_content th {
    position: relative;
    color: #0a7c9e;
    font-weight: 600;
    font-size: 14px;
    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);*/
}

table .sub_tab{
    margin-bottom: 20px;
}
.table_content table .sub_tab, 
.table_content table .sub_tab th, 
.table_content table .sub_tab td {
    border: none;
}
.table_content table .sub_tab td{
    font-size: 12px;
}
.table_content table .sub_tab th.small,
.table_content table .sub_tab td.small{
    font-size: 10px;
    line-height: 12px;
    padding: 0 10px !important;
}

.table_content table .sub_tab th {
   
}
.main-table .grid_input {
    float: left;
    padding: 10px 4px;
    border: solid 1px #CCC;;
    background: transparent;
    width: 100%;
    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-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: 100%;
    margin: 0 auto;
    float: left;
}
.bottom_middle_btn .btn {
    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: 20px;
    display: inline-block;
    float: none;
}
.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;
}
.other_input_wrap {
    width: 100%;
    float: left;
}
.message{
	float:left;
	width:100%;
	font-size:10px;
}
.message.success{
	color:#093;
	margin-bottom:10px;
}
.message.error{
	color:#F00;
	margin-bottom:10px;
}
.loader{
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/loader.png) rgba( 0, 0, 0, 0.5 ) no-repeat center center;
}
.invoice_no_wrap ul li .select2-container .select2-selection--single{
	height:40px;
	border: 1px solid #dcdcdc !important;
	border-radius:0!important;
}

.invoice_no_wrap ul li .select2-container .select2-selection--single .select2-selection__rendered{
	line-height:40px;
}
.invoice_no_wrap ul li .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px;
}

.table_content table td .select2-container .select2-selection--single{
	height:36px;
	border: 1px solid #dcdcdc !important;
	border-radius:0!important;
	    margin-left: 0;
}

.table_content table td .select2-container .select2-selection--single .select2-selection__rendered{
	line-height:36px;
}
.table_content table td .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 34px;
}

.vehicles .select2-container{
	width:100% !important;
}
.vehicles .select2-container .select2-selection--single{
	height:40px;
	border: 1px solid #dcdcdc !important;
	border-radius:0!important;
}
.vehicles .select2-container .select2-selection--single .select2-selection__rendered{
	line-height:40px;
}
.vehicles .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px;
}
.profit_box.total_out {
    background: #fd026c;
}
.profit_box.total_out .price,
.profit_box.total_out .profit_text {
    color: #FFF;
}
.print-btn {
    float: right;
    margin: 10px 0 0;
}
/*Check boxes*/
.aud-checkbox{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #394a56;
}

.aud-checkbox .label-text{
    color:#888;
}

.aud-checkbox .label-text.left{
  margin-right: 16px;
}

.aud-checkbox .label-text.right{
  margin-left: 16px;
}

.aud-checkbox .toggle {
    isolation: isolate;
    position: relative;
    height: 30px;
    width: 60px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6 inset, -4px -4px 4px 0px #ffffff inset;
    background: #FFF;
}

.aud-checkbox .toggle-state {
  display: none;
}

.aud-checkbox .indicator {
    height: 100%;
    width: 200%;
    background: #adadad;    
    border-radius: 15px;
    transform: translate3d(25%, 0, 0);
    transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
    box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6;
}

.aud-checkbox .toggle-state:checked ~ .indicator {
    transform: translate3d(-75%, 0, 0);
    background: #19ad2b;
}

/*Alert Messages*/
.aud_message {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 25px 20px 25px 70px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    border-radius: 8px;
    font-size: 18px;
    display: block;
    max-width: 400px;
    z-index: 99999;
    width: 100%;
}
.aud_message.aud_success {
    background: url(../images/tick.png) rgba(0, 0, 0, 0.7) no-repeat 10px center;
}
.aud_message.aud_error {
    background: url(../images/cross.png) rgba(0, 0, 0, 0.7) no-repeat 10px center;
}
.aud_message.aud_warning {
    background: url(../images/warning.png) rgba(0, 0, 0, 0.7) no-repeat 10px center;
}

.left_menu_bar .menu_icon {
    position: absolute;
    left: 10px;
    width: auto;
    top: 5px;
    display: none;
}
.btn.up-btn {
    float: none;
    margin: 0 auto;
    display: table;
    padding: 10px;
    background: #089eca;
    color: #FFF;
}
.btn.up-btn:hover {
    background: #fe9d1b;
}
span.note {
    float: left !important;
    width: 100% !important;
    padding: 2px 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    text-transform: capitalize;
    color: #5a5a5a;
    /* font-style: italic; */
}
.input_wrap .select2-container{
    width: 100% !important;
}

.cal_wrap {
    float: left;
    width: 100%;
    background: #089ecacc;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 8px 5px 20px 1px #ccc;
}
.cal_field {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.cal_input_wrap {
    float: left;
    width: 50%;
    padding: 10px;
}
.cal_input_wrap label {
    width: 100%;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
}
.cal_input_wrap  .input_field {
    width: 100%;
    padding: 10px;
    border: solid 1px #0a7c9e;
    border-radius: 5px;
    font-size: 26px;
    text-align: center;
    box-shadow: inset 4px 5px 15px -5px #72717194;
}
.cal_result_wrap {
    width: 100%;
    float: left;
    text-align: center;
}
.cal_result_title {
    color: #FFf;
    font-size: 16px;
}
.cal_result {
    display: table;
    margin: 10px auto;
    font-size: 44px;
    background: #0a7c9e;
    padding: 20px;
    border-radius: 40px;
    max-width: 400px;
    color: #FFF;
    border: solid 2px #FFF;
    width: 100%;
}
.btn.credit,
.btn.cash {
    width: 50%;
    background: #ff0062;
    color: #FFF;
    padding: 15px 10px;
    font-size: 24px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    /* margin-bottom: 30px; */
    margin-left: 0;
    
}

.btn.cash{
    background: #237f23;
        margin-bottom: 0;
}
.cal_wrap.quick_bill{
    float: none;
    max-width: 600px;
    display: table;
    margin: 0 auto;
    position: relative;
    padding-bottom: 67px;

}
.quick_bill .cal_input_wrap{
    width: 100%;
}
.quick_bill .cal_input_wrap.btn_wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.complete_bill {
    display: table;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 40px 20px 20px;
    display: none;
}
.complete_bill .btn.back{
    float: none;
    text-align: center;
    background: #089eca;
    color: #FFF;
    font-size: 24px;
    padding: 12px 0px;
    display: inline-block;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.quick_bill .field-error{
    color: #FFF;
    text-align: center;
}
@media print {
	.left_menu_bar,
	.top_profile_bar,
	.print-btn,
	.footer,
	.btn{
		display:none;
	}
	.right_content_bar{
		width:100%;
        margin-left: 0;
	}
	.bottom_content{
		padding:10px;
		border:none;
	}
	.bottom_content h1{
		margin:0;
	}
	.customer_info{
		margin:0;
		padding:0;
	}
	.invoice_no_wrap ul li .enter{
		border:none;
		margin:0;
		width:auto;
		padding:0;
	}
	
}

.product_popup .small_popup.pop.guide {
    border-radius: 10px;
}