﻿
input[type=text],textarea {
   
    outline: none !important;
    border: 0.1em solid #DDDDDD !important;
 
} 

input[type=text]:disabled {
    background-color : #efefef;

}
 textarea:disabled {
    background-color : #efefef;

}

input[type=submit]{
      cursor:pointer;
      outline:0 !important;
     }

input[type=button]{
    cursor:pointer;
    outline:0 !important;
}

textarea {
 
    resize:none !important;
} 
/* Error style */
.ErrorControl {

        background-color:#FBE3E4;
        border: solid 1px Red;
}
/* Modal Popup */
.modalBackground {
           background-color: Black;
           filter: alpha(opacity=60);
           opacity: 0.6;
           z-index:1000!important
}
.modalPopup
    {
        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0;
        width: 720px;
        height:900px;
    }
.modalPopup .header
    {
        /*background-color : #2FBDF1;*/
        /*background-color: #9F9F9F;*/
        height: 50px;
        /*color: White;*/
        line-height: 50px;
        text-align: center;
        font-family:Verdana;
        font-weight: bold;
        font-size:medium;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
.modalPopup .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-family:Verdana;
    }
.modalPopup .footer
    {
        padding: 6px;
    }
.modalPopup .CopyTenants, .modalPopup .cancel
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }
.modalPopup .CopyTenants
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
.modalPopup .cancel
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

/* Holdover Note */
.pnlNote{
    width:420px;
    text-align:left;
    font-family:Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size:large;
    height:100px;
    background-color: #F3E2A9;
    position:absolute;

}
.NoteHeader {

    background-color:darkgrey;

}
.lstbxHL option  {

     font-family:Cambria, Cochin, Georgia, Times, Times New Roman, serif;
     font-size:medium;
    

}
.lstbxHL_ToImprove

{
    
	scrollbar-base-color:   oldlace;
	scrollbar-3dlight-color: Blue;
	scrollbar-arrow-color:  cornsilk;
	scrollbar-track-color:  oldlace;
	scrollbar-shadow-color: Blue;
	scrollbar-darkshadow-color: WhiteSmoke;
	scrollbar-face-color:  wheat;
}

/* Default */
.btnRegister {
            background-color: transparent;
            border: none;
            color: blue;
            cursor: pointer;
            text-decoration: underline;
            font-weight: bold;
            padding: 0px;
        }
.login{
  width: 100%;
  background: #fff;
  margin: 0 auto;
  min-height: 400px;
  padding: 10px;
 
}
.login-main {
  border: 2px solid #7397D1; 
  min-height: 400px;

 /*  -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
     */
    box-shadow: -8px 10px 14px -7px #276873;
   
   }
.login-top {
  padding: 45px 0px;
  text-align: center;
  position: relative;
}
.login-top h1 {
  font-size: 26px;
  font-weight: 500;
  color: #37588B;
  margin: 10px 0px 35px 0px;
}
 span.anc-color {
  color: #8E8E8E;
  font-weight: 300;
}
.login-top input[type="text"] :-webkit-input-placeholder {
  color:#9F8D78;
}
.login-bottom {
  width: 62%;
  margin: 25px auto 70px 49px;
}
.login-top  i:before {
	background-color: #2da5da;	
}
.btnLogin1 {
  background: #37588B;
  color: #FFF;
  border:none;
  font-size: 23px;
  font-weight: 400;
  padding: 10px 0px;
  width: 62%;
  cursor: pointer;
  outline: none;
   -webkit-appearance: none;  
}
.btnLogin1:hover{
	background:#777;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
   -webkit-appearance: none;  
}
.login-top h4 {
  font-size: 19px;
  font-weight: 400;
  color: #bababa;
  margin: 15px 0px 16px 0px;
}
.login-top h5 {

  font-family:'Times New Roman';
  font-size: 14px;
  font-weight: 200;
  color: #bababa;
  margin: 15px 0px 16px 0px;
}

 .rstUnPwd h6 {

  font-family:'Times New Roman';
  font-size: 20px;
  font-weight: 300;
  color: #4f4c4c;
  margin: 15px 0px 16px 0px;

}

