/* Sticky footer a la Ryan Fait: http://ryanfait.com/sticky-footer/ */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	min-width: 1400px;
	margin: 0 auto -94px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	background-image: url('/static/images/tcorslab.jpg');
	background-size: cover;
}

header {
  width: 100%;
  height: 100px;
}
.push {
	height: 94px; /* .push must be the same height as .footer */
	width: 100%;
}
.footer {
	overflow: hidden;
	height: 94px;
	width: 100%;
	min-width: 1400px;
}

md-toolbar.toolbarHeader {
	height: 100px;
	border-bottom: 1px solid #CDCDCD;
	background-color: #5292BD;
	background-image: linear-gradient(to bottom, #59a0d3, #4a86ae);
}

md-toolbar.toolbarHeader div.md-toolbar-tools {
	padding-top: 40px;
}

md-toolbar.toolbarHeader md-nav-bar {
	margin-right: 60px;
}

.heading {
	padding-left: 15px;
	padding-right: 40px;
	font-size: 30px;
	vertical-align: middle;
	text-align: center;
}

#user {
	width: 200px;
	padding-right: 10px;
	text-align: right;
}

.welcomeInner {
	background-color: white;
	padding: 10px;
	margin-bottom: 0px;
}

.divider {
	background-color: white;
	padding: 10px; 
}

.divider-top {
	margin-bottom: 0px;
}

div.welcome h3 {
	margin-top: 0px;
}

md-divider.divider-indented {
	 margin-left: 20px;
}

div.actionbar h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}
div.methods p {
	text-align: center;
	font-size: 18px;
}

div.methodsContainer {
	margin: auto;
	width: 950px;
}

div.methodsContainer img {
	 width: 931px;
	 display: block;
	 margin: auto;
}

/* main views */
div.main {
	background-color: white;
	opacity: 0.92;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-right: 5px;
  	top: 100px;
	border: 1px solid #CDCDCD;
	display: inline-block;
}

div.main-view {
	overflow-y: scroll;
}

div.methods {
	width: 100%;
	margin-left: 20px;
	margin-right: 80px;
	margin-top: 6px;
}

div.welcome {
	width: 660px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 3px;
}

md-toolbar.footerToolbar {
	background-color: #5292BD;
	background-image: linear-gradient(to bottom, #59a0d3, #4a86ae);
	width: 100%;
	height: 64px;
	min-height: 64px;
	max-height: 64px;
	overflow: hidden;
}

md-toolbar.footerToolbar div.md-toolbar-tools {
	padding-left: 20px;
	padding-right: 80px;
	height: 64px;
	max-height: 64px;
}

md-toolbar.footerToolbar span.legalese {
	font-size: 12px;
	padding-left: 20px;
	width: 1020px;
	max-height: 60px;
	overflow: hidden;
	vertical-align: middle;
}

button.md-icon-button.md-secondary {
	margin: 0px;
	padding: 0px;
	left: 20px;
}

span.contactLink {
	color: #121212;
}

md-toolbar.deepgreen {
	background-color: #2d5779;
	background-image: linear-gradient(to bottom, #336496, #19324b);
	width: 100%;
	height: 30px;
	min-height: 30px;
	overflow: hidden;
}

a.deepgreen {
	color: #1C9C3C; 
}

md-toolbar.deepgreen span {
	font-size: 12px;
	width: 100%;
	text-align: center;
}

div.intro {
	width: 640px;
}

div.actionbar {
	height: 128px;
    margin-top: 90px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
}
div.data {
	width: 100%;
}

div.lc50 {
	width: 90%;
	padding: 4px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-top: 40px;
	background-color: #f6ffc3;
}

div.datatable {
	margin-top: 10px;
	margin-right: 10px;	
}

div.ng-table-counts {
	padding-bottom: 20px;
}

/* dialogs */
md-dialog-content.header {
	background-color: #5292BD;
	color: white;
	text-align:center;
}
md-dialog-content > div.header {
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

div.authContainer {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.auth {
	width: 100%;
	text-align: center;
}

.default {
	background-color: white;
	color: black;
}

div.invalidLogin {
	margin: auto;
	width: 100%;
	padding-bottom: 5px;
}

/* Color column headers in table */
th:not(.filter) {
	background-color: #afc3d4;
}

.hidden {
	visibility: hidden;
}

/* nav bar */
md-nav-bar .md-button._md-nav-button.md-unselected {
	color: #ffffff;
}
md-nav-bar .md-button._md-nav-button.md-active {
	color: #fbc68e;
}
md-nav-bar md-nav-ink-bar {
	background: #fbc68e;
}

/* side nav bar */
md-sidenav.sidenav {
	 width: 180px;
	 min-width: 180px;
	 height: 550px;
	 margin-right: 10px;
}
md-list-item {
	min-height: 36px;
	height: 36px;
}

md-list-item .md-button:not([disabled]):hover {
  background-color: transparent;
}
.nav-active {
  background-color: #5292BD; /*#337ab7;*/
  color: white;
}
.nav-active md-icon {
  color: white;
} 

/* Angular Material */
.toolbardemoBasicUsage md-toolbar md-icon.md-default-theme {
  color: white;
}
.material-icons.md-18 {
	 font-size: 18px;
}

/* ng-table */

/* Override bootstrap to vertically align table headers */
.editable-table > thead > tr > th {
	vertical-align: middle;
}

/* hide spinner buttons for number inputs */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield;
}

.form-control {
	padding: 6px 6px;
}

/* make table rows clickable for drilling down */
tr.drillable {
	cursor: pointer;
}

.editable-table > tbody > tr > td {
  padding: 1px;
  vertical-align: middle;
}

.editable-text {
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
}
.editable-table tbody > tr > td > .controls {
  width: 100%
}
.editable-input {
  padding-left: 3px;
}
.editable-input.input-sm {
  height: 30px;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}