.table_zero {
  border:0px;
}
body {
    color: #566787;
    background: #f5f5f5;
    font-family: 'Roboto', sans-serif;
}
.table-responsive {
    margin: 30px 0;

}
.table-wrapper {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
    font-size: 15px;
    padding-bottom: 10px;
    margin: 0 0 10px;
    min-height: 45px;
}
.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}
.table-title select {
    border-color: #ddd;
    border-width: 0 0 1px 0;
    padding: 3px 10px 3px 5px;
    margin: 0 5px;
}
.table-title .show-entries {
    margin-top: 7px;
}
.search-box {
    position: relative;
    float: right;
}
.search-box .input-group {
    min-width: 200px;
    position: absolute;
    right: 0;
}
.search-box .input-group-addon, .search-box input {
    border-color: #ddd;
    border-radius: 0;
}
.search-box .input-group-addon {
    border: none;
    border: none;
    background: transparent;
    position: absolute;
    z-index: 9;
}
.search-box input {
    height: 34px;
    padding-left: 28px;     
    box-shadow: none !important;
    border-width: 0 0 1px 0;
}
.search-box input:focus {
    border-color: #3FBAE4;
}
.search-box i {
    color: #a0a5b1;
    font-size: 19px;
    position: relative;
    top: 8px;
}
.table {
  border-spacing: 0px;
}
table.table tr th, table.table tr td {
    border-color: #000;
  font-size: 13pt;
  border-spacing: 0px !important;
}
table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}
table.table td a {
    color: #a0a5b1;
    display: inline-block;
    margin: 0 5px;
}
table.table td a.view {
    color: #03A9F4;
}
table.table td a.edit {
    color: #FFC107;
}
table.table td a.delete {
    color: #E34724;
}
table.table td i {
    font-size: 19px;
}    
.pagination {
    float: right;
    margin: 0 0 5px;
}
.pagination li a {
    border: none;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    padding: 0 10px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 30px !important;
    text-align: center;
}
.pagination li a:hover {
    color: #666;
}   
.pagination li.active a {
    background: #03A9F4;
}
.pagination li.active a:hover {        
    background: #0397d6;
}
.pagination li.disabled i {
    color: #ccc;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
}
.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}


.header {
  display: flex;
    justify-content: space-between;

    padding: 5px;
}
.header h1 {
    font-size: 30px;
    font-weight: bold;
  color: #000;
}

.header p {
    margin-bottom: 0px;
  color: #fff;
    font-weight: 600;
  font-size:19px;
      background-color: #0055ff;
}
.sub_header {
    display: flex;
    justify-content: space-between;
    border-top: 0;
  padding: 12px;
}
.table-wrapper {
  width:1000px;
  margin:auto;
}


.level_2_header {
  display: flex;
    justify-content: space-between;
  border:none;
}

.level_2_header span {
   border:1px solid #000;
   border-collapse: separate;
}
.level_2_header span {
  
}
.table {
  margin-bottom:0px;
}

.border-top-zero tbody tr:first-child td {
  border-top:0px !important;
}
.photo_frame_area {
  display:flex;
}
.photo_frame_area table {
    width: 50%;
}
img {
  max-width:100%;
}

.table td, .table th {
    padding: 8px !important;
}
.main_photo {
  text-align: center;
  vertical-align: middle !important;
height:380px !important;
}
.heading_frame {
  font-weight:bold;
  background-color:#0055ff;
color:#fff;
  text-align:center;
  text-transform:uppercase;
  font-size:20px;
  padding:6px;
  margin:0px;

}
.border_img {

    padding: 15px;
  width:50%;
}
.pencil_trace {

  width:75%;
}
.pencil_trace img {
  max-width:100%;
  height:160px;
  width:100%;
}

tbody tr td:first-child {
    background: #f5f6fa;
    width: 230px;
    
}

.header_right_side {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 20% 100%);
    background: #0055ff;
    flex-grow: 0.6;
    text-align: right;
    color: #fff;
    padding-right: 12px;
    padding-top: 12px;
  padding-bottom: 12px;
}
.header_right_side p {
  color:#fff;
  font-weight: 500;
  font-size:18px;
}
.white_bg {
  background-color:#fff !important;
  font-weight: normal !important;
}

.report_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.photo_frame_area table:first-child tbody tr td:last-child {
    border-right: 0px;
    font-weight: bold;
}
td.table_inner_head {
    background-color: #0055ff !important;
    color: #fff;
  font-weight: normal !important;
  font-size:18px;
}

.download {
  background-color: #0055ff  ;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.download:hover {
  background-color: #00610f;
}

.remarks_box {
  height:100px ;
}
.home_menu {
  background-color: #28a745;
    border: none;
    color: white !important;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 20px;
    text-decoration: none !important;
}
#valuation {
    font-size: 20px;
}
#result {
  text-transform:capitalize;
  font-weight:bold;
  font-style:italic;
}
.dual_table tr td:last-child {
    background-color: #8bc34a;
    color: #fff;
}


