/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.news ul {
	border:0px!important;
	
}
.news ul li{
	border:0px!important;
}

.extraSmall{
	height:130px!important;
}

.collection .collection-item.avatar .square {
    position: absolute;
    width: 42px;
    height: 60px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    padding:10px;
    font-weight:bold;
}

.news .title{
font-weight:bold;	
  text-transform:uppercase;
}


 #wrapper_map { position: relative; }
 #over_map { position: absolute; top: 10px; right: 10px; z-index: 99; }
 
 .portlet-topper{
 display:none!important;
 }
 /*
 .alert{display:none!important;}
 */
 .portlet-title{
 display:none;
 }
 .portlet-topper-toolbar{
  display:none;
 }
 
 .portlet-content .navbar-inner{
 display:none;
 }
 
 .portlet-actions{
 display:none;
 }
 .lfr-meta-actions{
 display:none;
 }
 
 .portlet-title-default{
 font-size:16px;
 font-weight:bold;
 padding:5px;
 }
 
 .portlet-body .navbar{
 display:none;
 }
 
 .taglib-icon img{
 display:none;
 }
 
 .lfr-menu-list li{
 display:inline;
 }
 
 .lfr-pagination-buttons li{
 display:inline;
 }
 .tooltip {
  top: -100px !important;
}
 .max-display-items-15{
 display:none;
 }
 
 .lfr-icon-menu {
 display:none;
 }
 
 .tooltip-help{
 display:none;
 }
 
 .portletfreguesias  .nav-tabs{
 display:none;
 }
 
 
  .portletfreguesias .portlet-title-default{
  display:none;
 }
 
 .site-membership-type{
 display:none;
 }
 
 .nav-tabs li{
 display:inline;
 }
 
 .invite .portlet-borderless-bar{
 display:none;
 }
 .invite a{
     text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    margin-top:5px;
    padding:7px;
    text-transform:uppercase;
 }
 .dropdown-content li > a, .dropdown-content li > span{
	font-size:1rem!important;
}
 

/**********  alertas ******************/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #843534;
}


 .error-field{
 color:red;
 }
 .yui3-calendar{
 width:350px;
 background-color:white;
 }
 .datepicker-popover{
 position:absolute!important;
 }
 .portlet-login .navigation{
 background-color:#fff!important;
 }
 
 .logoFooter img {
 height:4.5em;
 }
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(242, 242, 242, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
 .customOption .select-wrapper{
 margin-top:-6px;
 }
 
 .customOption .select-dropdown{
 font-weight:bold;
 }
 
 
 
     
 .line {
    border-left: 1px solid #ccc;
    width: 1px;
    height: 110px;
    margin: 5px auto;
}
  
  
  
  @media (max-width: 600px){
  .line {
    border-left: none;
    border-bottom: 1px solid #ccc;
    width: auto;
    height: 1px;
    margin: 20px auto;
    margin-bottom: 30px;
}
  }
    @media (max-width: 600px){
  .or {
margin-top:10px;
}
  }

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

.btn{
	text-transform:capitalize!important;
}

.btnLogin a{
	color:#fff!important;
	text-transform:none!important;
}
 
 
 .yui3-calendarnav-prevmonth:before {
    cursor: pointer;
    content: "<";
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}
.yui3-calendarnav-nextmonth:after {
    cursor: pointer;
    content: ">";
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}