
/* CSS Document */
.required {
	border-color: #d00 !important;
	box-shadow: 0 0 0 1px #d00 !important;
}
.register-page {
	/*background: #1B333F !important;*/
	background-image:url(../img/rental_propertygraphics.jpeg);
	/* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
/***
*for model width increase
*written by nandgopal
*11-07-2017
*
***/
.modal-wide {
}
#modalForOCRCorrection.box-header {
	padding: 1px !important;
}
/*
*
*Tabular format hover 
*****************/
#rentb_editor_ocrExpenseView tr:hover {
	color: #F00;
	cursor: pointer;
}
.jump-to-page {
	border: 1px solid !important;
}
.verified {
	background-color: green !important;
	color: white !important;
}
.verified {
	pointer-events: none;
}
.logo-img {
    width: 200px !important;
    height: 23px;
}
.text-white{color:#FFF;}
.form-text{
   font-size: 16px !important;
}
