.top{
  margin-top: 30px; 
}

.viewproperty_warp .ks-icon{
font-size: 12px !important;
}

.amenities_warp img {
    height: 50px;
    width: 50px;
    margin-bottom: 15px;
}

.bank_img .image {
    height: 182px;
    margin-bottom: 20px;
}

.bank_warp img {
    height: 100px;
    width: 100%;
    margin-bottom: 15px;
}

/*========================
    Global Classes
========================*/


.pull_right{
  float: right;
}

.weekly-error{
   color: #f05050;
    font-size: 12px;
    font-weight: 500;
}

#datatable_length {
    margin: 5px 15px;
}

#datatable_filter {
    margin: 5px 15px;
}

.form_wrap {
    padding-top: 120px;
}

.close_btn{
  float: right;
  margin:0 15px 0 0;
}

.display_none{
  display: none !important;
}

.ks-nav-body{
    background: #f1f1f1;
}
en {
    color: red;
}

.amc_info{
  color: #4caf50;
font-weight: 500;
font-size: 17px;
}

.padding_right{
  padding-right: 30px;
}

body .form_wrap,
body>.form_wrap {
    background: #f4f5f5 !important;
}

.valign td {
    vertical-align: middle;
}

.no_display {
    display: none;
}

.error {
    color: #f05050;
    font-size: 12px;
    font-weight: 500;
}

.v_align td {
    vertical-align: middle;
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}
.mt-30{
  margin-top: 30px;
}
.card-box {
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    position: relative;
    background-color: #ffffff;
}

.remarks .card-box {
    padding: 20px;
    border: 0px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 0px;
    position: relative;
    background-color: #ffffff;
}

.title-box {
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    position: relative;
    background-color: #ffffff;
}

.container form{
    margin: 30px 0 100px 0;
}
/*=====================
    File Upload
=======================*/

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    transform: translate(-300px, 0) scale(4);
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileupload {
    padding-left: 0;
    margin-bottom: 20px;
}

.fileupload h4 {
    margin: 0 0 10px;
}

.fileupload .fileupload-preview+div {
    display: inline-block;
    margin-left: 10px;
}

.fileupload .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
}

.fileupload .thumbnail>img {
    display: block;
    max-height: 100%;
    vertical-align: middle;
}

.fileupload .thumbnail.fileupload-small {
    width: 50px;
    height: 50px;
}

.fileupload .thumbnail.fileupload-small.flexible {
    width: auto;
    height: auto;
    max-width: 75px;
    max-height: 75px;
}

.fileupload .thumbnail.fileupload-large {
    width: 160px;
    height: 160px;
    border: 1px solid #ddd;
    padding: 2px;
}

.fileupload .thumbnail.fileupload-large.flexible {
    width: auto;
    height: auto;
    max-width: 350px;
    max-height: 250px;
}

.fileupload .thumbnail+.btn {
    margin-bottom: 5px;
}

.fileupload .thumbnail+.btn+.btn {
    margin-bottom: 5px;
}

.fileupload .btn {
    vertical-align: middle;
}

.fileupload .form-control {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}

.fileupload .raw.thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-new .input-group-addon .btn-file {
    border-radius: 0 4px 4px 0;
}

.fileupload-exists .input-group-addon .btn-file {
    border-radius: 0;
}



/*========================
    Page Loading 
========================*/

.page_loading {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    /*
background: rgba(95, 190, 170,0.5);
background: rgba(255, 255, 255,0.7);
background: rgba(168, 183, 199,0.7);
background: rgba(0, 0, 0,0.7);*/
    background: rgba(46, 60, 84, 0.6);
    display: none;
}

