@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;
}
.bottom_content img.enter{
    width:100px !important;
    height:100px;
}
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: linear-gradient(to bottom, #f64f59, #c471ed, #12c2e9);
    min-height: 688px;
}
.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';
}
.profile_form ul {
    display: flex;
    flex-wrap: wrap;
}
.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: linear-gradient(to bottom, #f64f59, #c471ed, #12c2e9);
    border-bottom: 2px solid #fff;
}
.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: #0000CD;
    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: #DCDCDC;
    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;
    border:1px solid #0b9eca;
    padding: 1px;
}
.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;
    margin-right: 5px;
}
.top_right ul li .topSubMenu {
    position: absolute;
    top: 42px;
    right: -1px;
    width: 185px;
    background: #DCDCDC;;
    z-index: 999;
    /* left: 0%; */
    display: none;
    border:1px solid #0b9eca;;
}
.top_right ul li .topSubMenu p {
    float: left;
    margin: 0px;
    padding: 0;
    width: 100%;
}
.top_right ul li .topSubMenu a {
    color: #000;
    font-size: 12px;
    padding: 10px 65px 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: #E6E6FA;
    padding: 20px 40px;
    min-height: 800px; 
}
.bottom_left {
    float: left;
    width: 20%;
    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 {    
    width: 100%; 
    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: 75%;
}
.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:50%;
}
.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:195px;
}
.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: 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_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: 100%;
    float:left;
}
.profile_form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.profile_form .from_table {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.bottom_container .profile_form #create-employee {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile_form #create-debit-note {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}


.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 .profile_label span{
    float: left;
    font-size: 16px;
    color: #ff0000;
    line-height: 30px;
}
.profile_form ul li .profile_label {
    float: left;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
}
.profile_form ul li .profile_label:hover {
    color: #353333;
}
.profile_form ul li .enter {
    float: right;
    padding: 13px;
}
.profile_form ul li span.enter {
    border:none;
    color:#989696;
    font-family: sans-serif;
    font-size: 18px;
    min-height: 53px;
}
.submitter {
    float: left;
    width: 46%;
    margin: 20px 10px;
}
.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: 0px;
    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% !important;
    margin: 10px 0 10px !important;
    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;
    background:none !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;
    min-height: 85px;
}
.date_filter .date_filter_wrap .booking_date{
    width:100%;
    float:left;
    color:#0b9eca;
    font-weight:bold;
}
.bottom_content .date_filter .date_filter_wrap .filter_input{
    margin-top:27px;
}
.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 !important;
    height:40px !important;
    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';    
}
.print{
    width:959px;
    text-align:center;
    margin:0 auto;  
    padding:10px 20px;
}
.print_details{
    width:100%;
    float:left; 
    border: 1px solid #ccc;
}
.print .print_heading{
    width:100%;
    float:left;
    text-align:center;
    border-bottom:2px solid #000;
}
.print_heading .content_image{
    width:12%; 
    display: block;
    float: left;    
}
.print .print_heading .content_text{
    font-size:15px;
    width: 80%;
    margin-left: 10%;    
}
.print .print_heading .content_text h1,h2,h3,h4,h5,h6{    
    margin: 0px 5px;
}
.print .print_heading .content_text h2{
     font-weight: bold;
     line-height: 6px;
}
.print .token_content{
    width:100%;
    float:left;
    padding:0px 100px 0px;    
}
.print .token_content div{
    width:100%;
    float:left;
    margin:3px 0;
}
.print .token_content .token_txt{   
    width:100%;
    float:left;
    text-align:center;
    font-size:15px;
    font-weight:bold;
}
.print .token_content .token_no{
    text-align:center;  
    width:100%; 
    font-size:20px;
}
.print .token_content .token_no .token_box{
    width:100%;
    border:1px solid #000;
    text-align:center;
    margin:1px 0 1px;;
    padding:10px 0;
    font-size:14px;
}
.print .token_content .token_no .token_box{
    width:100%;
}
.print .token_content label{
    width:50%;
    float:left;
    font-size:14px;
    color:#000;
    font-weight:bold;
    text-align:left;
    padding-left:80px;
}
.gatepass_print .token_content label{
    width:150px;
}
.print.gatepass_print .token_content label{
    padding-left: 0px !important;
    font-size: 12px !important;
    font-weight:bold;
}
.print .token_content span{
    width:50%;
    padding-left:5px;
    float:left;
    font-size:14px;
    text-align:left;
}
.print .token_bottom{
    width:100%;
    float:left; 
}
.print .token_bottom .token_bottom_left{
    float:left;
    font-size:14px;
    font-weight:bold;
    margin-left: 100px;
}
.print .token_bottom .token_bottom_right{
    float:right;
    border-top:1px dotted #000;
    font-size:16px;
    font-weight:bold;   
    margin: 20px 100px 10px 10px;
}
.token_content span.section_top{
    width: 100%;
    margin: 0px -2px;
}
.token_content span.section_top label{
    width: 30%;
}
.token_content .print_page_heading{
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
    margin-top: 1%;
}
.token_content span.section_top li{
    line-height: 30px;
}
.token_content span.section_top li span.text{
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 20px;
}