.rstUnPwd {

  border: 2px solid #7397D1; 
  min-height: 300px;
  box-shadow: -8px 10px 14px -7px #276873;
  padding:5%; 


}

.email {
        background: url(../images/email.png)no-repeat 7px 17px;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        padding: 15px 10px 15px 33px;
        width: 55%;
        display: block;
        border: 1px solid #8b8b8b;
        outline: none;
        margin: 30px auto 20px;
        -webkit-appearance: none;
 }
.password{
   background: url(../images/lock.png)no-repeat 8px 14px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding: 15px 10px 15px 33px;
  width: 55%;
  display: block;
  border: 1px solid #8b8b8b;
  margin: 0 auto;
  outline:none;
  -webkit-appearance: none;
}
.emailerr {
        background: url(../images/email.png)no-repeat 7px 17px;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        padding: 15px 10px 15px 33px;
        width: 55%;
        display: block;
        outline: none;
        margin: 30px auto 20px;
        -webkit-appearance: none;
        background-color:#FBE3E4;
        border: solid 1px Red;
}
.pwderr {
        background: url(../images/lock.png)no-repeat 8px 14px;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        padding: 15px 10px 15px 33px;
        width: 55%;
        display: block;
        margin: 0 auto;
        outline:none;
        -webkit-appearance: none;
        background-color:#FBE3E4;
        border: solid 1px Red;
}

.ButtonAsLink {
            background-color: transparent;
            border: none;
            color: blue;
            cursor: pointer;
            text-decoration: underline;
            font-weight: bold;
            padding: 0px;
        }

/* TextBox watermarker style */
.watermarker {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style:italic;
    color:dimgray;
    font-size:smaller;
}

/* Progress tracker style */
.ProgressBar,
.ProgressBar .Step {
				height: 24px; line-height: 24px;
              
			}
.ProgressBar .Step {
				text-align: center;
				position: relative;
				float: left;
				font-weight: bold;
			}
.ProgressBar .Arrow {
				position: absolute;
				height: 24px;
				width: 18px;
				top: 0;
				right: -17px;
				overflow: hidden;
			}
.ProgressBar .Arrow-Head,
.ProgressBar .Arrow-Head DIV {
				border-width: 15px;
				border-style: solid;
				width: 0;
				height: 0;
				position: absolute;
			}
.ProgressBar .Arrow-Head {
				border-color: transparent transparent transparent #fff;
				left: 2px;
				top: 50%;
				margin-top: -15px;
			}
.ProgressBar .Arrow-Head DIV {
				left: -18px;
				top: -15px;
			}

/* New Landlord */
.pnlzip
    {
        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0;
        width: 500px;
        height:200px
    }
.pnlzip .header
    {
        /*background-color: #2FBDF1;*/
        height: 50px;
        /*color: White;*/
        line-height: 50px;
        text-align: center;
        font-family:Verdana;
        font-weight: bold;
        font-size:medium;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
.pnlzip .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-family:Verdana;
    }
.pnlzip .footer
    {
        padding: 6px;
    }
.pnlzip .CopyTenants, .pnlzip .cancel
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }
.pnlzip .CopyTenants
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
.pnlzip .cancel
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

/* Tab Style */
.fancy-green .ajax__tab_header {
       cursor: pointer;
    
}

.fancy-green .ajax__tab_tab {
    outline:none;
}

.fancy-green .ajax__tab_hover .ajax__tab_outer, .fancy-green .ajax__tab_active .ajax__tab_outer {
            background: linear-gradient() no-repeat left top;
            background-color: #126286;
           -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
 }

.fancy-green .ajax__tab_hover .ajax__tab_inner, .fancy-green .ajax__tab_active .ajax__tab_inner {
        background-color:#126286;
           
}
.fancy .ajax__tab_header {
            font-size: 13px;
            font-weight: bold;
            color: black;
            font-family: Verdana;          
        }
.fancy .ajax__tab_active .ajax__tab_outer, .fancy .ajax__tab_header .ajax__tab_outer, .fancy .ajax__tab_hover .ajax__tab_outer {
             
            height: 46px;
            margin-right:2px;
 }