.overlay {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loading_image {
    background: rgba(255, 255, 255, 1);
    width: 250px;
    height: 250px;
    position: fixed;
    top: 33%;
    left: 41%;
    z-index: 11;
    border-radius: 20px;
}

.load_img {
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
}

.load_img img {
    width: auto;
    overflow: hidden;
    margin: 45px auto 0 auto;
}

.load_text {
    text-align: center;
    margin: 0px 0 18px 0;
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    bottom: 10px;
    width: 100%;
}

@media (max-width: 748px) {
    .loading_image {
        background: #FFF;
        width: 180px;
        height: 180px;
        position: fixed;
        top: 33%;
        left: 27%;
        z-index: 11;
        border-radius: 10px;
    }
    .load_img img {
        width: 55%;
        overflow: hidden;
        margin: 25px auto 0 auto;
    }
    .load_text {
        text-align: center;
        margin-top: 0px;
        font-size: 14px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .logo img {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .mom_wrap {
        margin-left: 12%;
    }
}

@media only screen and (max-width: 768px) {
    .items li {
        width: 100% !important;
    }
}

.text_center {
    text-align: center;
}

.thick {
    font-weight: bold;
}

/*
========================
  Form Footer Fixed
========================
*/

.form_submit_footer {
    background: rgba(255, 255, 255, 0.8);
    background-size: 100%;
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ddd;
}

.own_breadcrumb{
    list-style-type: none;
}

.view_page{
    margin: 30px 0px;
}

.view_page_bill_warp{
    margin: 0px 0px 30px 0px;
}

.view_page_bill{
  margin: 10px 0px; 
}

.view_page_btn_warp{
  margin: 10px 0px -15px 0px;
}

.view_page.customer_info{
    margin: 100px 0px;
}

.view_page .ks-icon{
    font-size: 25px;
}
.view_table{

}

.view_table td{
    padding: 10px 15px
}

/* =============
   Timelines
============= */
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 2em 0;
  position: relative;
}
#cd-timeline::before {
  background: #ffffff;
  content: '';
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 4px;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-bottom: 3em;
    margin-top: 3em;
  }
  #cd-timeline::before {
    left: 25%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  margin: 2em 0;
  position: relative;
}
.cd-timeline-block:after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}
.cd-timeline-img.cd-success {
  background: #81c868;
}
.cd-timeline-img.cd-info {
  background: #34d3eb;
}
.cd-timeline-img.cd-pink {
  background: #fb6d9d;
}
.cd-timeline-img.cd-danger {
  background: #f05050;
}
.cd-timeline-img.cd-primary {
  background: #5d9cec;
}
.cd-timeline-img.cd-warning {
  background: #ffbd4a;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 25%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
.cd-timeline-content {
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 0;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  margin-left: 60px;
  padding: 1em;
  position: relative;
}
.cd-timeline-content img {
  display: block;
  width: 100%;
}

.cd-timeline-content i{
  font-size: 21px;
}
.cd-timeline-content:after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  margin-top: 0;
}
.cd-timeline-content p {
  color: #666666;
  font-size: 14px;
  margin: 10px 0px 10px 0px;
}

.cd-timeline-content p span.calllog_remarks{
  color: #666666;
  font-size: 13px;
  margin: 10px 0px 10px 0px;
}

.cd-timeline-content .cd-read-more {
  background: #acb7c0;
  border-radius: 0.25em;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: .8em 1em;
}
.cd-timeline-content .cd-date {
  display: inline-block;
  font-size: 14px;
}
.cd-timeline-content h3 {
  font-size: 16px;
  margin: 0px;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 68%;
    float: right;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
/* Time line 2 */
.timeline-2 {
  border-left: 2px solid #98a6ad;
  position: relative;
}
.timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: #98a6ad;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.time-item {
  border-color: #dee5e7;
  padding-bottom: 1px;
  position: relative;
}
.time-item:before {
  content: " ";
  display: table;
}
.time-item:after {
  background-color: #ffffff;
  border-color: #98a6ad;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.time-item-item:after {
  content: " ";
  display: table;
}
.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}
.item-info p {
  margin-bottom: 10px !important;
}

.gallery.row img{
  margin-bottom: 15px;
}

.card-block.ticket p{
  padding: 0 20px;
}

.permission_checkbox label{
  padding-left: 5px;
}


.divider {
    margin-bottom: 300px !important;
}

