﻿.lblSpan span
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.SublblSpan span
{
    color: #6F4949;
    font-size: 12px;
    font-weight: 600;
}


.lbltextAdd
{
    color: #6F4949;
    font-size: 12px;
    font-weight: 600;
}


.lbltext
{
    font-size: 14px !important;
    font-weight: 100 !important;
    color: #000 !important;
}

.border-property::after {
    border-bottom: 1px solid #cccaca;
	bottom: -15px;
    content: "";
    left: -15px;
    position: absolute;
    width: 96%;
}

input[type="text"] {
    background: rgba(0, 0, 0, 0);
    padding: 5px 10px;
    box-shadow: 0 0 0;
    border: 0;
    border-right: 1px solid #a5a5a5 !important;
}

.address-property-search {
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    display: inline-block;
    width: 100% !important;
}

.government-main h4, .challan-main h4 {
    font-size: 16px;
    font-weight: 300;
    color: #817a7a;
    margin-bottom: 15px;
}

.logo {
    margin-right: 15px;
    display:inline-block !important;
}

header {
    background: #2ea9ff;
    color: #fff;
}
.street-no {
    width: 87%;
}

 .address-property-search .search-icon {
    background-position: 14px 8px;
}

.search-icon {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    background-image: url("../images/search.png");
    background-position: 18px 7px;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    float: right;
    text-indent: -9999px;
}
.pull-right {
    float: right !important;
}

.mt20 {
    margin-top: 25px !important;
}

.number {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

p {
    margin:0px !important;
}

.reportlink
{
     cursor:pointer;
}


::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}