.fancy .ajax__tab_active .ajax__tab_inner, .fancy .ajax__tab_header .ajax__tab_inner, .fancy .ajax__tab_hover .ajax__tab_inner {
            
                height: 46px;
                margin-left: 16px; /* offset the width of the left image */
                    -webkit-border-radius: 7px;
                 -moz-border-radius: 7px;
            border-radius: 7px;
             
 }
.fancy .ajax__tab_active .ajax__tab_tab, .fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_header .ajax__tab_tab {
                margin: 16px 16px 0px 0px;
}
.fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_active .ajax__tab_tab {
            color: white;
}
.fancy .ajax__tab_body {
            font-family: Verdana;
            font-size: 10pt;
            border-top: 0;
            border: 1px solid #126286;
            padding: 8px;
            background-color: #ffffff;
            width: 100%;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
  }

/* Pending Reviews */
.pnlca {
            background-color: #FFFFFF;
            border: 3px solid #0DA9D0;
            border-radius: 12px;
            padding: 0;
            width: 700px;
            height: 200px;
             z-index:2000  !important;
        }
.pnlca .header {
                /*background-color: #2FBDF1;*/
                height: 50px;
                /*color: White;*/
                line-height: 50px;
                text-align: center;
                font-family: Verdana;
                font-weight: bold;
                font-size: medium;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
            }
.pnlca .body {
                min-height: 50px;
                line-height: 30px;
                text-align: center;
                font-family: Verdana;
            }
.pnlca .footer {
                padding: 6px;
            }
.pnlca .CopyTenants, .pnlzip .cancel {
                height: 23px;
                color: White;
                line-height: 23px;
                text-align: center;
                font-weight: bold;
                cursor: pointer;
                border-radius: 4px;
            }
.pnlca .CopyTenants {
                background-color: #2FBDF1;
                border: 1px solid #0DA9D0;
            }
.pnlca .cancel {
                background-color: #9F9F9F;
                border: 1px solid #5C5C5C;
            }
.modalPopupAABL {
            background-color: #FFFFFF;
            border: 3px solid #0DA9D0;
            border-radius: 12px;
            padding: 0;
            width: 720px;
            height: 870px;
        }
.modalPopupAABL .header {
                /*background-color: #2FBDF1;*/
                height: 50px;
                /*color: White;*/
                line-height: 50px;
                text-align: center;
                font-family: Verdana;
                font-weight: bold;
                font-size: medium;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
            }
.modalPopupAABL .body {
                min-height: 50px;
                line-height: 30px;
                text-align: center;
                font-family: Verdana;
            }
.modalPopupAABL .footer {
                padding: 6px;
            }
.modalPopupAABL .CopyTenants, .modalPopupAABL .cancel {
                height: 23px;
                color: White;
                line-height: 23px;
                text-align: center;
                font-weight: bold;
                cursor: pointer;
                border-radius: 4px;
            }
.modalPopupAABL .CopyTenants {
                background-color: #2FBDF1;
                border: 1px solid #0DA9D0;
            }
.modalPopupAABL .cancel {
                background-color: #9F9F9F;
                border: 1px solid #5C5C5C;
            }
.AccordionHeaderStyle {
            border: 1px solid #d4d4d4;
            color: black;
            background-color: #eae9e3;
            font-family: Arial, Sans-Serif;
            font-size: 14px;
            font-weight: bold;
            padding: 1px;
            margin-top: 5px;
            cursor: pointer;
            border-radius:7px
        }
.AccordionHeaderSelectedStyle {
            border: 1px solid #2F4F4F;
            color: white;
            background-color: #5D7B9D;
            font-family: Arial, Sans-Serif;
            font-size: 14px;
            font-weight: bold;
            padding: 5px;
            margin-top: 5px;
            cursor: pointer;
            border-bottom-left-radius: 2px;
        }
.AccordionContentStyle {
            background-color: #FFFFFF;
            border: 1px dashed #2F4F4F;
            border-top: none;
            padding: 5px;
            padding-top: 10px;
            background-color: #FAF8F7;
        }
