
input[type="radio"],
input[type="text"],
input[type="password"],
select,
input[type="checkbox"] {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

a {
	text-decoration:none !important;
	color:#181818;
}
a:hover,
a:focus,
a:active {
	color:#0000ff;
}

.table-liteborder {
	border:solid 1px #ffffff !important;
	border-color:#ffffff !important;
}

/* SPECIAL TEXT AREA HIDDEN */
/* * * * * * * * * * * * * * * * * */
.hidden_text{
	border:none;
}
/* * * * * * * * * * * * * * * * * */
/* SPECIAL TEXT AREA HIDDEN */

/* CUSTOM BUTTONS FOR BOOTSTRAP */
/* * * * * * * * * * * * * * * * * */
.btn{
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.btn-inverse { 
  color: #ffffff;
  background-color: #202020;
  border-color: #393939;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active{
  color: #ffffff;
  background-color: #4A4A4A;
  border-color: #565656;
}
/* * * * * * * * * * * * * * * * * */
/* CUSTOM BUTTONS FOR BOOTSTRAP */


.col-xs-1, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, 
.col-xs-7, .col-xs-8, .col-xs-9, 
.col-xs-10, .col-xs-11, .col-xs-12{
	padding-left:0px !important;
}

.format-m-d-y {
	display:inline !important;
}

.text-error{
	color:#c00000 !important;
}

.errorbox{
	color:#c00000 !important;
	background-color:#fbdada !important;
}

#fadecolor {
	-moz-opacity: 0.8 !important;
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
}
 #darktext {
	color:#000000 !important;
	font-size:10pt !important;
	-moz-opacity: 1.0 !important;
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
 }

.alert{
	padding:10px !important;
}

.span12 > form > table{
	margin: 0 auto !important;
}

.span12 > div,
.span12 > table {
	margin: 0 auto !important;
}

.iepadding{padding:15px !important;}

.iebgoverride{background-color:#f9f9f9 !important;}
.noborders{border:none !important;}
.formerror{background-color:#F2DEDE !important;}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
}

@media print {
	.hideforprint {
		display:none !important;
	}
}

@media screen and (max-width : 2000px) {
	p.sntitle {
		font-size: 25pt !important;
	}
	div, ul, p.sntext {
		font-size: 15pt !important;
	}
	input.btn-override {
		width: 250px !important;
		font-size: 14pt !important;
	}
	input.input-font {
			font-size: 18pt !important;
	}
	table td.td-house{
		width: 20% !important;
	}
	table td.td-text{
		width: 60% !important;
	}
}
@media screen and (max-width : 800px) {
	p.sntitle {
		font-size: 12pt !important;
	}
	div, ul, p.sntext {
		font-size: 10pt !important;
	}
	input.btn-override {
		width: 150px !important;
		font-size: 10pt !important;
	}
	input.input-font {
			font-size: 12pt !important;
	}
	table td.td-house{
		width: 30% !important;
	}
	table td.td-text{
		width: 40% !important;
	}
}

/* JQUERY CSS CLASSES */

/* scrolling div */
/* ======================================== */
.sidebarBox {
	width: 300px; /* Replace with your sidebar width */
	float: right;
	position: relative;
}
.scrollingBox {
	width: 300px; /* Replace with width as sidebar */
}
/* ======================================== */

/* modal window class */
/* ======================================== */
#mask {
  top:0px;
  left:0px;
  position:absolute;
  z-index:9000;
  background-color:#000000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#ffffff;
	padding:15px;
}

/* progress bar classes */
.ui-progressbar {
	position: relative;
}
.progress-label {
	position: absolute;
	top: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
/* ======================================== */