/*
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Carlos Camara - GWE Systems Ltd
    Description: CSS customisations for Conference package.
    Purpose of the stylesheet follows.
*/
.jev-hidethis{
	display:none;
}

.jev-event-eventplanning .jevdialogs {
    float: left;
	margin-top: 28px;
}
.jev-event-eventplanning #ical_dialog {
    left: 0 !important;
}

.jev-event-speakers .icon-globe:before{
	content:"";
}
.jev-event-eventroom .icon-user:before{
	content:"";
}

[class*="jev-event-"] > h3 {
	background-color: #efefef;
	padding: 5px;
}

/* Program styling */
.jev-conference-tag{
	border-radius:5px;
	color:white;
	font-weight:bold;
	padding:5px;
}
@media (max-width: 767px){
	.jev-session-time {
		border-bottom: 1px solid #DDDDDD;
		border-top: 1px solid #DDDDDD;
	}
}

/* Main Event styling */
.jev-event-loc-title{
	display: inline;
	font-weight: bold;
}
[class*="jev-eventshare-"],[class*="jev-speaker-social-"]{
	display:inline-block;
	margin: 10px;
}
.jev-eventshare-eventplanning .jevdialogs {
    float: left;
	margin-top: 28px;
	padding-left: 58px;
    position: absolute;
}
#gmap{
	max-width: 100%;
}

.jev_listrow .jev_daysnames.category{
	display: none;
}

/* List of Sessions */
.menu-sessions #jevents_body {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
}

.menu-sessions #jevents_body #jev_maincal {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
}

.menu-sessions a.ev_link_row:link, .menu-sessions a.ev_link_cat:link{
	font-size:inherit!important;
}

.menu-sessions #jevents_body .jev_listrow > ul.ev_ul > li.ev_td_li {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC !important;
	border-radius: 4px;
	margin-top: 20px;
	padding: 20px;
}

.menu-sessions #jevents_body .jev_listrow > .ev_ul > .ev_td_li > div > * {
  display: block;
  margin-top: 15px;
}

.menu-sessions .jevpeople_entries i{
	display: none;
}

.menu-sessions .jevpeople_entries i{
}

.menu-sessions .jev-sessions-speaker-thumb .jevpeople_entries .jev-resource-title{
	display:none;
}

.menu-sessions .jev-sessions-speaker-title .jevpeople_entries .jev-resource-thumb{
	display:none;
}

.menu-sessions .jev-sessions-speaker-title > .jevpeople_entries {
  display: inline-block;
}

.menu-sessions .jev-sessions-room .jevpeople_entries .jev-resource-thumb{
	display:none;
}

.menu-sessions .jev-sessions-room {
	margin-top: 10px;
}

/* Speakers */
/* Hide filter for speakers page */
div.jevpeople >#adminForm > table {
	display: none;
}
/* Hide link to all events */
div.jev-speaker-sessions > strong{
	display:none;
}
.jevresource-container, .menu-sessions #jevents_body .jev_listrow > ul.ev_ul > li.ev_td_li {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC !important;
	border-radius: 4px;
	float: left;
	margin: 20px 20px 20px 0;
	max-width: 100%;
	padding: 40px;
	width: 92%;
}

.jevresource-container:last-child{
	margin-bottom: 20px;
}
.jev-sessions-readmore > a, .jev-speaker-readmore > a {
	background-color: #2BA3D4;
	border: 2px solid #CCCCCC;
	border-radius: 4px;
	color: #FFFFFF!important;
	display: inline-block;
	float: right;
	font-weight: bold;
	padding: 10px;
}
.jev-sessions-readmore > a:hover,.jev-speaker-readmore > a:hover{
	background-color: #CCCCCC;
	transition: all 0.2s ease-in 0s;
}

/* RSVP Pro css changes */
.mootabs_title li.active {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	height: 25px;
	padding-bottom: 1px;
}
.mootabs_title li{
	border-radius: 0;
}
.mootabs_panel.active {
	background-image: none;
	background-color: #EEEEEE;
}

.jev-bank-details{
	background-color: #CCCCCC;
	border:1px solid #efefef;
	border-radius: 4px;
	padding: 20px;
}

#registration-tab-pane .paramfield22 label {
  border-bottom: 1px solid #000000;
  font-size: larger;
  font-weight: bold;
  padding-top: 20px;
}

.jevtickets > a > img {
	width: inherit !important;
}

input#jevattendsubmit{
	background-color: #2BA3D4 !important;
	border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 15px 30px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    vertical-align: middle;
}

#addguest a, #killguest a{
	border: 2px solid #000;
    border-radius: 4px;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 7px 10px !important
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    vertical-align: middle;
}
#addguest a:hover{
	background-color: #2BA3D4 !important;
	color: #FFFFFF !important;
}
#killguest a{
	background-color: #c00 !important;
	color: #fff!important;
}
#killguest a:hover{
	background-color: #E8C0C2 !important;
	color: #c00!important;
}

/* Responsivess fixes */
@media (max-width: 767px){
	#jevents .row-fluid [class*="offset"]{
		margin-left: 0;
	}
}

