.r_b {
  background-color: #C4D100;
  } 
  
  .r_max_w {
    max-width: 500px;
    margin-bottom: 30px;
  } 
  
  .confirm_button {
  text-align:center; 
  background:#6AC6BE; 
  width:200px; 
  border-radius:4px; 
  color:#fff; 
  padding:15px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 40px;
  } 
  
  .r_center {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align:center;
  }
  
  .sponsor_footer {
      max-width: 120px;
      max-height: 120px;
    margin-left: auto;
    margin-right: auto;
    display:inline-block;
    width:30%;
    margin:0 3% 0 3%;
  }
  
  .r_footer {
      /*background:#d91e5b;*/
      background-image: url("../images/alive22_bkg2.jpg");
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
      height: 160px;
       width: 100%;
       margin-top: 20px;
  }
  
.w_privtext {
font-size: 0.8em;
width:240px;
float:left;
}

.w_float {
float:left;
}
.h200{
height:200px !important;
}

.w_privbox {
width:40px;
float:right;
}

.w_textbox {
max-width:500px;
background:#d8d8d8;
border-radius:5px;
padding:10px;
margin:10px;
text-align:left;
font-size: 0.8em;
margin-left: auto;
margin-right: auto;
}

.w_formerror {
color:red;
font-style: italic;
}


.w_grey {
background:#aaa !important;
border-radius:5px;
border-style:none;
padding:10px;
}

.w_number {
	background:#fff;
	max-width: 50px!important;
	padding: 5px;
	border-radius:5px;
	border: 0;
    margin: 5px;
}


.user_name {
text-transform: uppercase;
font-weight: bold;
background:#d91e5b;
color:#fff;
padding:5px;
border-radius:5px;
border: 0;
}
.u_sub {
   color: #9e9e9e;
}


.w_hide_box{
	display:none!important;
}

.w_header_guest{
    /*background:#d91e5b;*/
	background-image:  url("../images/logo.png"), url("../images/alive22_bkg1.jpg");
	background-position: center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 140px, auto 160px;
	margin-bottom: 30px;
}

