body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #263238;
}

button, html, input, select, textarea {
	font-family: 'Lato', sans-serif;	
	color: #263238;
}

strong{
	color: #546E7A;
}

.active {
	background: #ECEFF1;
}

/* login window */
.main-bg{
  background: url(../images/main-bground-001.jpg);
  background-size: cover;
}


/* md-content */
md-content.md-default-theme, md-content {
    color: rgba(84, 110, 122, .95);
}

/* md card */
.card-bg-01 {
  background: url(../images/card-bg-002.jpg);
  background-size: cover;
  background-position: 30% 50%;
  padding: 20px 20px 20px 20px;
  min-height: 150px;
}

.card-bg-01 h1{
  color: #FFF;
  margin-bottom: 0;
  margin-top: 0;
}

.card-desc h2{
  text-align: center;
  line-height: 16px;
  margin: 0;
  color: #455A64;
  text-transform: uppercase;
}

.card-desc span{
  text-align: center;
  font-size: 16px;
  margin: 3px 0;
  color: #607D8B;
  text-transform: none;
}

md-card md-card-header md-card-header-text .md-subhead {
    font-size: 12px;
}

.main-avatar{
  background-size: cover;
  background-position: 30% 50%;
  border-radius: 50%;
  border: 3px solid #FFF;
  height: 165px;
  width: 165px;
  position: relative;
  margin-top: -130px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-avatar-left{
  background-size: cover;
  background-position: 30% 50%;
  border-radius: 50%;
  border: 3px solid #FFF;
  height: 165px;
  width: 165px;
  position: relative;
  margin-top: -130px;
  display: block;
  margin-left: 20px;
  margin-right: auto;
}

.no-padding{
  padding: 0;
  background: rgb(255,255,255);
}

/* md-card icon hack */
md-card.md-default-theme md-card-header md-card-avatar md-icon, md-card md-card-header md-card-avatar md-icon {
    color: rgb(250,250,250);
    background-color: rgba(120, 144, 156, .7)
}

.heading{
  padding: 30px 0 0 20px;
}

.heading h2{
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-content{
  min-height: 200px;
}

.card-content h3{
  font-weight: 400;
  letter-spacing: 1px;
}

.card-content span{
  color: #90A4AE;
  font-weight: 500;
}

/* table hack*/
table.md-table th.md-column {
    color: rgba(0,0,0,.54);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

table.md-table td.md-cell {
    color: rgba(0,0,0,.65);
    font-size: 13px;
    letter-spacing: 1px;
    border-top: 1px rgba(0,0,0,.12) solid;
}

.main-desk{
	padding: 15px;
}

/* fab buton */

.float-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  /*padding: 30px;*/
  font-size: 40px;
  background: $warning;
  position: fixed;
  bottom: 20px; /* Adjust to where you want it */
  right: 60px; /* Adjust to where you want it */
  z-index: 70;
 /* z-index: 9999;*/
}

.float-button .height_fix {
  margin-top: 100%;
}

.float-button .content {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: -20px; /* Note, this must be half the font size */
  color: $light;
}

.back{
	margin: 0;
}

/* tag name */

.tag-name{
	padding: 5px 5px 5px 15px;
	color: #78909C;
}

/* md-icon */
md-icon.md-default-theme, md-icon {
    color: rgba(84, 110, 122, .95);
}

/** Img Gallery **/

.imageWrapper {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.imageWrapper img {
    display: block;
}
.imageWrapper .cornerLink {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    left: 0px;
    right: 0px;
    padding: 20px 0px;
    color: #ffffff;
    background: rgba(0,0,0,.70);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 40px;
    max-width: 300px; 
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;

}
.imageWrapper:hover .cornerLink {
    opacity: 0.8;
}

.documentWrapper {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

/* lines */
.line-md{
  border-bottom: 3px solid #EF9A9A;
  margin: 5px 0 10px 0;
  width: 220px;

}

/* profile */

.profile-info h2{
  margin: 0;
}

.profile-info h3{
  color: #37474F;
  font-weight: 400;
}

.profile-info span{
  color: #546E7A;
  letter-spacing: 1px;
  font-weight: bold;
}

.catalogo-card{
  color: #546E7A;
  text-align: left;
}

.catalogo-card md-card-header{
  background: #F5F5F5;
}

.catalogo-card md-card-content{
  height: 120px;
  overflow: auto;
}

.catalogo-card table{
  width: 100%;
  border: 0; 
  margin: 0;
}

.catalogo-card tr{
  padding: 0; 
  margin: 0;
}

.catalogo-card tr:hover{
  background: #FAFAFA; 
  transition: all 0.2s ease;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
}

.catalogo-card td{
  padding: 2px 0 2px 10px;
  border-bottom: 1px solid #ECEFF1;
  margin: 0;
}

.card-info h3 span{
  color: #607D8B;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 12px;
}

.card-info md-card-actions{
  background: #ECEFF1;
}

.dsh{
  color: #FFF;
}

.dsh h4{
  text-align: center;
}

.dsh span{
  font-size: 40px;
  color: #FFF;
}

.dsh md-icon{
  color: #FFF;
  font-size: 20px;
}

.dsh-001{
  background: #FF1744;
}

.dsh-002{
  background: #F50057;
}

.dsh-003{
  background: #8E24AA;
}

.project-units table{
  width: 100%;
  border: 0; 
  margin: 0;
}

.project-units td{
  text-align: center;
  padding: 5px 0;
}

.project-units tr{
  padding: 0; 
  margin: 0;
}

.project-units tr:hover{
  background: #FAFAFA; 
  transition: all 0.2s ease;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
}

.project-units td{
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #ECEFF1;
  margin: 0;
}

/****** Toolbar Style ******/
 .avatar-image {
    border-radius: 50%;
    height: 35px;
    margin: -6px;
    width: 35px;

 }


.selectHeader .header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}
.selectHeader .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;
}
.selectHeader md-content._md {
  max-height: 240px;
}