/*--------  Common -------------*/

.view_page .ks-icon.la-key {
    font-size: 20px;
}

.select_box{
  padding: 10px 20px;
font-size: 16px;
margin: 5px 0 !important;
}

/* Dropdown */

.dropdown-menu {
    padding: 4px 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 100%
}

.dropdown-menu>li>a {
    padding: 5px 10px;
    font-size: 13px;
    color: #000;
    display: block;
}


.dropdown-menu>li>a:hover {
    padding: 5px 10px;
    background: #42a5f5;
    font-size: 13px;
    color: #fff;
    display: block;
}


.dropup .dropdown-menu {
    box-shadow: 0px -1px 5px 0 rgba(0, 0, 0, 0.26);
}


/*---------------
      Calls
-----------------*/

#customer_info{
  margin-bottom: 30px;
}

#cd-timeline.userinfo {
    margin-bottom: 3em;
    margin-top: 0em;
}

#cd-timeline.userinfo {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1em 0;
    position: relative;
}

.cd-container.userinfo {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
}

.customer_add{
  height: 40px;
}

.customer_search_warp{
  margin-bottom: 30px;
}

.modal-dialog.add_customer_warp {
    max-width: 700px;
    margin: 30px auto;
}


/*=====================
    Assign Calls
=======================*/

.assigncall_warp .card-header{
  padding: 10px 0 0px 20px !important;
}

.Employee_list_warp .Employee_info{
  margin-top: 0;
  margin-bottom: 1rem;
}

.Employee_info>a {
    font-weight: 500;
}

.Employee_info>a>.ks-avatar {
    margin-right: 12px;
}

.ks-avatar {
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.Employee_info>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    color: #333;
    padding: 15px 0px 15px 20px; 
}

.Employee_info>a>.ks-body>.ks-name {
margin-bottom: 3px;
font-size: 15px;
}

.Employee_info>a>.ks-body>.ks-name>.ks-time {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #222;
    position: relative;
    top: 3px;
}
.Employee_info>a>.ks-body>.ks-message {
    font-size: 12px;
    margin-bottom: 5px;
}

.Employee_info>a>.ks-body>.badge {
    display: inline-block;
    padding: 7px 6px 7px 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}


/*=====================
    Import Excel
=======================*/

.btn>.ks-icons {
    margin: 0;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    height: 37px;
    width: 36px;
    margin-left: 3px;
    margin-right: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn > .ks-text.cus_btn {
    padding-right: 0px;
    margin-left: 12px;
}


.reassign_title .title{
  float: left;
}

.reassign_title .change_btn{
  float: right;
}

.chapter_locations_wrap .selected_locations {
    background: rgb(76, 175, 80,.2);
    padding: 8px 8px;
    margin-bottom: 5px;
    font-size: 14px;
}

.chapter_locations_wrap .selected_locations i {
    font-size: 1.1em;
    cursor: pointer;
    color: #fc4a52;
}

.helper_list_wrap .selected_locations {
    background: rgb(76, 175, 80,.2);
    padding: 8px 8px;
    margin-bottom: 5px;
    font-size: 14px;
}

.helper_list_wrap .selected_locations i {
    font-size: 1.1em;
    cursor: pointer;
    color: #fc4a52;
}

.product_type{
  margin-bottom: 5px !important;
margin-top: 0px !important;
}

.customer_details_header_warp{
  position: relative;
}

.customer_details_header_warp .create_password{
  position: absolute;
  top: 20px;
  right: 20px;
}

.customer_details_header_warp .active_account{
  position: absolute;
  bottom: -40px;
  right: 20px;
}


.customer_details_header_warp .active_account span{
  font-size: 25px;
  color: green;
}

.customer_details_header_warp .active_account span.text{
  font-size: 15px;
}

.logo{
  margin-bottom: 40px;
}

.logo img{
  width: 100%;
}

.main_logo img{
 /* width: 100%;*/
  width: 150px;
}

.ks-text .la-check-circle{
  font-size: 25px;
  color: #1ab91a;
  font-weight: 600
}

.ks-text .la-exclamation-circle{
  font-size: 25px;
  color: #f31919;
  font-weight: 600
}

/*------------------------------------------
            Print Page
--------------------------------------------*/

.print_bill_wrap {
    height: 1000px;
    width: 100%;
    margin: 0 auto 30px auto;
    border: 1px solid #222;
    position: relative;
}

.print_bill_wrap.customer_copy {
    margin-top: 50px;
}

.print_bill_wrap .header {
    border-bottom: 1px solid #222;
    padding: 10px;
    text-align: center;
}

.print_bill_wrap .header h4 {
    margin: 0;
    line-height: 18px;
}

.print_bill_wrap .header h5 {
    margin: 0px 0 5px 0;
    text-transform: uppercase;
}

.print_bill_wrap .header p {
    margin: 0;
    text-transform: uppercase;
}

.print_bill_wrap .body {
    padding: 0;
}

.print_bill_wrap .body .info_table {
    width: 100%;
}

.print_bill_wrap .body .info_table td {
    padding: 3px;
}

.print_bill_wrap .body .info_table td p {
    line-height: 21px;
    margin: 0;
}

.print_bill_wrap .body .info_table td h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 3px;
    padding-top: 4px;
}