.pnlad {
            width: 400px !important;
            background-color: aliceblue !important;
        }


/* Combo Box */
 .ajax_combobox_textboxcontainer {


    width:18% !important;
   
}
 .ajax_combobox_buttoncontainer {

    width:15% !important;
    
}
.ajax_combobox_buttoncontainer button {

    height:15% !important;
       
}
.ajax__combobox_itemlist
        {
            margin: 0px;
            padding: 0px;
            cursor: default;
            list-style-type: none;
            text-align: left;
            border: solid 1px ButtonShadow;
            background-color: Window;
            color: WindowText;

        }
.ajax__combobox_itemlist li
        {
            
            width: 40px !important;
            padding: 0px 3px 0px 2px;
            font-size:12px !important;
 
        }
.ajax__combobox_textboxcontainer input {
    
    text-transform:uppercase;
    
    
    }

/* CA outcome */
 .completionList {
        border:solid 1px Gray;
        margin:0px;
        padding:10px;
        height: 200px;
        overflow:auto;
        width:90%;
        background-color: #FFFFFF; 
        list-style-type:none;
        font-family:'Times New Roman';
        z-index:3000  !important;
    }
 .listItem {

        font-size:10px;
        font-family:'Arial Unicode MS';
        text-align:justify;
        padding:5px;
      
       }
 .highlighteditem {
      
       padding:5px;
       font-size:14px;
       font-family:'Times New Roman';
       }
 
/* Warrant Modal Popup */
/* Modal Popup */
.modalBackgroundWrnt {
       background-color: Black;
       filter: alpha(opacity=60);
       opacity: 0.6;
       z-index:1000 !important;
}
.modalPopupWrnt
    {
        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0;
        /*width: 320px;
        height:250px;*/
        z-index:2000 !important;
       
     width: 400px;
     min-height:350px;
     height:auto;
    }
.modalPopupWrnt .header
    {
        background-color: #5C5C5C;
        height: 50px;
        color: White;
        line-height: 50px;
        text-align: center;
        font-family:Verdana;
        font-weight: bold;
        font-size:medium;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
.modalPopupWrnt .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: left;
        font-family:'Times New Roman';
        padding-top:10%;
        padding-left:10%;
    }
.modalPopupWrnt .footer
    {
        padding: 6px;
        text-align:center;
    }
.modalPopupWrnt .CopyTenants, .modalPopup .cancel
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }
.modalPopupWrnt .CopyTenants
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
.modalPopupWrnt .cancel
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
.btnWrnt {
  
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}
.btnbilladd {
    -moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
    display:inline-block;
}

