html,body {
	background-color: #FFFFFF !important;
}

body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

.whitebg {
	background-color: white;
}

.ral {
	color: #636b6f;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 100;
	text-align: center;
}

.md-display-4.ral
{
	font-size: 84px !important;
}

h1, h2, h3, h4, p{
	margin: 0;
}

h2.md-subhead {
	text-transform: uppercase;
}

/* NAVBAR */

.indicadores {
	font-size: 0.7em;
	background-color: #009688;
	color: #FAFAFA;
}

.logoButton>button,.logoButton>a {
	padding: 10px 16px 0px 16px !important;
}

.logoMini>button,.logoMini>a {
	padding: 10px 0px 0px 0px !important;
}

body > md-content > md-nav-bar > div > nav > ul > div:nth-child(1) > li.logoButton.md-warn.md-nav-item.ng-isolate-scope.hide-gt-xs > a {

}

md-list-item.md-2-line, md-list-item.md-2-line>.md-no-style {
	height: 60px;
	min-height: 60px;
}


/* SELECT HEADER */
.selectSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ 
}

.selectSelectHeader .header-searchbox {
	border: none;
	outline: none;
	height: 100%;
	width: 100%;
	padding: 0; 
}

.selectSelectHeader .select-header {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
	padding-left: 10.667px;
	height: 48px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	width: auto; 
}

.selectSelectHeader md-content._md {
	max-height: 240px; 
}

/* FOOTER */
footer {
	padding: 5px 0;
	font-size: 0.7em;
	color: #FAFAFA;
}

/* CONTENT */
.current-menu h3, .current-menu h4 {
	color: #009688 !important;
	font-weight: bold !important;
}

.accentText {
	color: #FFC107;
}

/* RIGHT NAVIGATION /*/
md-backdrop.md-sidenav-backdrop {
	z-index: 60;
}

/* INPUT CONTAINER FIX */
md-input-container .md-errors-spacer {
    min-height: 0;
    margin: 0;
}

/* LAYOUT */
.leftNavContainer {
	height: calc(100vh - 50px);
}

@media screen and (min-width: 1280px)
{
	.leftNavContainer {
		height: calc(100vh - 50px);
	}
}


md-sidenav.md-sidenav-left md-toolbar>div, md-sidenav.md-sidenav-left md-toolbar {
	height: 50px;
	min-height: 50px;
}


md-sidenav.md-sidenav-left md-toolbar>div>div>h1 {
	font-size: 18px;
	height: 30px;
}

md-sidenav.md-sidenav-left md-toolbar>div>div>p {
	font-size: 12px;
	margin: 0;
	margin-top: -4px;
	padding: 0px 16px;
	text-transform: uppercase;
}

/* ANIMATION */
.fade-in-out {

}

.fade-in-out.ng-hide-add, {
	opacity: 1;
}

.fade-in-out.ng-hide-remove {
	transition: all linear 0.5s;.
	opacity: 1;
}

.fade-in-out.ng-hide {
  opacity: 0;
}

/* DATA TABLES */
.datatable {
	font-size: 0.7em;
}

.datatable md-icon {
	font-size: 14px;
}

@media screen and (min-width: 768px)
{
	.datatable {
		font-size: 0.8em;
	}
}


md-toolbar.secondarytoolbar, md-toolbar.secondarytoolbar .md-toolbar-tools {
	min-height: 40px;
	height: 40px;
}

.secondarytoolbar h2.md-subhead {
	font-size: 16px;
	color: #FAFAFA;
}

/* FILE INPUT */
#certificado {

}

/* MISC */ 
.smallunit {
	font-size: 0.8em;
}

/* STATIC */ 
.staticIndex {

}

.staticBody {

}

.semiwhite {
	background-color: rgba(255,255,255,0.8);
}

.navLogo {
	background-image: url('/img/lioren.svg');
	background-size: cover;
	height: 40px;
	width: 121px;
	margin: 5px;
}

.miniNavLogo {
	background-image: url('/img/brand-icon.svg');
	background-size: cover;
	height: 40px;
	width: 40px;
	margin: 5px;
}

.staticSplash {
	background-color: black;
	background-image: url('/img/static/splash.jpg');
	background-size: cover;
	color: white;
	padding: 20px 0px;
	min-height: 300px;
}

h3.md-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0px;
}

.loginHeader {
	height:100px;
	background-color:black;
	background-image: url('/img/static/login.jpg');
}

.specs h2.md-headline {
	font-size: 30px;
	font-weight: 300;
}

.specs p.md-subhead {
	font-size: 13px;
	font-weight: 300;
}

.centertext {
	text-align: center;
}

.righttext {
	text-align: right;
}

.lefttext {
	text-align: left;
}

.aFooter {
	background-color: #212121;
	color: #FAFAFA;
	padding: 30px 0px;
}

.aFooter h3.md-title {
	text-align: center;
	font-size: 24px;
	text-transform: none;
	font-weight: 300;
	padding-bottom: 5px;
}

.aFooter p.md-subhead {
	text-align: center;
	font-weight: 300;
	font-size: 16px;
}