body {
	-webkit-text-size-adjust: none;
}

@media (min-width:980px) {
	body.pad { 
		padding-top: 60px; 
	}
}



.btn {
	vertical-align: middle; /* ensure buttons line up even when they are different tag types [a, button] */
}

/* index page */

img#github-ribbon {
	position: absolute; 
	top: 0; 
	right: 0; 
	border: 0;
	z-index: 1030; /* no idea where this comes from, lowest value that works */
}

@media (max-width: 768px) {
	/* prevent the brand name wrapping or overlapping the menu toggle */
	.navbar .brand {
		max-width: 75%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.hero-unit {
		padding: 20px;
	}

	#application-status {
		display: none;
	}
}

/* list pages */

table td.link {
	white-space: nowrap;
}

table thead th {
	white-space: nowrap;
}

/* icons for sorted column headers */

table th.asc a:after,
table th.desc a:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 0.3em;
	vertical-align: text-top;
	background-image: url(img/glyphicons-halflings.png);
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

table th.asc a:after {
	background-position: -289px -96px;
}

table th.desc a:after {
	background-position: -312px -96px;
}

/* optimized display for small devices */

@media (max-width:480px) {
	table thead, table td { 
		display: none;
	}
	
	table tr:first-child td {
		border-top: none;
	}
	
	table td:first-child, table td:last-child {
		display: table-cell;
		vertical-align: middle;
	}
	
	table td:last-child {
		text-align: right;
	}
}

/* error page */

pre.snippet code.line {
	border: none;
	display: block;
}

pre.snippet .lineNumber {
	display: inline-block;
	width: 3em;
}

pre.snippet .error {
	font-weight: bold;
}

.box {
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.objbox {
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 5px;
    min-height: 5px;
    padding: 8px;
}

.objhr {
	 margin-bottom: 5px;
}

.small-box {
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 5px 5px 11px;
}

.control-text {
	position:relative; 
	top:4px;
}

.comp_panel{
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}


.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

#dropzone {
    background: palegreen;
    width: 336px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}

#dropzone.hover {
    background: lawngreen;
}

#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.text-center {
    text-align: center !important;
}

.ribbon {
  background-color: #a00;
  overflow: hidden;
  /* top left corner */
  position: absolute;
  left: -3em;
  top: 2.5em;
  /* 45 deg ccw rotation */
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* shadow */
  -moz-box-shadow: 0 0 1em #888;
  -webkit-box-shadow: 0 0 1em #888;
}
.ribbon a {
  border: 1px solid #faa;
  color: #fff;
  display: block;
  font: bold 81.25% 'Helvetiva Neue', Helvetica, Arial, sans-serif;
  margin: 0.05em 0 0.075em 0;
  padding: 0.5em 6.5em;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 0.5em #444;
}

.attachment {
	list-style: none;
}

.attachment > li{
	margin: 5px;
}

.attachment > img{
	padding-right: 50px;
}

.scrollable {
	overflow-y: scroll;
	height: 300px;
}

.Toolbar
{
position: relative;
display: table;
}

.Toolbar > div
{
display: table-cell;
padding-right: 8px;
vertical-align: top;
}

.Toolbar
{
.btn-group, .btn-group-vertical
{
    vertical-align: inherit;
}
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
.topnav {
	margin-top: 0px;
	background-color: #000;
	background: url(../img/background_POSTBETA.jpg) no-repeat center top #000;
}

#footer {
	position: absolute;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	height: 150px;
  	background-color: #333;
	/*background: 
		-webkit-gradient(linear, 
			left top, 
			left bottom, 
			from(#252525), 
			to(#333),
			color-stop(0.33, #292929),
			color-stop(0.66, #303030)) 
		no-repeat;
	background: 
		-moz-linear-gradient(top, 
			#252525, 
			#292929 33%,
			#303030 66%,
			#333)
		no-repeat;
	-webkit-background-size: 100% 14px;
	-moz-background-size: 100% 14px;
	background-position: center top;*/
	background: url(../img/background_gradient.gif) repeat-x 0 0 #333;
}
#footer div.wrapper {
	margin: 0 auto;
	width: 972px;
	position: relative;
	min-height: 100px;
	height: auto !important;
	height: 150px;
	padding: 40px 0 30px 0;
	background: transparent;
	bottom: 0;
}

#footer_logo {
    float: right;
    padding: 5px 0 0;
    position: relative;
    right: 200px;
    top: 30px;
}
p#phone_number {
	/*float: right;
	*display: inline;*/
	position: absolute;
	top: 10px;
	right: 0;
	width: 340px;
	color: #fff;
	text-align: right;
	padding-right: 20px;
	background: url(../img/icon_phone.gif) no-repeat right top;
}
p#phone_number strong {
	font-family: SortsMillGoudy, Georgia, "Times New Roman", Times, Serif;
	display: block;
	font-weight: bold;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: 2px;
	*padding-bottom: 10px;
}
/* style to make the phone number white 
on mobile devices that convert this to a link */
p#phone_number strong a {
	color: #fff;
}

#footer_primary, 
#footer_secondary {
	/*display: block;*/
	/*ORIGINAL WIDTH width: 760px;*/
	width: 972px;
	zoom: 1;
	clear: none;
	margin: 0 0 15px 0;
	
}
#footer_primary:after, 
#footer_secondary:after {
	content: '.';
	/*display: block;*/
	height: 0px;
	visibility: hidden;
	clear: both;
}
#footer_primary li, 
#footer_secondary li {
	list-style: none;
	float: left;
	*display: inline;
	padding: 0 15px 0 0;
	font-size: 11px;
	color: #ccc;	
}
#footer_primary li {
	padding: 0 15px 0 19px;
	background: url(../img/bullet.gif) no-repeat left 8px;
}
#footer_primary li:first-child,
#footer_primary li.first {
	padding: 0 15px 0 0;
	background: none;
}
#footer_primary li a, 
#footer_secondary li a {
	color: #a5a5a5;
	font-size: 16px;
	border-bottom: 1px solid #333;
	*zoom: 1;
	background: transparent;
}
#footer_secondary li a {
	color: #ccc;
	font-size: 12px;
}
#footer_primary li a:hover, 
#footer_secondary li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#footer_logo { background-color: transparent; }
#footer-copyright { position: absolute; left: 20px; bottom: 40px; }

@media (max-width: 767px) {
    .content {
      padding: 15px;
      margin-top: 100px;
    }
}


 /* .sidebar {
    position: fixed;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; 
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    width:200px;
  }*/


/*.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}*/
/* Main marketing message and sign up button */
.jumbotronDei {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
.sidebar-module-inset {
  position: absolute;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
  width:200px;
}
.nav-top {
	 padding-top: 150px;
}
}
