/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* @font-face{
    font-family:FontAwesome;
    src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight:400;
    font-style:normal
}

@font-face {
  font-family:FontCustom;
  src:url(../fonts/FontCustom.woff?8) format("woff"),url(../fonts/FontCustom.ttf?8) format("truetype"),url(../fonts/FontCustom.svg?8#FontCustom) format("svg");
  font-weight:400;
  font-style:normal;
}*/
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Carme');


html, body, section {
  height: 95%;
}

body {
  font-size: 18px;
  background-color:#F2EBE1;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Carme', sans-serif;
}

p{
	font-family: 'Questrial', sans-serif;
}

.ajax_loader{
	display:none;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(243,243,243,.5);
    /*background:rgba(0,0,0,.5);*/
    z-index: 9999;
}

#menuForm{
	margin-bottom:0;
}

header, main {
	padding-left: 260px;
}

.waldorf-color{
	background-color: #9f9c99;
}

.waldorf-color:hover{
	background-color: #D6CCDC;
}

.waldorf-color-text{
	color:#9f9c99;
}

.ok{
	color: #fff !important;
}

.warning{
	color: #ffd600 !important;
}

.urgent{
	color: #ff5800 !important;
}

.custom-spinner-color{
	border-color: #9f9c99;
}

.logo-register, .img-error-size{
	width: 30%;
	background-color: #233588;
}

.row-error{
	padding: 0 25% 0 25%;
	margin-top: 5%;
}

.hidden{
	display: none !important;
	visibility: hidden !important;
}

.fa-file-excel-o{
	color: green;
	cursor:pointer;	
}

/* NAVIGATION */

#nav-mobile{
	transform: translateX(0%);
	background-color: #FFF;
}

.user-view{
	padding: 5px 32px 0 !important;
}

.user-view img{
	width: 100%;
}

.sidenav{
	width: 250px;
}

.sidenav li > a:hover, .sidenav li.active{
	background-color: #9f9c99;
}
.sidenav .user-view .name, 
.sidenav .user-view .group{
	line-height: 5px;
}

ul.sidenav.sidenav-fixed li a{
	height: 48px;
}

.sidenav .user-view .name{
	margin-top: 0;
}

ul.sidenav.sidenav-fixed ul.collapsible-accordion{
	padding-top: 0;
	background-color: unset;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active{
	background-color: rgba(50,50,50,0.06);
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active > a{
	color: rgba(0,0,0,0.87);
}

.exit{
	padding: 0 !important;
	margin-left: 40px;
}

.topPaddingx2{
	padding-top: 2%;
}

.topPaddingx10{
	padding-top: 10%;
}

/* START DEFINE LOGIN STYLE */
h1 {
  font-size: 2em;
  margin-bottom: 5%;
  font-style: bold;
}

a{
/* 	color: #565656; */
	font-size:1em !important;
	color: rgba(0,0,0,0.87);
}

#detail-section{
	width: 30%;
	float:left;
}

.activation-section{
	width: 550px;
	padding-left: 20px;
}

section.login-content {
	display: flex;
	flex-direction: row;
	font-size: 20px;
	width: 80%;
	margin: auto;
	padding: 70px 0;
}

section.login-content > div{
	flex-grow: 1;
	padding: 40px 0;
}

section.login-content .section-logo {
	width:100%;
	text-align:center;
	background-color: #233588;
}

section.login-content .section-login {
	background-color: #F9F8F8;
	width:100%;
}

section.login-content .img-login-size{
	width: 60%;
	margin-top: 20%;
}

section.login-content .form-signin{
  margin-left: 10%;
  width: 80%;
}
/* END DEFINE LOGIN STYLE */

/* START DEFINE MATERIALIZE MAIN COLOR */
.btn{
	background-color: #F2EBE1 !important;
	color: #9f9c99;
	border: 1px solid #D3D3D3;
	border-radius: 2px;
	padding: 0 1rem;
	text-transform: initial;
	font-size: 1rem !important;
}

.btn:hover{
	background-color: #D6CCDC;
}

.input-field label.active{
	color: #000 !important;
}

.input-field input, .input-field input:focus{
	border-bottom: 1px solid #9f9c99 !important;
	-webkit-box-shadow: 0 1px 0 0 #9f9c99 !important;
	box-shadow: 0 1px 0 0 #9f9c99 !important;
}

[type="radio"]:checked + span::after, .with-gap[type="radio"]:checked + span::after,
[type="radio"]:checked + span::after, .with-gap[type="radio"]:checked + span::before, .with-gap[type="radio"]:checked + span::after {
    background-color: #9f9c99;
}

[type="checkbox"]:checked + span:not(.lever)::before{
	border-right: 2px solid #9f9c99;
	border-bottom: 2px solid #9f9c99;
}

.btn-floating{
	position:static;
}

.btn-floating.btn-large{
	width: 60px;
	height: 60px;
}

.btn-floating.btn-large i{
	line-height: 60px;
}

.fixed-action-btn{
	right: 10%;
}

.roles-block{
	margin-top: -5px;
}

.login_loader{
	display:none;
	position:fixed;
	left:50%;
	top:40%;
}

.login_loader h4{
	margin-left: -20%;
}

/* END DEFINE MATERIALIZE MAIN COLOR */

.nomatch-password{
	display:none;
}
	
.collection .collection-item.avatar .title{
	font-size:20px;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle, .collection .collection-item.avatar :not(.circle-clipper) > .circle{
	width: 44px;
	height: 43px;
	left: 14px;
	top: 22px;
	background-color: #fff;
	font-size: 34px;
}

.circle-icon{
	font-size: 45px !important;
	color: #9f9c99 !important;
	top: 15px !important;
}


.collection .collection-item.avatar .secondary-content{
	right: 80px;
	top: 25px;
}
.collection .collection-item.avatar .third-content{
	position: absolute;
	top: 25px;
	right: 16px;
}

.collection .collection-item.avatar p{
	font-size: 15px;
}

.agenda-collection .collection-item{
	line-height: 1rem;
	padding-left:0 !important;
	background-color: #f2ebe1;
}
	
.agenda-collection .collection-item.avatar .secondary-content, .agenda-collection .collection-item.avatar .third-content{
	top:5px;
} 
	

.drag-target{
	width:0;
}

.card-panel{
	padding: 15px;
	margin: 0 1rem 0 1rem;
}

.sp-replacer{
	margin: 5px 0px auto !important;
}

/*.first-row{
  background-color: #FEB9531A;
  padding-top:1%;
}*/

.no-borders{
	border-right: 0 !important;
}

.content{
  padding-left:0;
  padding-right:0;
  width: 99% !important;
  max-width: 99% !important;
}

.map-location{
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 1%;
}

.map-location .tab-content{
  color : #000000;
  background-color: unset;
/*   padding : 5px 15px; */
}

.map-location .nav-pills > li > a {
  border-radius:0;
}

#map {
    height: 650px;
    width: 100%;
}

#map img {
	max-width: inherit !important; 
	max-height: inherit !important
}

