body {
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
	display: block;
	background-color: #FFFFFF;

	min-width:425px;
	width: auto !important;
	width:425px;
}

.brand-font {
	font-family: "Open Sans";
}

.page-footer {
    background-color: #bda870;
    color: #FFFFFF;
    font-size: 11px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.contact-block {
    text-align: right;
    margin: 0px;
    margin-top: 0px;
    list-style-type: none;
    font-size: 11px;
    color: #333333;
    line-height: 1.5em;
    float: right;
    display: block;
}

a.sales-link
{
    color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

.air-style
{
	background-color: #578CA7;
	color: #FFFFFF;
}

.air-analytics-style
{
	background-color: #1BACA1;
	color: #FFFFFF;
}






.links
{
    font-weight: bold;
}

.fa-red
{
	color: #EF3434;
}

.fa-amber
{
	color: #f9b21a;
}

.fa-grey
{
	color: #666666;
}

.fa-blue
{
	color: #1E8FE6;
}

.fa-green
{
	color: #2cb10d;
}


.design_only
{
	background-color: #F4DD8D;
	/* f4dd8d */
	/* ECC336 */
	font-weight: bold;
}

.suspended 
{
	background-color: #DDDDDD;
}

.inactive 
{
	background-color: #C0C0C0;
}

.smaller 
{
	font-size: 12px;
}



table.listing
{
	width: 100%;
}

table.listing td
{
	border-top: 1px solid #CCCCCC;
}

table.listing td.noborder
{
	border-top-width: 0px;
}

table.listing .small
{
	font-size: 12px;
}

table.listing .bggrey
{
	background-color: #EEEEEE;
	color: #666666;
}

table.listing .bgalt
{
	background-color: #eefafd;
}

table.listing .with_icon
{
	width: 20px;
}

table.selection 
{
	border: 0px solid #CCCCCC;
	width: 100%;
}

table.selection .short
{
	width: 65px;
	text-align: center;
}

.menu_button_width
{
	width: 200px;
}




div.unit_entry_hidden
{
	display: none;
}

div.unit_entry
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 500;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(170,170,170,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(255,255,255,0.5), rgba(170,170,170,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(170,170,170,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(255,255,255,0.5), rgba(170,170,170,0.8)); /* Standard syntax */
	
}


a.card-link {
    /* Specific to Card links: turns the entire card into a hyperlink. */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.btn-page-move
{
	min-width: 40px;
}

.btn-login
{
	min-width: 140px;
}

.page-indicator {
    width: 100px;
    float:left; /* add this */
}
.pagination-buttons {
    overflow: hidden; /* if you don't want #second to wrap below #first */
}

