
.center {margin-left:auto;margin-right:auto;}

.pagebreak{
	page-break-after: always;
}

input[type="radio"],
input[type="text"],
input[type="password"],
input[type="checkbox"] {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

/* CUSTOMER 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;
}
/* * * * * * * * * * * * * * * * * */
/* CUSTOMER BUTTONS FOR BOOTSTRAP */

/* CUSTOMER ALERT CONTAINTERS FOR BOOTSTRAP */
/* * * * * * * * * * * * * * * * * * * * * * */
.alert-pas{
	color: #ffffff;
	background-color: #808080;
	border-color: #a2a2a2;
}
/* * * * * * * * * * * * * * * * * * * * * * */
/* CUSTOMER ALERT CONTAINTERS 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;
}

textarea.transparent-input{
	background-color:rgba(0,0,0,0) !important;
	border:none !important;
	box-shadow:none !important;
}

.alert{
	padding:10px !important;
}

select{
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.span12 > form > table{
	margin: 0 auto !important;
}

.span12 > div,
.span12 > table {
	margin: 0 auto !important;
}

.table, .table-bordered{
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.row {
	padding:0px 0px 0px 10px !important;
}

.text-error{
	color:#c00000 !important;
}

table.defaultpadding {
	padding:5px !important;
}

.iepadding{padding:15px !important;}
.nounderline{text-decoration:none !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;
}

img {
	width: auto !important;
}

@media print {
	.hideforprint {
		display:none !important;
	}

	.table-bordered { border: 1px solid #333; } 
	.table-bordered th, 
	.table-bordered td { border: 1px solid #333 !important; }
}

/* ROUNDED USED ON CUSTOMER CANISTER ORDER FORM DISPLAY */
.rounded {
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* JQUERY CSS CLASSES */

/* modal window class */
/* ======================================== */
.ui-dialog,.ui-dialog,.ui-widget, .ui-widget-content, .foo {background: #efefef !important}

#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;
}

#boxes #dialog2 {
	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;
}
/* ======================================== */