/* Calendar */
.ajax__calendar_container {
    cursor: default;
    font-family: tahoma,verdana,helvetica;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    width: 170px;
  
}
.ajax__calendar_body {
    height: 139px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 170px;
}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    height: 139px;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    vertical-align:top;
    top: 0;
    width: 170px;
}
.ajax__calendar_days table, .ajax__calendar_months table, .ajax__calendar_years table {
    border-spacing: 0;
    border-collapse:collapse;
}
.ajax__calendar_container TABLE {
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.ajax__calendar_container TD {
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height:11px;
}
.ajax__calendar_header {
    height: 20px;
    width: 100%;
}
.ajax__calendar_prev {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 15px;
    width: 15px;
}
.ajax__calendar_next {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 15px;
    width: 15px;
}
.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}
.ajax__calendar_footer {
    height: 20px;
}
.ajax__calendar_today {
    cursor: pointer;
    padding-top: 1px;
}
.ajax__calendar_dayname {
    height: 17px;
    padding: 0 2px;
    text-align: right;
    width: 17px;
}
.ajax__calendar_day {
    cursor: pointer;
    height: 17px;
    padding: 0 2px;
    text-align: right;
    width: 18px;
}
.ajax__calendar_month {
    cursor: pointer;
    height: 44px;
    overflow: visible;
    vertical-align:top;
    text-align: center;
    width: 40px;
}
.ajax__calendar_year {
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}
.ajax__calendar .ajax__calendar_container {
    background-color: #ffffff;
    border: 1px solid #646464;
    color: #000000;
    z-index:3000 !important;
}
.ajax__calendar .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_day {
    border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_month {
    border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_year {
    border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_today .ajax__calendar_day {
    border-color: #0066cc;
}
.ajax__calendar .ajax__calendar_today .ajax__calendar_month {
    border-color: #0066cc;
}
.ajax__calendar .ajax__calendar_today .ajax__calendar_year {
    border-color: #0066cc;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #0066cc;
}

/* styles for invalid dates as defined by startDate and endDate*/
.ajax__calendar .ajax__calendar_invalid .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
    cursor: default;
    text-decoration: line-through;
}
.ajax__calendar .ajax__calendar_invalid .ajax__calendar_month {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
    cursor: default;
    text-decoration: line-through;
}
.ajax__calendar .ajax__calendar_invalid .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
    cursor: default;
    text-decoration: line-through;
}
.ajax__calendar .ajax__calendar_invalid .ajax__calendar_today {
    cursor: default;
    visibility: hidden;
}



/* Documents Modal Popup */
.modalBackgroundDocs
 {
       background-color: Black;
       filter: alpha(opacity=60);
       opacity: 0.6;
       z-index:1000 !important;
}

.modalPopupDocs
    {
        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0;
        width: 500px;
        min-height:400px;
        max-height:500px;
        overflow:auto;
        z-index:2000 !important;
    }

.modalPopupDocs .CopyTenants, .modalPopup .cancel
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }
.modalPopupDocs .CopyTenants
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
.modalPopupDocs .cancel
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

.modalPopupOPA {
        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0;
        z-index:2000 !important;
       
       /* width: 450px;
         min-height:160px;
         height:auto;
           */
        width: 500px;
        min-height:400px;
        height:auto;
}


/* Close Case Popup */

.modalBackgroundCC{
       background-color: Black;
       filter: alpha(opacity=60);
       opacity: 0.6;
       z-index:1000 !important;
}

.modalPopupCC
    {
        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0;
        /*width: 320px;
        min-height:250px;
         height:auto;*/

        z-index:2000 !important;
       
        width: 500px;
        min-height:400px;
        height:auto;

    }

/* Case Notes Popup */
.modalPopupCaseNotes {

    background-color: #FFFFFF;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 5px;
    /*width: 350px;
    height: 380px;*/
    z-index: 3000 !important;

     width: 500px;
     height:400px;
    
}

.modalPopupRcntArr {

    background-color: #FFFFFF;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 5px;
    /*width: 600px;
    min-height:250px;
    height:auto;*/
    z-index: 3000 !important;
  
     width: 600px;
     min-height:400px;
    max-height:500px;
     overflow:auto;

}

.modalPopupRDArr {

    background-color: #FFFFFF;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 5px;
    /*width: 600px;
    min-height:250px;
    height:auto;*/
    z-index: 3000 !important;
    width: 600px;
     min-height:400px;
     max-height:500px;
     overflow:auto;
}

.attach {
        background: url(../images/attach.png)no-repeat 2px 3px;
        font-size: 13px;
        color: #000;
        padding: 5px 5px 5px 18px;
        width: 32%;
        background-size:18px 18px;
        border-color:#9F9F9F;
        background-color:aliceblue;
        height:30px;
        -webkit-appearance: none;
 }

.btntenpay {
        font-size: 13px;
        color: #000;
        padding: 5px 5px 5px 5px;
        width: 32%;
        display:block;
        border-color:#9F9F9F;
        background-color:aliceblue;
        height:30px;
        -webkit-appearance: none;
}

.btnOpaAttr {
        font-size: 13px;
        color: #000;
        padding: 2px 2px 2px 2px;
        width: 32%;
        border-color:#9F9F9F;
        background-color:aliceblue;
        height:30px;
        -webkit-appearance: none;
}