#list{
	height: auto;
	width: 100%;
}

#list .input-field .select-wrapper .dropdown-content li > a, .dropdown-content li > span{
	color: #9181A3;
}

/*.card{
	width: 28%;
	margin-right:5%;
}*/

.card .card-image img{
	height: 160px;
}

.card-reveal{
	width: 88% !important;
	margin-top: 30px;
}

.flex-block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.data-block{
	width:70%;
	float:left;
	margin-bottom:6%;
}

.ped-block{
	width:30%;
	float:left;
}

.data-reveal{
	margin-top: 10%;
	width:90%;
}

.file-field .btn{
	height: 36px;
	line-height:36px;
	margin-top: 5px;
}

/*
Overriding maresdedia.cat styles in order to apply the correct ones due to priorities of both css file styles 
*/
.social a{
	font-size: 23px !important;
}

.offcanvas-header-icon{
	font-size: 26px !important;
}

.mobile-nav{
	height: calc(100% - 56px);
}

.mobile-nav ul li{
	width: 100%;
	background-color: #fff;
}

#services-row{
	display:none;
}

[id^=new-agenda-]{
	display:none;
}

.inline-button{
	margin-top:2%;
}

#modal-alert{
	width:25%;
}

#modal-alert .modal-content{
	padding:0 24px 24px 24px
}

#toast-container {
  top: auto !important;
  right: auto !important;
  bottom: 90%;
  left:40%;
}

/*#toast-container .toast{
	background-color: #10C240 !important;
}*/