.display_photo tr td:first-child {
  width:50%;
}
img[src$="."], [src="profilepics/"] {
  background: url(./no_image.png) top center no-repeat;
  background-size: contain;
  height: 250px;
    width: 100%;
}
.w3-grey {
      background-color: #0055ff;
}
.w3-light-grey {
   background-color: #f1f1f1;
}
table.table tr .rating_cell {
  padding: 3px !important;
}
.rating_cell strong>span {
  position:relative;
}
.rating_cell strong>span img {
  width:80px;
}
.rating_cell {
  text-align:center;
}
.rating_cell i {
  color: #ffc107 !important;
  font-size: 30px !important;
  margin-top: 4px;
}
.rating_cell span > span {
    position: absolute;
    left: -2px;
    right: 0;
    margin: auto;
    text-align: center;
    color: #f8f9fa;
    top: -5px;
  font-size:26px;
}
.hd_top i {
  vertical-align:text-bottom;
  margin-right: 5px;
}
table tr .first_head {
  padding:0px !important;
}
table tr .first_head  h3 {
  border: 0;
}
.table_border_zero {
  border:0px !important;;
}
.reg_d_title {
  margin-top:0px;
  border-top:0px solid #000;
  font-weight:bold;
}
.download {
  margin-left:30px;
}

.text-right.page_one {
    padding-top: 15px;
}
table tr td.table_inner_head.table-zero {
  border-top:0px !important;
}
table tr td.b_rt_empty {
  border-right:0px !important;
}
img.page_one {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 120px;
}
.table_relative {
  position:relative;
}
table tr td.mobile_num {
  width:50% !important;
  background:#fff !important;
  padding:4px !important;
}
.left_side {
  height:120px;
}
span#numberInput {
    background: #f44336;
    padding: 14px 30px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    background-color: rgba(255, 0, 0, 1);
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background: url(./assets/price.png);
    background-size: 100% 100%;
}

.table_heading {
  text-transform:uppercase;
  font-weight:bold;
}
span.page_count {
    color: #000;
    font-size: 16px;
    margin: 7px 0px 0px 0px;
    display: inline-block;
}

.page2_row {
  display:flex;
      justify-content: space-between;
}
.page_2_count {
  padding-top:15px;
}
.user_name {
  text-align:center;
}
.user_name>span{
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}
.page3_heading {
  text-align: right;
  padding: 15px;
    border-bottom: 0;
}
.page3_heading p {
  margin-bottom:2px;
  color:#000;
}
.user_name.end p {
    margin-bottom: -2px;
}
.user_name.end {
    display: flex;
    align-items: center;
}
.name_size {
  font-size:24px !important;
}
.blue_color {
  color:#340b70 !important;
}
.note p {
  font-size: 14px;
    color: #000;
    margin-bottom: 0;
}
.note p::before {
    content: '*';
    color: #000;
}
img.page_2_logo {
    position: absolute;
    bottom: 85px;
    right: 10px;
}
tr.image_box_height td {
    height: 365px !important;
}
span.page_no {
    margin-top: 5px;
    display: inline-block;
}
.user_name>span strong, .user_name.end strong {
    font-size: 20px;
}
table tr td.email_num {
  padding:4px !important;
}
table tr td.address_cell {
  padding:4px !important;
}
table tr td.bor_top_zero {
  border-top:0px !important;
}
.page3_heading p strong {
    font-size: 18px;
}
td.white_bg.date_width {
    width: 50% !important;
}
p.name_size strong {
  font-weight:bold !important;
  font-size:26px;
}
table tr td.mobile_num strong, table tr .email_num.white_bg .table_cell {
    font-size: 20px;
}
td.white_bg.address_cell span strong {
    font-size: 19px;
}
.border_none {
  border:0px !important;
}

@media(min-width:1100px) {
  .table-wrapper {
    display:block;
  }
  .home_menu {
    display:inline-block;
  }
}

@media print {
  .header p {
    margin-bottom: 0px;
  color: #fff;
    font-weight: 600;
  font-size:19px;
      background-color: #0055ff !important;
}
  .table-wrapper {
     display:block;
  }
  .hide_print {
     display:none;
  }
  table tbody tr td {
    font-size: 22px !important;
    border-spacing: 0px;
  }
  .break {
    page-break-after : always;
  }
  .heading_frame {
    background-color:#0055ff !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .header_right_side {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 20% 100%);
    background: #0055ff;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    flex-grow: 0.6;
    text-align: right;
    color: #fff;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  td.table_inner_head {
    background-color: #0055ff !important;
    color: #fff;
  }
  .rating_cell i {
    color: #fff !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .table thead tr td,.table tbody tr td{
    font-size: 10px !important;
    -webkit-print-color-adjust:exact ;
  }
  .photo_frame_area table:first-child tbody tr td:last-child {
    -webkit-print-color-adjust:exact ;
  }

  tbody tr td:first-child {
    background-color: #f5f6fa !important;
    font-weight: bold;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }
  table tr td.table_inner_head {
    background-color: #0055ff !important;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }
  .dual_table tbody tr td:last-child {
    background-color: #8bc34a !important;
    color: #fff !important;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }
  html body table tr td.white_bg {
    background-color:#ffffff !important;
    font-weight: normal !important;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }
  table td span {
    font-size:18px;
  }
  .table_heading {
    font-size:19px;
    font-weight:bold;
  }
  .date_width {
    width:260px !important;
  }
 
  .table-responsive {
    margin-top:0px !important;
  }
}
