@charset "UTF-8";
input[type=checkbox], 
input[type=radio] {
	display: none;
}

ul {
	list-style-type:none;
	padding:0;
	margin-top: 0;
}

.share_link {
	float:left;
}
.share_icon_container {
	overflow: hidden;
}
.share_icon {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin: 0 6px 15px 6px;
    float:right;
}

.event_title {
    display: table-cell;
    width: 150px;
    text-align: center;
}
#attendee_list {

}
.eventRow {
    display: table-header-group;
}
.riderBody {
    border-radius: 5px;
    border: 1px solid #06F;
    display: table-row-group;
}
.riderTable {
    display: table;
    width: 100%;
}
.riderRow {
    display: table-row;
}

.riderBody:nth-child(even) {
    background: #eee;
}

.riderDetails {
    width: 150px;
    display: table-cell;
    padding: 10px;
}
.riderHasTicket,
.riderNoTicket {
    width: 100px;
    display: table-cell;
    text-align: center;
}


.share_icon.share_icon_messenger {
	background-image: url(https://ws-fileshare.s3.amazonaws.com/icon/icon-facebook-messenger.png);
}
.share_icon.share_icon_whatsapp {
	background-image: url(https://ws-fileshare.s3.amazonaws.com/icon/icon-whatsapp.png);
}
.share_icon.share_icon_sms {
	background-image: url(https://ws-fileshare.s3.amazonaws.com/icon/icon-sms.png);
}

.check_green {
    width: 15px;
    height: 15px;
    background-image: url(https://ws-fileshare.s3.amazonaws.com/icon/icon-tick-green.png);
    background-size: 15px 15px;
    margin: 7px 0 0 2px;
    float:right;
    cursor: help;
}

.check_grey {
    width: 15px;
    height: 15px;
    background-image: url(https://ws-fileshare.s3.amazonaws.com/icon/icon-tick-green.png);
    background-size: 15px 15px;
    margin: 7px 0 0 2px;
    float:right;
    cursor: help;
}

.ballot_red {
    width: 15px;
    height: 15px;
    background-image: url(https://ws-fileshare.s3.amazonaws.com/icon/icon-chross-red.png);
    background-size: 15px 15px;
    margin: 7px 0 0 2px;
    float:right;
    cursor: help;
}

.ticketDeleteMark {
    cursor: pointer;
}

.infoIcon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: -5px;
}

ul#send_fast_pass li a{
	border-radius: 5px;
	display:block;
	font-size: 12px;
	color: #FFF;	
	padding:15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border: 1px solid rgba(204,204,204,.75);
	border-right-color: rgba(204,204,204,.75);
	border-bottom-color: rgba(204,204,204,.75);
	border-left-color: rgba(204,204,204,.75);
	cursor: pointer;
}

ul.inactive#send_fast_pass li a,
ul.mails_sent#send_fast_pass li a{
	background-color:#FFF;
	color: rgba(0, 115, 27, 0.5);
	border: 2px solid rgba(3,  115, 27, 0.5); /* (7, 216, 163, 0.5); */
	border-right-color: rgba(3,  115, 27, 0.5);
	border-bottom-color: rgba(3,  115, 27, 0.5);
	border-left-color: rgba(3,  115, 27, 0.5);
}
ul.mails_sent#send_fast_pass li a{
	cursor: default;
}

ul.active#send_fast_pass li a{
	background-color:#07d8a3;
}

ul.active#send_fast_pass li:hover a {
	border-radius: 5px;
	background-color: #008B68;
	color: #FFF !important;
	display: block;
}

ul#add_manually li a{
	border-radius: 5px;
	display:block;
	font-size: 12px;
	color: #FFF;	
	background-color:#fc6621;
	padding:15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border: 1px solid rgba(204,204,204,.75);
	border-right-color: rgba(204,204,204,.75);
	border-bottom-color: rgba(204,204,204,.75);
	border-left-color: rgba(204,204,204,.75);
	cursor: pointer;
}

ul#add_manually li:hover a {
	border-radius: 5px;
	background-color: #D44403;
	color: #FFF !important;
	display: block
}

ul#add_guests select {
	width: 100%;
	border-style: none;
	background-color: #fc6621;
	color: #FFF;
	font-size: 14px;
	margin: 0 10px 10px 0;
	padding: 15px 5px 15px 15px;
	border-radius: 5px;
	-webkit-appearance: none;
}
ul#add_guests select:hover {
	background-color: #D44403;
	color: #FFF !important;
}

/*li a.attendee_link:last-child,*/
li:last-child input[type=checkbox]+label, 
li:last-child input[type=radio]+label,
ol#attendee_list li:last-child,
ol.attendee_list li:last-child,
ol#invitati on_emails li:last-child,
li.last input[type=checkbox]+label, 
li.last input[type=radio]+label,
ol#attendee_list li.last,
ol.attendee_list li.last,
ol#invitation_emails li.last {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

li:first-child input[type=radio] + label,
li:first-child input[type=checkbox] + label,
ol#attendee_list li:first-child,
ol.attendee_list li:first-child,
ol#invitation_emails li:first-child,
li.first input[type=radio] + label,
li.first input[type=checkbox] + label,
ol#attendee_list li.first,
ol.attendee_list li.first,
ol#invitation_emails li.first {
	border: 1px solid rgba(204,204,204,.75);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
