/******************************************************************************/
/* Trovel - Estilo Compartido                                                 */
/* Authors:                                                                   */
/* Franc Muņoz, 11/10/2015                                                    */
/*                                                                            */
/******************************************************************************/

.tbleven td {
	background-color: #EFEFEF;
}

p {
	margin: 0.7em 0 0.7em 0;
}

.zwfield, .zwcellfield {
	position: relative;
}

.tblsel td {
	background-color: #730D2C;
	color: #FFF;
}

.tblsel a {
	color: #FFF;
}

.zwfrmactions {
	margin-top: 0.3em;
}

.zwfrmactions BUTTON {
	margin-left: 1em;
	box-sizing: border-box;
}

.zwinputerror {
    font-size: 0.7em;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #dc143c;
}

.trvlike {

}

.trvlike:after {
	content: '\f005';
	font-family: awesome;
	color: #FFF;
	font-size: 2em;
	text-shadow: 0 0 0.6em #000;
}

.trvliked:after {
	color: #DC143C;
}

.zwccardfld .zwinputerror {
	position: static;
}

.zwinputerror, .zwformerror {
    color: #fff;
    border-radius: .4em;
    padding: 0.3em;
    background-color: #dc143c;
}

.searchmark {
	color: #FFF;
	background-color: #730D2C;
}

.ecinsctopbox {
	position: relative;
	margin: 0 auto 1em auto;
	text-align: center;

}

.ecinsctopbox:empty {
	display: none;
}

.ecformtable {

	margin: 0.8em auto;
}

.ecformtable tr td {
	vertical-align: middle;
	position: relative;
}

.ecformtable .zwfrmactions {
	margin: 0.6em 0;
}

.ecsignup .eccompdetmain .ecformtable, .ecinsctopbox {
	
}


.tblheader td {
	/*border-bottom: 1px solid #730D2C;*/
	text-transform: uppercase;
}

.tblheader td A {
	text-decoration: none;
}

TABLE.zwgrid {
	/*border-bottom: 1px solid #730D2C;*/
}

div + p {
	margin-top: 0.7em;
}

.trvinqprfrm {

}

.trvinqprfrm .zwfield, .zwccardfld {
	float: none;
}

.trvinqbuytip {
	opacity: 0;
	display: none;
	padding: 0.6em 0 0.2em 0;
    text-align: center;
}

.trvoptiondelete {
	color: #FFF;
	cursor: pointer;
	background-color: #730D2C;
}

.trvevtinvcome {
	margin-bottom: 1em;

}

.trvevtinvcomecap {
	cursor: pointer;

}

.trvevtinvcomecap:before {
	font-family: awesome;
	content: '\f096';
	margin-right: 0.3em;
}

.trvevtinvcomesel:before {
	content: '\f046';
}

.trvevtinvcomecnt {
	display: none;
}

.trvellipsis {
    overflow: auto;
}

.zwformrow {
	overflow: auto;
}

.trvctxmenu {
	z-index: 1000;
	background-color: #FFF;
	cursor: default;
}

.trvctxmenu > * {
	padding: 0.4em 0.8em 0.4em 0.4em;
	font-size: 0.8em;
}

.trvctxmenu > *:hover {
	color: #FFF;
	background-color: #730D2C;
}

.trvtab {
	width: 100%;
	box-sizing: border-box;
}

.trvtabmenu {
	position: relative;
}

.trvpgctxmenu ul {
	margin: 0 auto;
	padding: 0;
	border-bottom: 0.1em solid #EBEBEB;
}

.trvtabmenucnt {
	position: relative;
}

.trvtabmenucnt > DIV {
	display: none;
}

.trvtabmenucnt > DIV:first-child {
	display: block;
}

.trvpgsubmenu ul {
	margin: 0 auto;
	padding: 0 0 0.04em 0;
	border-bottom: 0.09em solid #EBEBEB;
}

.trvpgctxmenu ul li, .trvpgsubmenu ul li {
	bottom: -0.05em;
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 0.6em 0.7em;
	border-bottom: 0.1em solid transparent;
	color: #202020;
	margin: 0;
	list-style-type: none;
	font-size: 1.1em;
}

.trvpgsubmenu ul li {
	font-size: 1em;
	bottom: -0.1em;
	border-bottom: 0.09em solid #EBEBEB;
	bottom: -0.09em;
}