.print_bill_wrap .body .info_table td h4,
.print_bill_wrap .body .info_table td h6 {
    margin: 0;
    line-height: 13px;
    text-transform: capitalize;
}

.print_bill_wrap .body .pledge_head {
    font-size: 14px;
    padding: 3px;
    margin: 5px 0;
}

.print_bill_wrap .body .header_table {
    width: 100%;
    border-bottom: 1px solid #222;
}

.print_bill_wrap .body .header_table td {
    vertical-align: middle;
}

.print_bill_wrap .body .header_table .logo_part {
    border-right: 1px solid #222;
}

.print_bill_wrap .body .header_table .logo_section {
    padding: 0px 0px 0px 0px;
    min-height: 85px;
  /*  margin-bottom: 24px;*/
}

.print_bill_wrap .body .header_table .logo_section img {
    /*float: left;*/
    width: 350px;
    padding-top: 0px;
}

.print_bill_wrap .body .header_table .logo_part .logo_section .tin-cst {
    margin-top: 0px;
}

.print_bill_wrap .body .header_table .logo_part .logo_section .estimate_address {
    /*padding-top: 7px;*/
    padding-top: 0px;
}

.print_bill_wrap .body .header_table .logo_section .estimate_address p {
    font-size: 11px;
    padding-left: 12px;
    margin-bottom: 10px;
}

.print_bill_wrap .body .header_table .logo_section p {
    font-size: 14px;
}

.print_bill_wrap .body .header_table .address_left {
    float: left;
    margin-top: -9px;
    /*margin-right: 44px;*/
}

.print_bill_wrap .body .header_table .address_right {
    float: right;
    padding-right: 4px;
    margin-top: -9px;
}

.print_bill_wrap .body .header_table .address {
    border-top: 1px solid #222;
    padding: 4px;
    font-size: 11px;
}

.print_bill_wrap .body .header_table tr.logo_header {
    height: 50px !important;
}

.print_bill_wrap .body .header_table .invoice_no h1 {
    font-size: 14px;
    margin: -10px 0px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.print_bill_wrap .body .header_table .invoice_no h4 {
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    line-height: 20px;

}

.print_bill_wrap .body .header_table .invoice_no h4.inv_date {
    font-size: 14px;
    margin: 0px 0px 0px 0px;

}

.print_bill_wrap .body .header_table .address p {
    margin: 0;
    padding: 0px;
    font-size: 11px;
}

.print_bill_wrap .body .header_table tr .name_part {
    border-top: 1px solid #222;
    border-right: 0px solid #222;
    height: 25px;
    vertical-align: top;
    padding: 0px;
}

.print_bill_wrap .body .header_table tr .name_part .name_section {
    font-size: 18px;
    float: left;
    padding-left: 10px;
    margin-top: 8px;
}

.print_bill_wrap .body .header_table tr .name_part .company_ph {
    font-size: 11px;
    float: right;
    padding-right: 15px;
    padding-top: 10px;
}

.print_bill_wrap .body .header_table tr .name_part .name_section h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}