.completionListOPA {

        border:solid 1px Gray;
        margin:0px;
        padding:10px;
        height: 350px;
        overflow:auto;
        width:100%;
        font-family:'Times New Roman';
        background-color: #FFFFFF; 
        list-style-type:none;
        z-index:7000!important;        
}

 .completionListIX {
        border:solid 1px Gray;
        margin:0px;
        padding:10px;
        height: 150px;
        overflow:auto;
        width:70%;
        background-color: #FFFFFF; 
        list-style-type:none;
        font-family:'Times New Roman';

    }

 .completionListRESP {
        border:solid 1px Gray;
        margin:0px;
        padding:10px;
        height: 200px;
        overflow:auto;
        width:100%;
        background-color: #FFFFFF; 
        list-style-type:square;
        font-family:'Times New Roman';

    }

 .completionListAddr {
        border:solid 1px Gray;
        margin:0px;
        padding:10px;
        height: 200px;
        overflow:auto;
        width:100%;
        background-color: #FFFFFF; 
        list-style-type:square;
        font-family:'Times New Roman';

    }

.completionListIX {
        border:solid 1px Gray;
        margin:0px;
        padding:10px;
        height: 200px;
        overflow:auto;
        width:60%;
        background-color: #FFFFFF; 
        list-style-type:square;
        font-family:'Times New Roman';
}

 /* Not in use  (For search user in user maintenance page) */
 .completionListUSER {
       
        height: 200px;
        overflow:auto;
        width:100%;
       font-family:'Times New Roman';
       z-index:7000 !important;
        list-style-type:none;
    }


 .close {
        background: url(../images/Close.png)no-repeat 2px 3px;
        font-size: 17px;
        font-family:'Times New Roman', Times, serif;
        color: #000;
        padding: 3px 5px 5px 16px;
        width: 73px;
        background-size:15px 15px;
        border-color:#9F9F9F;
        background-color:aliceblue;
        height:25px
    }

.save {
    background: url(../images/save.png)no-repeat 1px 1px;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    padding: 4px 5px 5px 24px;
    background-size: 30px 30px;
    border-color:#9F9F9F;  
    border-radius:4px;
    -moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
}

.reset {
    background: url(../images/reset.gif)no-repeat 3px 3px;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    padding: 4px 5px 5px 24px;
    background-size: 25px 25px;
    border-color:#9F9F9F;  
    border-radius:4px;
    -moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
  }

/* HOR 10/23/2024 */
.draft {
    background: url(../images/draft.png)no-repeat 1px 1px;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    padding: 4px 5px 5px 24px;
    background-size: 30px 30px;
    border-color:#9F9F9F;
    border-radius:4px;
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #276873;
}

.modalPopupTP
    {
        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0;
        width: 600px;
        min-height:400px;
        height:auto;
        z-index:2900 !important;
    }

.pnlMSATTR legend {

    color:mediumblue;
  
}

.pnlMSATTR fieldset {

    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.3em;
    -webkit-padding-start: 0.3em;
    -webkit-padding-end: 0.2em;
    -webkit-padding-after: 0.2em;
     min-width: -webkit-min-content;
   border-color:white;
   background-color:#f5f3f3;
    height:85px;

}


.btnMsgRefresh 
{
     background: url(../images/MsgRefresh.png) no-repeat 2px 2px;
        font-size: 14px;
        color: #000;
        padding: 5px 5px 5px 25px;
        width: 70%;
        background-size:24px 24px;
        border-color:#9F9F9F;
        background-color:#d9dddd;
        height:35px;
        box-shadow: 0px 10px 14px -7px #276873;
        -webkit-appearance: none;
}

.btnOKCNCL{
  
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}


.dsblOKCNCL {

	border-color:#9F9F9F;
    background-color:#f3eeee;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;

}

.modalPopupOnSave {
    
    background-color: #FFFFFF;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 5px;
    z-index: 3000 !important;
    width: 260px;
    height:130px;
}

 .btnAffCl {
      border: 1px solid #563d7c;
      border-radius: 5px;
      padding: 5px 10px 5px 10px;
      background:url(../images/client.png) no-repeat 3px 3px;
      background-size:28px 28px;
      background-color:#e1dede;
      width:130px;
      text-align:left;
      height:32px;
      background-position-x:100px;
    -moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
    }