@media only screen and (max-width: 479px) {
	
	html, body, section {
	  height: 100%;
	  width: 100%;
	  margin: auto;
	}
	
	h1{
		text-align: center;
		font-size: 1.5em;
		margin: 0;
	}
	
	.activation-section h1, .login-content h1{
		text-align: left;
	}
	
	.activation-section p{
		font-size: 15px;
	}
	
	.activation-section{
		width: 360px;
		padding-left: 5px;
	}
	
	.content{
		width: 96% !important;
	}
	
	.map-location{
		padding-left: 1%;
		padding-right: 1%;
	}
	
	.card-panel{
		padding: 10px;
		margin: 1rem 0 1rem 0;
	}
	
	.card{
		width: 100%;
		margin-right: 0;
	}
	
	#list .input-field{
		width: 50%;
	}
	
	#list .input-field .select-wrapper input.select-dropdown{
		font-size: 0.7rem;
	}
	
	#list .input-field .select-wrapper .dropdown-content li > a, .dropdown-content li > span{
		font-size: 10px;
	}
	
	.input-field{
		margin-bottom: 0;
	}
	
	/* START DEFINE LOGIN STYLE */
	section.login-content {
		flex-direction: column;
		width: 100%;
		padding: unset;
	}
	section.login-content > div{
		width: 100%;
		padding: 0;
	}
	
	section.login-content .section-logo{
		flex-grow: 0.1 !important;
	}
	
	section.login-content .img-login-size{
		width: 50%;
	}
	
	.activation-section h1, .login-content h1{
		font-size: 1.2em !important;
	}
	
	a{
		font-size: 0.7em;
	}
	
	section.login-content .section-login{
		width:99%;
	}
	
	section.login-content .form-signin{
		margin-left: 1%;
		width: 96%;
	}
	.section-login .row{
		margin-bottom: 0;
	}
	
	.section-login .btn-large{
		height: 40px;
		line-height: 40px;
	}
	
	.section-login form p{
		margin-bottom: 15px;
		margin-top: 5px;
	}
	/* END DEFINE LOGIN STYLE */
	
	#detail-section{
		width: 97%;
		border-right: 0;
	}
	
	.follow-and-file{
		width: 97%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	
	.file-field input[type="file"]{
		font-size: 18px;
	}
	
	.responsive-table{
		font-size: 10px;
	}
	
	.collection .collection-item.avatar .title{
		font-size: 16px;
	}
	
	.collection .collection-item.avatar p{
		font-size: 12px;
	}
	
	
	.collection .collection-item.avatar .secondary-content{
		right: 60px;
	}
	
	.collection .collection-item.avatar .third-content{
		right: 5px;
	}
	
	.collection .collection-item.avatar .secondary-content, .collection .collection-item.avatar .third-content{
		top: 40px;
	}
	
	/*.user-collection .collection-item.avatar .secondary-content, .user-collection .collection-item.avatar .third-content{
		top: 40px;
	}*/	
	
	.collection .collection-item{
		padding: 0 20px;
	}
	
	#list-section p {
		font-size: 13px;
	}
	
	.select-block{
		width: 50% !important;
		padding: 0.25rem !important;
	}
	
	.searchFilter{
		width: 150px !important;
	}
	
	.btn-floating.btn-large{
		width: 50px;
		height: 50px;
	}
	
	.btn-floating.btn-large i{
		line-height: 50px;
	}
	
	/*
	Overriding maresdedia.cat styles in order to apply the correct ones due to priorities of both css file styles 
	*/
	.header-mobile{
		margin-top: 10%;
	}
	
	.mobile-drawer, .mobile-menu-main > li > a, .mobile-lang-btn a{
		font-size: 14px !important;
	}
	
	.mobile-social a{
		font-size: 1.75em !important;
	}
	
	.mobile-menu-secondary > li, .mobile-social > li{
		background-color: #f7f7f7 !important;
	}
	
	.mobile-menu-main a:hover{
		background-color:#fff;
	}
	/*
	Overriding maresdedia.cat styles in order to apply the correct ones due to priorities of both css file styles 
	*/
}

@media only screen and (max-width : 992px) {
	header{
		background-color: #F2EBE1;
		height: 60px;
		width: 100%;
	}
	
	header, main{
		padding-left: 1px;
		padding-right: 1px;
	}
	
	a.sidenav-trigger.top-nav{
		color: #9f9c99;
	}
	
	a.sidenav-trigger.top-nav.full{
		line-height: 80px;
		top: 2%;
	}
	
	#detail-section{
		padding-top: 20px;
	}
	
	.searchFilterRow{
		display:none;
	}
	
	#textSearch, #textListSearch{
		width:240px;
	}
	
	.activation-section{
		width: 465px;
	}
	
	.activation-section h1, .login-content h1{
		font-size: 1.5em;
	}
}


@media only screen and (min-width:480px) and (max-width: 1199px) {
	html, body, section {
	  width: 100%;
	  margin: auto;
	}
	
	h1{
		text-align: left;
		font-size: 1.5em;
	}
	
	/* START DEFINE LOGIN STYLE */
	section.login-content {
		flex-direction: column;
		width: 100%;
		padding: unset;
	}
	section.login-content > div{
		width: 100%;
		padding: 0;
	}
	
	section.login-content .section-logo{
		flex-grow: 0.3 !important;
		text-align: center;
	}
	
	section.login-content .form-signin{
		margin-left: 5%;
		width: 90%;
		margin-top: 0px;
	}
		
	section.login-content .img-login-size{
		width: 200px;
		margin-bottom: 0px;
		margin-top:15px;
		vertical-align: middle;
		display: inline-block;
	}
	
	section.login-content .section-logo a{
		vertical-align: middle;
		display: inline-block;
	}
	/* END DEFINE LOGIN STYLE */
}

@media only screen and (min-width : 590px) and (max-width : 992px) {
	#nav-mobile{
		transform: translateX(-105%);
	}
}

@media only screen and (max-width : 589px) {
	#nav-mobile{
		transform: translateX(-105%);
	}
	
	.resp-table-header{
		font-size: 16px;
	}
	
	.login_loader, .data-loader{
		left:40%;
	}
}