/*creat student form start*/
.bottom_container .profile_form #create-student {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile_form ul li.top_head_common_class {
    width: 100% !important;
}
#create-employee ul,
#create-student ul,
#create-vehicle ul,
#create-room ul {
    display:flex;
    flex-wrap: wrap;
}
.profile_form ul li {
    float: left;
    width: 48%;
    margin: 0px;
    padding: 10px;
    display: flex;
flex-direction: column;
justify-content: center;

}
.profile_form ul li:first-child  {
    float: left;
    width: 48%;
    margin: 0px;
    padding: 10px;
    display: flex;

}
.profile_form ul li:first-child label  {

    width: 100%;

}
 .id_row  {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px

}
.profile_form ul li .enter {
    border: none;
    font-size: 14px;
    color: #989898;    
    width: 100%;
}
.top_head_common_class h6 {
    margin: 10px 0 0 0;
}
.radio {
    width: 100%;
    font-size: 16px;
    display: flex;
    
}
.radio label {
    margin: 0 5px;
}
.radio input {
    margin: auto 10px auto 0;

}
.facility_calculate_total {
    background-color: rgb(221, 221, 221);
    border: none;
}
.facility_calculate_total:hover {
    background-color: #000;
    color: #fff;
}
.select_btn #ph {
    margin: 9px;
}
.select_btn .same_as_present {
    margin: auto 10px;
}
.bottom_container .profile_form #create-employee {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile_form #create-debit-note {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile_form #create-vehicle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile_form #create-room {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile_form #edit-room {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile_form #edit-employee {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile_form #create-store-books {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.profile_form #edit-vehicle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
#pic {
    margin: 10px 0;
}
/*creat student form end*/

/*print dabit note*/
* {
    box-sizing: border-box;
}

.logo_section .content_image .left-img{
    width: 129px;
}

.main_table{
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.list_table {
    border-collapse: collapse;
    width: 100%;
}

.list_table td, .list_table th {
  border: 1px solid #ddd;
  padding: 8px;
  height:20px;
}
.list_table th{
position: relative;
color: #0a7c9e;
font-weight: 600;
font-size: 12px;
background-color: #f3f4f6 !important;
text-transform: capitalize;
white-space: normal;

}

.list_table tr:nth-child(even){background-color: #f2fcff;}

.last_lable{
    border-collapse: collapse;
    width: 100%;
}

.last_lable .last_lable_one{
    padding: 25px 12px 25px;
    display: flex;
    justify-content: space-between;
}
.debit_note_word{
    padding: 0px 0px 20px;
}
.last_lable .last_lable_one .last_lable_one_middle {
    border-bottom: dashed 1px #000;
    flex-grow: 5;
    margin: 0px 10px;
}

.last_lable .last_lable_two {
    display: flex;
    justify-content: space-between;
    padding: 50px 12px 5px;
}

.heading_sub {
    padding: 5px 38px; 
    background: #0b9eca;
    border-radius: 5px;
    margin: 1% 50% 0 35%;
    width: 35%;  
    text-align: center; 
}
.print_head_address{
    float: left;
    width:100%;
}
.print_heading .content_image img{
    position: absolute;
    width: 86px;
    margin-top: -11px;
}
.print_heading div.address_content{
    text-align: center;
}
.print_heading div.address_content h1{
    width: 100%;
    float: left;
}
.div_debit{
    padding: 0 12px;
    
}

.div_debit_text{
    border-bottom: 1px dashed;
    margin: 35px 56px 6px 138px;
}

/*rough*/
.head_contener {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.logo_section {
    width: 130px;
}
.voucher_header_section {
    display: flex;
    flex-direction: column;
}
.heading_main {

    padding: 0 40px;

}
.heading_main > h1 {
    margin: 0;
}
.head_addres {
    display: flex;
    padding: 0 12px;
}
.div_address {
    display: flex;
    justify-content: center;
    flex-grow: 5;
}
.div_ph_no{
    display: flex;
    flex-direction: row-reverse;
}
.div_voucher{
    display: flex;
    justify-content: center;
}
.div_nodate {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
}

/*debit-note*/

.head_item_section{
    display:flex; 
}
.extra_bottom_border{
    border-bottom-color: #ffff;
}
.table_heding{
    position: relative;
    color: #0a7c9e;
    font-weight: 600;
    font-size: 12px;
    background-color: #f3f4f6 !important;
    text-transform: capitalize;
    white-space: normal;
    
}
.table_heding > th{
    padding: 5px 25px;
    
}
.balance_sheet_table_heading{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.balance_sheet_table_heading .left{
    float: left;
    width:50%;
    text-align: center;
}
.balance_sheet_table_heading .right{
    float: left;
    width:50%;
    text-align: center;
}
.balancesheet{
    overflow-y: auto;
    float: left;width:48% !important;
    margin-right: 2% !important;
    border: 1px solid #ccc;
}
.pagination_wrap{
    width:100%;
    float: left;
}
.btn_wrap.left{
    width: 50%;
}
.submenu li.current-left-menu-item a{    
    background: #0000CD !important;
}
.left_menu_bar li:has('.sub-menu'){
    background: #0000CD !important;
}
.page-template-student-templatestemplate-students-php .date_filter{
    margin-bottom: 15px;
}
.page-template-template-promote-students .customer_details_table input[type='text']{width:100%;}
.balance_sheet_total{float:right;}
.mob-menu-toggle{
    color: #fff;
    display: none;
}
.submenu .fa-arrow-right {
    display: none;
    color: #fff;
    position: absolute;
    left: 10px;
}