.w_logo_image{
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.w_header_image{
    height: 158px;
/*     background-image: url('../images/logo.png'); */
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
}

.w_body{
	background:#e6e7e9;
	font-family: 'Ubuntu', sans-serif !important;
}

.w_no_margin_side{
	margin-left:0px!important;
	margin-right:0px!important;
}

.w_max_width{
	max-width:1200px!important;
	text-align: center;
}

.w_login_button{
	background:#00abef!important;
	color:#fff;
}

.w_login_button:hover{
	background:#5B6AAC!important;
	color:#fff;

}
.w_nav_button {
	background:#03c3a0!important;
	color:#fff!important;
	margin: 0px 10px 10px 0px!important; 
}

.w_register_button{
	background:#FED600!important;
	color:#5B6AAC;
	margin-bottom: 40px;
}

.w_register_button:hover{
	background:#B8413A!important;
	color:#FED600;
}

.table_item {
    background-color: #fff;
}

.table_item {
    border: 0;
    border-radius: 10px;
    display: block;
    margin: 15px 0px;
    padding: 10px;
}

.table_item:hover {
    background-color: #ccc;
    cursor: pointer !important;
}

.table_header {
    border: 0;
    border-radius: 10px;
    display: block;
    padding: 0px 10px;
    color: #a5a5a5;
}

.table_name {
    width: 200px !important;
}
.table_name_short {
    width: 170px !important;
}
.table_hname {
    width: 200px !important;
}
.table_hname:hover {
    cursor: pointer !important;
}
.table_email {
    width: 300px !important;
}
.table_date {
    width: 200px !important;
}

.table_event {
    width: 250px !important;
    text-align: center;
}
.table_count {
    width: 80px !important;
    text-align: center;
}
.table_condition {
    width: 250px !important;
}

.w_table th, td {
padding: 0px 10px;
}

div label input {
   margin-right:100px;
}

.checkbox_button {
    overflow:auto;
    float:center;
    font-weight: bold;
}

.checkbox_button:hover span {
    background:#aaa;
}

.checkbox_button span {
	width:8.0em;
    margin:10px;
    padding: 10px;  
    background-color:#cccccc;
    border-radius:4px;  
}


.checkbox_button label input {
    position:absolute;
    z-index: -1;
    margin-top: 10px;
    margin-left: 15px;
}

.checkbox_button input:checked + span {
    background-color:#76B022;
    color:#fff;
}

.w_event_day_name{
	background: #5B6AAC;
	width:100%;
	text-align:center;
	color: white;
	margin-bottom: 10px;
/* 	border-bottom: solid 2px #020201; */
	border-radius:4px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
    padding: 10px;
    font-weight: bolder;
}




/* 
.checkbox_button_event {

    border-radius:4px;
	font-size:14px;
    overflow:auto;
    float:left;
    width:100%;
	margin-bottom:.5rem;
}
 */

.checkbox_button_event span {
/* 	width:100%;
	margin:4px 0px; */
	padding: 10px;
	background-color:#fff;
	border-radius:4px;
	overflow:auto;
/* 	float:left; */
width: 500px;
margin: auto;
display: block;
}

.checkbox_button_event:hover span{
    background:#ccc;
}

.checkbox_button_event label {
    /* float:left; */
    width:100%;
    max-width: 600px;
	margin-bottom:10px;
}

/* 
.checkbox_button_event label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}
 */

.checkbox_button_event label input {
    position:absolute;
    z-index: -1;
    margin-top: 10px;
	margin-left:-20px;
}

.checkbox_button_event input:checked + span {
    background-color:#76B022;
    color:#fff;
}

.w_text_fields{
	text-align:center;
	width: 100%;
}

.select_events{
	text-align:center;
	width: 100%;
}

.group_day{
	text-align:center;
	width: 100%;
	display:inline-block;
}

.w_max_b{
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

span {
/*   display: block; */
}

.btn {
	max-width: 300px!important;
	padding: 10px;
    margin-bottom: 40px;
}

.cent {
	text-align: center!important;
	margin-left: auto;
	margin-right: auto;
}

.form-group {
	max-width: 300px!important;
}

.extra_form{

    text-align: center;
    margin-left: auto;
    margin-right: auto;

}




.w_table {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;

}

input[type="file"] {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.div_file {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5B6AAC;
  color: white;
  border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-style: italic;
}

.label_file {
  display: inline-block;
  position: relative;
  height: 80px;
  width: 300px;
}

.div_file.dragover {
  background-color: #aaa;
}
  
  
/* The container */
.container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #fff;
  border-radius:6px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 11px;
  top: 5px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}  
  
  
  
  
/* MOBILE */

@media only screen and (max-width: 600px) {

	.checkbox_button:hover span {
		background:#cccccc;
	}

	.checkbox_button_event:hover span{
		background:#fff;
	}

	.cent {
		text-align: center!important;
		max-width: 600px;

	}
	.table_email, .table_date {
    display:none;
}
}


.change_idiom{
	margin-left: 20px;
	font-size: 25px;
	text-decoration: none;
	color: white;
	float: right;
	margin-top: 110px;
}

.change_idiom:hover{
	text-decoration: none;
	color: #f79310;
}

/* MOBILE */

@media only screen and (max-width: 800px) {

	.checkbox_button:hover span {
		background:#cccccc;
	}

	.checkbox_button_event:hover span{
		background:#fff;
	}

	.cent {
		text-align: center!important;
		max-width: 600px;

	}
	.table_date {
    display:none;
}
}

.user_notes{
	min-height:114px!important;
}

.w_iframe{
	width: 100%;
	height: 70vh;
	border: solid 0px red;
}


.checkbox_button_event_disabled {

    border-radius:4px;
	font-size:14px;
    overflow:auto;
    float:left;
    width:100%;
	color:black;
	margin-bottom:.5rem;
}
 
.checkbox_button_event_disabled label {
    /* float:left; */
	color:yellow;
    width:100%;
    max-width: 500px;
	background:gray;
	padding:10px;
	border-radius:4px;
	margin-bottom:0px;
}