.modalPopupAffCl {
        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0;
        z-index:2000 !important;    
        width: 500px;
        min-height:300px;
        height:auto;
      
}

.modalPopupBldg {

        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0;
        z-index:2000 !important;    
        width: 800px;
       height:700px;

}

.tdBldgLst {
     min-height: 25px;
     max-height: 25px;
     max-width:20%;
     overflow-y:scroll;
    }

.completionListAFFCUST {
        border:solid 1px Gray;
        margin:0px !important;
        padding:10px;
        height: 200px;
        overflow:auto;
        width:350px !important;
        background-color: #FFFFFF; 
        list-style-type:square;
        font-size:15px;
        font-family:'Times New Roman';
        z-index:8000  !important;
       visibility:hidden;
    }

.btnBldg {
      border: 1px solid #563d7c;
      border-radius: 5px;
      padding: 5px 10px 5px 10px;
      background:url(../images/bldg.jpg) no-repeat 3px 3px;
      background-size:28px 28px;
      background-color:#e1dede;
      width:130px;
      text-align:left;
      height:32px;
      background-position-x:100px;
     -moz-box-shadow: 0px 10px 14px -7px #276873;
	 -webkit-box-shadow: 0px 10px 14px -7px #276873;
	  box-shadow: 0px 10px 14px -7px #276873;
    }

.completionListBldg {

     border:solid 1px Gray;
        margin:0px !important;
        padding:10px;
        height: 200px;
        overflow:auto;
        width:350px !important;
        background-color: #FFFFFF; 
        list-style-type:square;
        font-size:15px;
        font-family:'Times New Roman';
        z-index:8000  !important;
       visibility:hidden;

}

/* Tab XP */
.my_ajax__tab_xp .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(../Images/headbottom.jpg) repeat-x  bottom;
}
.my_ajax__tab_xp .ajax__tab_outer {
    padding-right:4px;
    background: url()  no-repeat   right;
    height:21px;
}
.my_ajax__tab_xp .ajax__tab_inner {
    padding-left:3px;
    background:url() no-repeat;
}
.my_ajax__tab_xp .ajax__tab_tab {
    height:13px;
    padding:4px;
    margin:0;
    background: url() repeat-x;
}
.my_ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
    background: url() no-repeat  right;
}
.my_ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
    background: url()  no-repeat;
}
.my_ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
    background: url()  repeat-x;
}
.my_ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
    background: url() no-repeat  right;
}
.my_ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
    background: url() no-repeat;
}
.my_ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background: url() repeat-x;
}
.my_ajax__tab_xp .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
}

/* Case List */
.pnlGrpTxt  legend  {

    color:#10416b;
    font-family:'Times New Roman';
    font-size:18px
}

.pnlGrpTxt {
    text-align:left;
}