li:first-child input[type=radio]:checked + label,
li:first-child input[type=checkbox]:checked + label {
	/*background-color: rgba(35, 145, 0, 1);*/
		
}
li:first-child input[type=radio]:disabled + label,
li:first-child input[type=checkbox]:disabled + label {
	/*background-color: rgba(255, 76, 76, 1);*/
}
li a.attendee_link,
li input[type=radio] + label,
li input[type=checkbox] + label {
	display:block;
	font-size: 12px;
	color: #fc6621;	
	background-color:#FFF;
	padding:15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgba(204,204,204,.75);
	border-bottom-color: rgba(204,204,204,.75);
	border-left-color: rgba(204,204,204,.75);
	cursor: pointer;
}
li input[type=radio] + label span.secondary,
li input[type=checkbox] + label span.secondary {
	display: none;
}
li input[type=radio]:checked + label,
li input[type=checkbox]:checked + label {
	background-color: #fc6621;
	color:#FFF;
}
li input[type=radio]:checked + label span.secondary,
li input[type=checkbox]:checked + label span.secondary {
	display: block;
}

li input[type=radio]:disabled + label,
li input[type=checkbox]:disabled + label {
	background-color: #E8E8E8;
	color: #333;
}
li:last-child input[type=radio] + label,
li:last-child input[type=checkbox] + label,
li.last input[type=radio] + label,
li.last input[type=checkbox] + label {
	display:block;
	font-size: 12px;
	padding:15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgba(204,204,204,.75);
	border-bottom-color: rgba(204,204,204,.75);
	border-left-color: rgba(204,204,204,.75);
}
/*li input[type=radio] + label:hover,
li input[type=checkbox] + label:hover {
	background-color: #fc6621;
	color: #FFF;
}*/
li:last-child input[type=radio]:checked + label,
li:last-child input[type=checkbox]:checked + label {
	/*background-color: rgba(35, 145, 0, 1);*/
}
li:last-child input[type=radio]:disabled + label,
li:last-child input[type=checkbox]:disabled + label {
	/*background-color: rgba(255, 76, 76, 1);*/
}
.secondary	
{
	font-weight:normal;		
	float:right;		    
	margin-right:10px;
	font-size: 12px;
}
span.date {
	color: rgb(136, 136, 136) !important;
	float: right !important;
	font-size: 12px;
}


/* ------------------------ */
/* ------------------------ */
/* ------------------------ */
/* ------------------------ */


ol {
	padding:0px;
	counter-reset: item;
}
ol.attendee_list li:before,
ol#attendee_list li:before,
ol.attendee_cancellation_list li label:before,
ol#attendee_cancellation_list li label:before{
	content: counter(item) ". ";
    counter-increment: item;
}

ol.attendee_cancellation_list li,
ol#attendee_cancellation_list {
	list-style-type:none;
}

ol.attendee_list li,
ol#attendee_list li{
	display: block;
	font-size: 12px;
	color: #117dae;	
	background-color:#FFF;
	padding:15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgba(204,204,204,.75);
	border-bottom-color: rgba(204,204,204,.75);
	border-left-color: rgba(204,204,204,.75);
	overflow: hidden;
}

div#invitation_emails div input[type=text]{
	width: 75%;
	float: left;
	border-style: none;
	background-color: #cfcfcf;
	color: #333;
	font-size: 14px;
	border-radius: 0px;
	margin-bottom: 15px;
	-webkit-appearance: none;
	border-radius: 5px;
	padding: 5px 5px 5px 10px;
	height: 30px;
}

div#invitation_emails div span.secondary {
	float: right;
    margin-top: 7px;
}

ol.attendee_list li.reserved:hover,
ol#attendee_list li.reserved:hover{
	/*background-color: #14678d;*/
	cursor: default;
}

ol.attendee_list li.reserved,
ol#attendee_list li.reserved{
	color: #FFF;	
	background-color:#117dae;
}

ol.attendee_list li.reserved span.release_span,
ol#attendee_list li.reserved span.release_span{
	color: #117dae;
	background-color: #FFF;
	width: 25px;
	border-radius: 50%;
	float: right;
	text-align: center;
	margin-top: -4px;
	padding: 3px 0 4px 0;
}
ol.attendee_list li.reserved:hover span.release_span,
ol#attendee_list li.reserved:hover span.release_span{
	background-color: rgba(255, 0, 0, 1);
	color: #FFF;
	cursor: pointer;
}

.not_selectable_user{
	display: block;
	font-size: 12px;
	border-top: 0;
	background-color: #FFF;
	padding: 15px;
	color: #383d41;
	border: 1px solid rgba(204,204,204,.75);
	border-top: 0;
	background: #cfcfcf;
}

#editing_text, #editing_title
{
	width:75%;
	border-style: none;
	background-color: #cfcfcf;
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;

    margin-bottom: 15px;
    -webkit-appearance: none;
    border-radius: 5px;
    padding: 5px 5px 5px 10px;
    
}

#editing_text
{
	height: 90px;
} 

#editing_title
{
	height: 30px;
} 

ul.mails_sent #mails_sent_marks,
ul.mails_sent #fast_pass_sent,
ul.active #fast_pass_send,
ul.inactive #fast_pass_send
{
	display: inline-block;
}

ul.active #mails_sent_marks,
ul.inactive #mails_sent_marks,
ul.active #fast_pass_sent,
ul.inactive #fast_pass_sent,
ul.mails_sent #fast_pass_send
{
	display: none;
}