.print_bill_wrap .body .estimate_table_print td.left_align.product_warp {
    font-size: 15px;
    font-weight: 500;
}

.print_bill_wrap .product_warp span.product_name {
    font-size: 12px;
    font-weight: 500;
}



.print_bill_wrap .body .header_table tr .name_part .name_section p {
    font-size: 13px;
    line-height: 5px;
}

.print_bill_wrap .body .header_table tr .name_part .company_ph p {
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 7px;
}

.print_bill_wrap .body .header_table .company_ph .tin {
    font-size: 13px;
    margin: 0;
    float: left;
}

.print_bill_wrap .body .header_table .company_ph .ph {
    font-size: 13px;
    float: right;
    margin: 0 20px 0 0;
}

.print_bill_wrap .body .header_table .cash_type h4 {
    font-size: 15px;
    margin: 5px 5px 5px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.print_bill_wrap .body .estimate_table_print {
    width: 100%;
    border-bottom: 1px solid #222;
    /*min-height: 510px;*/
}

.print_bill_wrap .body .estimate_table_print thead {
    border-right: 0px solid #222;
}

.print_bill_wrap .body .estimate_table_print th {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    padding: 2px 5px;
    vertical-align: middle;
    line-height: 25px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.print_bill_wrap .body .estimate_table_print th:last-child {
    border-right: 0 solid #222;
}

.print_bill_wrap .body .estimate_table_print tr {
    border-right: 0px solid #222;
}

.print_bill_wrap .body .estimate_table_print td {
    border-left: 0px solid #222;
    border-right: 1px solid #222;
    padding: 8px 5px;
    vertical-align: top;
    height: 480px !important;
    text-align: center;
    font-size: 14px;
}

.print_bill_wrap .body .estimate_table_print td.product {
    text-align: left !important;
}

.print_bill_wrap .body .estimate_table_print td.amount {
    text-align: right !important;
}

.print_bill_wrap .body .estimate_table_print td:last-child {
    border-right: none;
    /*border-right: 1px solid #222;*/
}

.print_bill_wrap .body .estimate_table_print td.left_align {
    text-align: left;
}

.print_bill_wrap .body .estimate_table_print td.right_align {
    text-align: right;
    padding-right: 15px;
}

.print_bill_wrap .body .value_table {
    width: 100%;
    margin: 0px auto;
}

.print_bill_wrap .body .value_table .total {
    height: 0px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    padding-left: 9px;
    vertical-align: top;
    line-height: 9px;
    width: 66%;
}

.print_bill_wrap .body .value_table .grand_total {
    width: 100%;
    min-height: 140px;
}

.print_bill_wrap .body .value_table .grand_total td {
    height: 0px;
    border-right: 0px solid #222;
    font-size: 15px;
    line-height: 19px;
}

.print_bill_wrap .body .value_table .grand_total .grand {
    text-align: right;
    width: 45%;
    padding-right: 15px;
}

.print_bill_wrap .body .value_table .total h4 {
    font-weight: bold;
    line-height: 21px;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 12px;
}

.print_bill_wrap .body .value_table .total p {
    text-transform: capitalize;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 5px;
}

.print_bill_wrap .body .value_table td {
    padding: 3px;
}

.print_bill_wrap .body .value_table td:last-child {
    border-right: 0;
}

.print_bill_wrap .body .value_table td p {
    line-height: 23px;
    margin: 0;
}

.print_bill_wrap .body .value_table .terms {
    border-right: 1px solid #222;
}

.print_bill_wrap .body .value_table .terms h4 {
    text-decoration: underline;
    font-weight: bold;
    line-height: 8px;
    font-size: 15px;
    padding-left: 10px;
}

.print_bill_wrap .body .value_table td ol {
    padding-left: 28px;
    font-style: normal;
    font-size: 13px;
}

.print_bill_wrap .body .value_table .sign_part {
    border-top: 1px solid #222;
    vertical-align: top;
    font-weight: bold;
}

.print_bill_wrap .body .value_table .sign_part h5 {
    font-weight: bold;
    margin-top: 15px;
    font-size: 17px;
    float: left;
    padding-left: 20px;
    /*float: right;
    padding-right: 15px;*/
}

.print_bill_wrap .body .value_table .sign_part h6 {
    font-weight: bold;
    margin-top: 100px;
    padding-right: 0px;
    padding-left: 20px;
    font-size: 16px;
}

.print_bill_wrap .body .header_table tr {
    height: 28px;
}

.print_bill_wrap .body .header_table td {
    padding: 2px 5px;
}

.print_bill_wrap .body .header_table .footer {
    background-color: #ccc;
    font-weight: bold;
}

.print_bill_wrap .body .header_table .footer td {
    height: 30px;
    border-right: none;
    border-top: 1px solid #222;
}

.print_bill_wrap .body ol {
    padding: 0 12px;
    margin-top: 15px;
}

.print_bill_wrap .body .sign_table {
    height: 215px;
}

.print_bill_wrap .body .sign_table tr td h3 {
    font-size: 16px;
    margin: 0;
}

.print_bill_wrap .body .sign_table tr td h4 {
    font-size: 16px;
    margin: 0;
    text-align: right;
}


/*---end---*/

.print_page_btn {
    background: #fff;
    width: 100%;
    padding: 0px;
    margin: 10px auto;
}

.print_close_btn {
    position: absolute;
    top: -50px;
    right: 0px;
}

.print_header {
    background: #fff;
    padding: 10px;
    margin: 0px auto 10px auto;
    width: 670px;
}

.print_header a {
    float: right;
}



/*
========================
    Search Filters
========================
*/


.filter_tag_wrap {
    margin: 5px 0 20px 0;
    border-bottom: 1px solid #ddd;
   
}

.tag_element {
    margin: 5px 10px 8px 30px ;
    /*float: left;*/
    display: inline-block;
}

.tag_element .type_name {
    margin: 5px 10px 10px 0px ;
    float: left;
    display: inline-block;
}

.remove_filters {
    margin: 5px 30px 10px 30px ;   
    display: inline-block;
}

.btn.btn-right-icon>i {
    float: right;
    margin: 0 -4px 0 6px;
    font-size: 15px;
    font-weight: 700;
}


.btn.btn-sm.search_btn {
    font-size: 12px;
    padding: 5px 15px;
    height: 40px;
}

.search_filter .form-control.error {
    display: initial !important;
    width: 100%;
    padding: .5rem .75rem;
    padding-right: 0.75rem;
    font-size: 12px;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
     border-color: #ef5350;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.tag_element strong{
color: #42a5f5;
}


.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 99999 !important;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.container.print{
  background-color: #fff;
}

.tag_element p.result_count{
  margin-bottom: 0 !important;
}

.skip_submit_btn {
  margin-top: 0px !important;
   margin-bottom: 10px !important;
}


.ks-widget-payment-total-amount .ks-payment-total-amount-item-amount > .ks-amount.amt_summary {
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0;
}

.collection.background_white{
  background-color: #fff;
}



/*
========================
  Add New Contact page
========================
*/

.contact_person_item {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin: 25px 0 10px 0;
    position: relative;
}

.contact_person_item .remove_contact {
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    opacity: 0.8;
    color: #F3565D;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 50px;
}

.contact_person_item .remove_contact i {
    font-size: 2.5em;
}

.contact_person_item a:hover {
    opacity: 1;
}

.contact_person_item .icon_contact {
    text-align: center;
    background-color: #fff;
    padding: 15px;
}

.add_new_pr_link {
    text-align: center;
    padding: 10px 0 0 0;
    width: 80%;
    margin: 0px auto;
}

.add_new_pr_link button {
    font-size: 14px;
    background: #ddd;
    padding: 15px 25px;
    margin-top: 5px;
    font-weight: bold;
}

#regenerateMap {
    float: right;
    text-transform: none;
    font-weight: normal;
}


.week_item .remove_sales_item {
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    opacity: 0.8;
    color: #F3565D;
    top: -15px;
    right: -15px;
    border-radius: 50px;
}

.week_item .remove_sales_item i {
    font-size: 2.4em;
}

.week_item .remove_contact_item {
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    opacity: 0.8;
    color: #F3565D;
    top: -15px;
    right: -15px;
    border-radius: 50px;
}

.week_item .remove_contact_item i {
    font-size: 2.4em;
}

.week_item .remove_vehicle_item {
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    opacity: 0.8;
    color: #F3565D;
    top: -15px;
    right: -15px;
    border-radius: 50px;
}

.week_item .remove_vehicle_item i {
    font-size: 2.4em;
}

.add_vehicle_value .add_new {
    position: absolute;
    top: 20px;
    right: 20px;
}


.add_invoice .container-fluid {
    margin: 50px 0 50px 0;
}

.minheight{
  min-height: 400px;
}

/*--------------------------
      Payment
----------------------------*/

    .gold_coin_loan_wrap {
        position: relative;
        background: #fff;
        padding: 20px 25px 12px 26px;
        border-radius: 3px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
        margin-bottom: 20px;
    }
    
    .gold_coin_loan_wrap ul {
        margin-bottom: 20px;
        padding: 0;
    }
    
    .gold_coin_loan_wrap ul li {
        margin: 0;
        padding: 0px 40px 0 0;
        list-style-type: none;
        display: inline-block;
    }
    
    .gold_coin_loan_wrap ul li h2 {
        margin: 0;
        font-size: 15px;
    }
    
    .gold_coin_loan_wrap ul li h2 a {
        margin: 0;
        font-size: 15px;
        margin-left: 5px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 1px dashed #337ab7;
    }
    
    .gold_coin_loan_wrap ul li h3 {
        margin: 0;
        font-size: 15px;
    }
    
    .gold_coin_loan_wrap ul li h4 {
        margin: 0 0 0 45px;
        font-size: 15px;
    }
    
    .gold_coin_loan_wrap ul li h3 span {
        margin: 0;
        font-size: 15px;
        margin-left: 5px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .has_gold_loan {
        position: absolute;
        top: 18px;
        right: 35px;
    }
    
    .gold_diamond_info {
        margin-bottom: 20px;
    }

    .form-group label .help_text{
      font-size: 12px;
      color: #f61212;
    }

    .leads_warp ul{
    display: flex;
    margin-left: -40px !important;
 }

  .leads_warp ul li{
    list-style: none;
    background-color: #286a4c;
    padding: 12px;
    font-size: 13px;
    border-radius: 50px;
    margin: 0 15px 0 0;  
 }

  .leads_warp ul.add_lead li{
    margin: 0 0px 0 0;  
 }

 .leads_warp ul li:hover{
    background-color: #d5343e;
 }

 .leads_warp ul li.active{
    background-color: #d5343e ;/*48d897*/
 }

  .leads_warp ul li a{
    text-align: center;
    color: #fff;
  }

   .leads_warp ul li.active{
    
 }


    /*
==============================
  Multiple Image Uploader
==============================
*/

.product_image_list_wrap h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.product_image_list_wrap h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.image_list {
    padding: 0;
    margin: 5px 0;
}

.image_list li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    margin: 5px;
}

.image_list li .product_image_item {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.image_list li .product_image_item img {
    width: 150px;
    border: 1px solid #ddd;
}

.image_list li .product_image_item p {
    margin: 0;
    line-height: 15px;
    padding: 0;
    text-align: right;
    padding: 10px 0 0 0;
}

.image_list li .product_image_item p>a {
    background: #fff;
}

.image_list li .product_image_item p>a:hover {
    color: #fc4a52;
}

.image_list li .product_image_item p>a>i {
    font-size: 1.2em;
}