.tile-blue {
	background-color:red;
}
.tile:hover {
    opacity: 1;
}
.tile-grey { background-color: #00000094;}

.tile {
    display: block;
    cursor: pointer;
    -webkit-perspective: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .2s;
    float: left;
    min-width: 75px;
    min-height: 75px;
    text-align: center;
    opacity: 0.85;
    background-color: #f0403d;
    z-index: 1;
    color: #fff;
	border-radius: 0px;
	border: 5px solid #ddd;
}

.helpImage { max-width:100% !important; height:auto;}

.tile.tile-medium {
    height: 85px;
    width: 85px;
}

.tile h3, .tile h4 {
    margin-top: -15px;
	font-size: 11px;
	text-transform: uppercase;
}
.tile h1, .tile h2, .tile h3, .tile h4, .tile h5, .tile h6 {
    color: #fff;
    -webkit-user-select: none;
	font-weight: 100;
    line-height: 1.1;
}

.tile a { text-decoration:none;}
a.fa-links {color :#fff; }


body {
	 margin:0;
	 padding:0;
     background-color:#fff;
}
header {	 margin:0;
	 padding:0;
}
button {
background-color:#17538b;
	color : #fff;
}
.top-strip {
	background-color:#222;
  min-height:25px;
}
.form-header {
  min-height:70px;
  padding:20px;
}
.main-body {
font-size :16px;
}

 .innerContent .row{
	/*background:  #fff url('/images/boardroom.jpg') no-repeat; */
	padding-top:40px;
	padding-bottom:40px;
	
}
fieldset {
	color: red;
}
.form-horizontal {
	color:#17538b;
}

.tile-proven1 { background-color:#656565; }
.tile-proven2 { background-color:#da9d2c;}


label, h1, legend { color: #f0403d; font-size: 30px; }

.btn-primary {background-color:#17538b;}

xfooter {
	background-color:#444;
	min-height:50px;
	position:absolute;
	bottom:0;
	width:100%;
}

.form-control {
	border-radius:4px;
}
.form-header a {
	color:#17538b;
	font-size:18px;
	text-decoration:none;
}


.fuelux .wizard {
  background-color: transparent !important;
}