.search fieldset {

    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.3em;
    -webkit-padding-start: 0.3em;
    -webkit-padding-end: 0.2em;
    -webkit-padding-after: 0.2em;
     min-width: -webkit-min-content;
    border-color:white;
    height:210px;
    font-family:'Times New Roman';
    font-size:16px;
    padding-bottom:0px;
}
.searchinv fieldset {

    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.3em;
    -webkit-padding-start: 0.3em;
    -webkit-padding-end: 0.2em;
    -webkit-padding-after: 0.2em;
     min-width: -webkit-min-content;
    border-color:white;
    height:140px;
    font-family:'Times New Roman';
    font-size:16px;
    padding-bottom:0px;
}
.sort fieldset {

    display: block;
    
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.3em;
    -webkit-padding-start: 0.3em;
    -webkit-padding-end: 0.2em;
    -webkit-padding-after: 0.2em;
     min-width: -webkit-min-content;
    border-color:white;
    height:95px;
    font-family:'Times New Roman';
    font-size:16px;
     padding:0px 0px 0px 0px;
}
.include fieldset {
    margin-top:1%;
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.3em;
    -webkit-padding-start: 0.3em;
    -webkit-padding-end: 0.2em;
    -webkit-padding-after: 0.2em;
     min-width: -webkit-min-content;
    border-color:white;
     height:54px;
    font-family:'Times New Roman';
    font-size:16px;
    padding:0px 0px 0px 0px;
}
.inclinv fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.3em;
    -webkit-padding-start: 0.3em;
    -webkit-padding-end: 0.2em;
    -webkit-padding-after: 0.2em;
     min-width: -webkit-min-content;
    border-color:white;
    height:140px;
    font-family:'Times New Roman';
    font-size:16px;
    padding-bottom:0px;
}
.includeCurlist fieldset 
{
     margin-top:1%;
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.3em;
    -webkit-padding-start: 0.3em;
    -webkit-padding-end: 0.2em;
    -webkit-padding-after: 0.2em;
     min-width: -webkit-min-content;
    border-color:white;
     height:110px;
    font-family:'Times New Roman';
    font-size:16px;
    padding:0px 0px 0px 0px;
}
.caseType fieldset {
    margin-top:1%;
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.3em;
    -webkit-padding-start: 0.3em;
    -webkit-padding-end: 0.2em;
    -webkit-padding-after: 0.2em;
     min-width: -webkit-min-content;
    border-color:white;
      height:54px;
    font-family:'Times New Roman';
    font-size:16px;
    padding:0px 0px 0px 0px;
}
.maskedediterror {

    border-color:red;

}


.btnAdd {

    background-image:url(../Images/add.jpg);
    background-size:18px 18px;
    background-color:transparent;
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    border:none;
    color:#ffffff;
    cursor:pointer;
  }

.btnDelete {

    background-image:url(../Images/delete.jpg);
    background-size:18px 18px;
    background-color:transparent;
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    border:none;
    color:#ffffff;
    cursor:pointer;

}

.btnClear {
    background-image: url(../Images/clear.png);
    background-size: 22px 22px;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.btnRptPdf {

    background-image:url(../Images/rdpdf.png);
    background-size:33px 33px;
    background-color:transparent;
    background-repeat:no-repeat;
    width:33px;
    height:33px;
    border:none;
    color:#ffffff;
    cursor:pointer;

}

.btnRptExl {

    background-image:url(../Images/Exl.png);
    background-size:33px 33px;
    background-color:transparent;
    background-repeat:no-repeat;
    width:33px;
    height:33px;
    border:none;
    color:#ffffff;
    cursor:pointer;

}

.btnRptPreview {
    background-image:url(../Images/prntPreview.png);
    background-size:33px 33px;
    background-color:transparent;
    background-repeat:no-repeat;
    width:33px;
    height:33px;
    border:none;
    color:#ffffff;
    cursor:pointer;
}

.backBlue {

    background-color: aliceblue;  
}

.rentRowErr{

    border-color:red

}

.btnExpand {

    background-image:url(../Images/expand1.png);
    background-size:38px 25px;
    background-color:transparent;
    background-repeat:no-repeat;
    width:40px;
    height:28px;
    border:none;
    color:#ffffff;
    cursor:pointer;
  }

.completionListP7{

        border:solid 1px Gray;
        margin:0px;
        padding:10px;
        height: 230px;
        overflow:auto;
        width:600px !important; 
        background-color: #FFFFFF; 
        list-style-type:square;
        font-family:'Times New Roman';
   
}

 .listItemP7 {

        font-size:12px;
        font-family:'Times New Roman';
        text-align:justify;
        padding:5px;
      
}

.lightBlueBtn {

     font-size: 13px;
        color: #000;
        padding: 2px 2px 2px 2px;
        border-color:#9F9F9F;
        background-color:aliceblue;
        height:30px;
        -webkit-appearance: none;

}

.dsblLightBlueBtn {

        font-size: 13px;
        color: #000;
        padding: 2px 2px 2px 2px;
        border-color:#9F9F9F;
        background-color:#f3eeee;
        height:30px;
        -webkit-appearance: none;

}

.fvPndngHdr {

     color:black;
     border-bottom:1px solid black;
     font-weight:bold;
     
}

.tblDetails>tbody>tr>td:nth-child(1){

    background-color:#f8f8f8;
}