.trvpgctxmenu ul li:hover, .trvpgctxmenu ul li.trvsel,
.trvpgsubmenu ul li:hover, .trvpgsubmenu ul li.trvsel {
	border-bottom-color: #730D2C;
}

.trvtofade {
	opacity: 0;
}

.trvhidden {
	display: none;
}

.trvdrop {
	background-color: #FFF;
	box-shadow: 0 0 1em -0.3em rgba(0, 0, 0, 0.85);
	border: 1px solid #DCDCDC;
	position: absolute;
	z-index: 10;
	display: none;
	overflow: auto;
	min-height: 10em;
}

.trvdroptxt {
	padding: 1em;
	width: 40em;
	box-sizing: border-box;
}

.trvdroptxt > P {
	color: #C0C0C0;
}

.trvtopbg {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	background-size: cover;
	height: 350px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;

}

.trvgray {
	filter: grayscale(80%)
}

.trvtopfader {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 50%, #FFF 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,0) 50%, #FFF 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,0) 50%, #FFF 100%);
}


/* User >> */

.trvusrmenu {
	float: left;

	height: 100%;
}

.trvusrmenu > * {
	height: 100%;
	box-sizing: border-box;
	float: left;
}

.trvusrmnusr {
	padding: 0 0.3em;
	float: left;
	cursor: pointer;
	color: #504D54;
	text-decoration: none
}

.trvusrmnusr > DIV {
	float: left;
}

.trvusrmnusr > DIV.trvusrname {
	padding: 0.6em 0.2em 0 0.4em;
}

