﻿@font-face {
    font-family: Draft;
    src: url('DraftB-Regular.otf');
}

@font-face {
    font-family: Draft;
    font-weight: bold;
    src: url('DraftB-RegularIta.otf');
}


.bgpattern {
    background-image: url(/img/bg-pattern2.png);
}

.required {
    background-color: #FFFFCC;
}

.label-blue{
    border: 1px solid blue;
    background-color: skyblue
}
.col-no-padding-right {
    padding-right:0px !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}
.pt-25 {
    padding-top: 25px;
}

.tbl_parcel_Details
{

}
.lbl-header{
    font-size:16px
}

.txtBold{
    font-weight:bolder;
}

.gvRowRed{
    background-color:red;
}


lbl-mt4 {
    margin-top: 4px !important;
}

.lbl-bold{
    font-weight: bold !important;
}
.pr0{
    padding-right: 0px;
}
.pl3{
    padding-left:3px !important; 
}
.thstyle {
    font-weight: bolder;
    font-size: 12px;
}

.lbl-align-left
{
    text-align:left !important;
}

.textbox-height {
    height: 28px;
}
.text-capital{
    text-transform:uppercase;
}

input[type="checkbox"]:disabled {
    margin-top: 7px !important;
}


input[type="submit" i]:disabled {
    color: #fff;
    background-color: grey;
    border-color: grey;

    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.2;
    border-radius: 4px;
}

input[type="text"]:disabled {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    /* line-height: 1.5; */
    line-height: 1.0;
    color: lightgrey;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dde2ec;
    border-radius: 4px;
}


select[disabled='disabled'] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    /* line-height: 1.5; */
    line-height: 1.0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dde2ec;
    border-radius: 4px;
}

.button-grid {
    padding: .25rem .5rem;
    font-size: .775rem;
    color: #fff;
    background-color: #047bf8;
    border-color: #047bf8;
    border-radius: 4px;
}

tr.rows:hover {
    background-color: pink !important;
}

.text-no
{
    text-align:right;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/load.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.kpi {
    height: 10px;
    width: 20px;
    margin-top: 8px;
    margin-right: 5px;
}

.ui-dialog-title {
    text-align: center !important;
}