.trvusrmnusr > DIV.trvusrphoto {
	display: inline-block;
	height: 2em;
	width: 2em;
	margin-top: 0.25em;
	border: 0.15em solid #606060;
	box-sizing: border-box;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.trvusrmnusr:hover {
	color: #FFF;
	background-color: #730D2C;
}

.trvusrmnusr:hover > DIV:first-child {
	border-color: #FFF;
}

.trvusrmnusr {
	position: relative;
}

.trvclbusrmnopt {
	display: inline-block;
	padding: 0.3em;
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

.trvclbusrmnopt:hover {
	background-color: #730D2C;
	color: #FFF;
}

.trvusrmnusr .trvtopnfoboxcnt {
	width: 12em!important;
	height: auto;
}

.trvusracts {
	float: left;
}

.trvusracts > SPAN {
	position: relative;
	display: inline-block;
	height: 100%;
}

.trvusracts > SPAN > A {
	font-family: awesome;
	font-size: 1.5em;
	text-decoration: none;
	padding: 0.3em;
	display: inline-block;
	height: 100%;
	color: #DCDCDC;
	box-sizing: border-box;
	position: relative;
}

.trvusracts > SPAN > A:hover, .trvusractsel > A {
	color: #FFF;
	background-color: #730D2C;
}

.trvusracts > SPAN > SPAN {
    position: absolute;
    bottom: 0.3em;
    right: 0.3em;
    padding: 0.04em;
    background-color: #dc143c;
    color: #fff;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 0.5em;
    min-width: 1.3em;
    text-align: center;
}

.trvmbrbadge {
	height: 3em;
	width: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: 1px solid #F3F3F3;
	margin-top: 0.3em!important;
	margin-bottom: 0.3em;

}

.trvtopnfobox {
	font-size: 1rem;
	background-color: #FFF;
	position: absolute;
	border: 1px solid #DCDCDC;
	box-shadow: 0 0 1em -0.3em rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 2.5em;
	box-sizing: border-box;
	z-index: 99;
	display: none;
	opacity: 0;
	text-align: left;
}

.trvtopnfoboxcnt {
	width: 19em;
	/*min-height: 25em; Surt malament el menu d'usuari: selector de perfil */
	overflow: auto;
	/*padding: 1em;*/
	box-sizing: border-box;
}

.trvtopnfohdr {
	background-color: #F0F0F0;
	overflow: auto;
	padding: 0.2em 0 0 0.5em;
	margin: 0;
}

.trvtopnfocap {
	padding: 0;
	margin: 0;
}

.trvnotunread {
	background-color: #F6F6F6;
}

.trvnotempty {
	text-align: center;
	color: #C0C0C0;
	padding: 1em 2em;
}

.trvnotunread .trvnotentread:hover {
	color: #730D2C;
}

.trvnotaction {
    font-size: 0.75em;
    display: block;
    padding: 0 0 0.4em 0;
}


.trvtopnfoftr {
	background-color: #F0F0F0;
	text-align: center;
	font-size: 0.85em;
	cursor: default;
}

.trvtopnfoftr > DIV {
	padding: 0.3em;
	color: #4B4B4B;
}

.trvsrctyp {
	font-size: 1.1em;
	text-align: center;
	margin-top: 1em;
	padding: 1em;
}

.zwmncnt > ul > li:first-child > .zwsysctxitem {
	border-radius: 0;
}

.trvfloatclose::before {
	content: '\f00d';
}

.trvfloatclose {
	position: absolute;
	height: 1em;
	width: 1em;
	padding: 0.1em;
	font-size: 1.2em;
	border-radius: 0.2em;
	text-align: center;
	top: 0.4em;
	background-color: #DCDCDC;
	right: 0.4em;
	font-family: awesome;
	cursor: pointer;
	color: #FFF;
}

.trvfloatclose:hover {
	color: #FFF;
	background-color: #730D2C;
}

.cmsuseractions > a, .cmsuseractions > span, .trvusrm a {
    margin-right: 0.8em;
    height: 100%;
    padding: 0.5em;
    display: inline-block;
    box-sizing: border-box;
}

.trvfavcnt {
	overflow: auto;
}

/* <<< User */

/* Carrousel >> */

.trvcarrousel {
	overflow: hidden;
	position: relative;
}

.trvcarrousel > * {
	position: absolute;
	left: -100%;
	top: 0;
}

.trvcarrouselpg {
	position: absolute;
}

.trvcarrouselpg > * {
	position: absolute!important;
	margin: 0!important;
}

.zwmobile .trvprdfoot  .trvcarrousel {
	overflow: auto;
	position: static;
}

.zwmobile .trvprdfoot .trvcarrousel > * {
	position: relative;
	left: auto;
	top: auto;
	display: inline-block;
}

.trvcarrleft, .trvcarrright, .trvparrleft, .trvparrright {
	position: absolute;
	top: 0;
	height: 100%;
	box-sizing: border-box;
	z-index: 45;
	width: 2em;
	opacity: 0;
	cursor: pointer;
	text-align: center;
	align-items: center;
    display: flex;
}

.trvparrright {
    box-sizing: content-box;
    border-left: 30em solid transparent;
}

.trvparrleft {
    box-sizing: content-box;
    border-right: 10em solid transparent;
}

.trvcarrright, .trvparrright {
	right: 0;
	left: auto;
	background: rgba(0,0,0,0);
	background: -moz-radial-gradient(right, ellipse farthest-side, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(right, ellipse farthest-side, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	background: radial-gradient(100% 50%, ellipse at farthest-side, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	background-repeat: no-repeat;
	background-position: right center;
}

.trvcarrleft, .trvparrleft {
	left: 0;
	background: rgba(0,0,0,0);
	background: -moz-radial-gradient(left, ellipse farthest-side, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(left, ellipse farthest-side, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	background: radial-gradient(100% 50%, ellipse at closest-corner, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	background-repeat: no-repeat;
	background-position: left center;
}

.trvcarrleft::after, .trvcarrright::after,
.trvparrleft::after, .trvparrright::after {
	font-family: awesome;
	color: #FFF;
	text-shadow: 0 0 0.2em #000;
	font-size: 2em;
	display: inline-block;
	width: 100%;
}

.trvcarrleft::after, .trvparrleft::after {
	content: '\f053';
}

.trvcarrright::after, .trvparrright::after  {
	content: '\f054';
}

/* Carrousel >> */


/* Staff >> */

.trvstaffnfo {

}

.trvstaffnfo.trvmsthmb {
    box-shadow: 0 0 1em -0.2em #DC143C;
    border: 1px solid #DC143C;
}

.trvstaffact {
	background-color: #DC143C!important;
	background-image: none;
	color: #FFF!important;
}

.trvmbrstaff {

}

.trvmbrstaff {
	background-color: #DC143C;
	color: #FFF;
}

.trvmbrstaff A {
	color: #F0F0F0;
}

.trvstaffnfo.trvmbrstaff > * {
	border-bottom: 1px solid #FFF;
	padding: 0.3em;
}

/* <<< Staff */

