@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Libre+Franklin|Poiret+One'); */
/* @import url('https://fonts.googleapis.com/css?family=Londrina+Outline&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
/* 
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', cursive;
*/ 

/* CSS Document */
* {
    box-sizing: border-box;
}
  
.page_wrap { 
	padding: 0px 0px;
	min-height:100%; 
}
.row::after {
    content: '';
    clear: both;
    display: block;
	height: 100%;
/*	min-height:100%; */
/*	padding: 15px 30px; */ 
}



body, html {
     font-family: 'Montserrat', sans-serif;
	 /* font-family: 'Helvetica Neue', 'Segoe UI', Segoe, Helvetica, Arial, 'Lucida Grande', sans-serif;*/
  font-size: 14px;
  color: #fff;
  font-weight: normal;
	margin: 0;
	padding: 0;
	overflow-x:auto;
	height: 100%;
	min-height:100%; 
/*	min-height: calc(100vh - 70px); */
/*	background-color: #03024e; */
background-color: #ffffff;  
/* background: rgb(2,0,36);
background: -moz-radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(30,30,30,1) 85%, rgba(205,0,0,1) 100%);
background: -webkit-radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(30,30,30,1) 85%, rgba(205,0,0,1) 100%);
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(30,30,30,1) 85%, rgba(205,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#cd0000",GradientType=1); */
}

/*
p {
	
height: auto;	
}
*/

.blur-it {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

/* charts */
canvas {
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		width: auto;
		height: 200px;
		margin: 20px 0px 0px 0px;
	}

img {
	 border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    -webkit-border-radius:0px;
}



a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

    
.admin_input_text_mini_range { 
	width: 120px;
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:2px solid #ccc;
    font-size:10pt;
    padding:3px 10px;	
	background: url(/images/calendar_icon_black.png );
	 background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 93% 40%;
}

 
.sub_col_left_body_menu_button_gray {
width: 24%; height: 40px;
background-color: #808080;
margin-right: 1%;
padding: 12px 4px;
line-height: 100%;
text-align: center;
display:inline-block;
border: 1px solid rgba(186,186,186,.4);
font-weight: bold;
font-size: 12px;
border-radius: 10px;
/* -webkit-box-shadow: 3px 3px 3px rgba(186,186,186,.4); -moz-box-shadow: 3px 3px 3px rgba(186,186,186,.4); box-shadow: 3px 3px 3px rgba(186,186,186,.4);
*/
} 

.sub_col_left_body_menu_button_gray a {
text-decoration: none;
}

.buy_tickets {
background-color: #808080;
width: 230px; height: 34px;
font-size: 14px;
padding: 8px;
line-height: 100%;
text-align: center;
display:inline-block;
margin: 6px 0px 0px 0px;
border: 1px solid rgba(186,186,186,.6);
font-weight: bold;
border-radius: 10px;
color: white;	
cursor: pointer;
}

a.buy_tickets {
background-color: #ffffff;	
	
}


.sold_out_button {
background-color: #808080;
width: 230px; height: 34px;
font-size: 14px;
padding: 8px;
line-height: 100%;
text-align: center;
display:inline-block;
margin: 6px 0px 0px 0px;
border: 1px solid rgba(186,186,186,.6);
font-weight: bold;
border-radius: 10px;
color: #ffffff;	
cursor: none;
}

.list_free_button {
width: 230px; height: 34px;
font-size: 14px;
padding: 8px;
line-height: 100%;
text-align: center;
display:block;
margin: 6px 0px 0px 0px;
border: 1px solid rgba(186,186,186,.6);
font-weight: bold;
border-radius: 10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
cursor: pointer;
color: #ffffff;	
background-color: #808080;

}

.checkout_button_input {
	 border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:1px solid #ccc;
	color: #000000;
	font-family: 'Montserrat', sans-serif; font-weight: normal;
    font-size:14pt;
    padding:5px 10px;
	width: 100%;
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
	cursor: pointer;
}

a.checkout_button_input{
	 border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:1px solid #ccc;
	color: #000000;
	font-family: 'Montserrat', sans-serif; font-weight: bold;
    font-size:14pt;
	font-weight: bold;
    padding:5px 10px;
	width: 100%;
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
	cursor: pointer;
}

/* cart */
.cart {
margin: 0px 0px 0px 0px;
padding: 10px 10px;
/* background-color: #00006e; */
height: 100%;	
font-size: 12px;
vertical-align: middle;
/* border: 1px solid #E8090D; */ 
}

/*
.cart:hover {
    background-color: #0000CD;
}
*/
.cart_title {
margin: 0px 0px 0px 40px;
padding: 0px 0px 0px 0px;
background-color: transparent;
height: 100%;	
width: 200px;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-weight: 600;
display: inline-block;
vertical-align: middle;
}

.col_cart_sub_title {
margin: 0px 0px 0px 0px;
padding: 0px 10px;
height: 30px; 
font-family: 'Montserrat', sans-serif;
font-size: 12px;
vertical-align: middle;
/* border: 1px solid #E8090D; */
}

.cart_wav {
width: 54px; height: auto; background-color: #00BFFF; padding: 4px 4px; text-align: center; display: inline-block; 	
font-family: 'Montserrat', sans-serif; font-size: 12px;   color: #ffffff; border: none; -moz-appearance: none; -webkit-appearance: none; cursor: pointer;
}

.cart_mp3 {
width: 54px; height: auto; background-color: #0000CD; padding: 4px 4px; text-align: center; display: inline-block;	
font-family: 'Montserrat', sans-serif; font-size: 12px;  color: #ffffff; border: none; -moz-appearance: none; -webkit-appearance: none; cursor: pointer;
}


.cart img {
width: 100px; height: auto; display: inline-block;
vertical-align: top;
/* border: 1px solid #E8090D; */
}

.cart_no_img {
height: 100px; width: 50px; border: 1px solid #fff; display: inline-block;
padding: 18px 0;
text-align: center;
/* border: 1px solid #E8090D; */
}

.cart_no_img_small {
height: 30px; width: 30px; border: 1px solid #fff; display: inline-block;
padding: 2px 0;
text-align: center; 
/* border: 1px solid #E8090D; */
}

.cart_sorting { display: inline-block; height: 20px; width: auto; margin: 0px 4% 0px 0px; }

/* end cart */


/* ----- LOGIN Overlay -----*/

#admin_contenuto{ width:100%; height:100%; margin:15px;}
.admin_testo{ margin:20px; width:90%;}

.admin_titolo_box{ margin: 15px auto; padding-top: 20px; text-align:center;} 
.admin_titolo_box_confirm{ margin: 15px auto; padding-top: 20px; text-align: center;} 
.admin_testo-box{ margin:15px 0px 10px 15px;}


.admin_apri{ display: inline-block;}
.admin_apri:hover{ cursor:pointer;}
.admin_chiudi{ font-size:18px; color:#000; font-weight:bold; position:absolute; right:2%; top:2%;  cursor:pointer;}
.admin_chiudi_err{ font-size:18px; color:#000; font-weight:bold; position:absolute; right:2%; top:2%;  cursor:pointer;}

.admin_overlay{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
	cursor:pointer;
/*Trasperenza cross browser*/
opacity: .7; filter: alpha(opacity=70); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
}

 
#admin_box{ width:100%; height:310px; background-color:#FFF; display:none; z-index:12000; position:absolute; left:0%; top:35%; -moz-border-radius: 15px;  -webkit-border-radius: 15px;
border-radius: 15px;}

#admin_box_error{ width:100%; height:310px; background-color:#FFF; display:block; z-index:12000; position:absolute; left:0%; top:35%; -moz-border-radius: 15px;  -webkit-border-radius: 15px;
border-radius: 15px;}

#admin_box_confirm{ width:100%; height:310px; background-color:#FFF; display:block; z-index:+300; position:absolute; left:0%; top:35%; -moz-border-radius: 15px;  -webkit-border-radius: 15px;
border-radius: 15px; color: #CD0000;}


/*------ END Login overlay ----- */


.admin_input_text {
	width: 100%;
    border-radius:10px;
    -moz-border-radius:10px;

    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:2px solid #ccc;
    font-size:14pt;
    padding:5px 10px;	
}

input:required {

   border:2px solid #CD0000;
}

input[value=""]:valid {

   border:3px solid #00cd00;
}


.admin_input_text_small {
	width: 300px;
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:2px solid #ccc;
    font-size:14pt;
    padding:5px 10px;	
}

.admin_input_select_small {
	width: 200px;
    border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
	background-color: #ffffff;
    border:2px solid #ccc;
    font-size:11pt;
    padding:1px 10px;
	margin-left: 10px;	
}

.admin_input_textarea {
	width: 100%;
	height: 200px;
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:2px solid #ccc;
	 font-family: 'Montserrat', sans-serif;
	 /* font-family: 'Helvetica Neue', 'Segoe UI', Segoe, Helvetica, Arial, 'Lucida Grande', sans-serif;*/
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  color: #000;
    padding:5px 10px;	
}

.button_input {
	 border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:1px solid #ccc;
    font-size:14pt;
    padding:10px 10px;
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
}

.admin_button_input {
	 border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
	text-decoration: none;
	color: #000000;
    border:1px solid #ccc;
    font-size:14pt;
    padding:5px 10px;
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
}

a.admin_button_input{
	 border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
	text-decoration: none;
	color: #000000;
    border:1px solid #ccc;
    font-size:14pt;
    padding:5px 10px;
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
}

.admin_alert_input {
	height: 200px;
	 border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:1px solid #ccc;
    font-size:14pt;
	font-family: 'Montserrat', sans-serif;
    padding:10px 10px;
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
}

a.admin_alert_input {
	height: 200px;
	color: #000000;
}

/*----- end andmin styles ----*/


/* form and buttons */

.input_text {
width: 100%;
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:2px solid #ccc;
    font-size:14pt;
    padding:5px 10px;
}   

.input_text_cart {
	width: 100%;
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:2px solid #ccc;
    font-size:14pt;
    padding:5px 10px;
	
}

.login_input_text {
	width: 300px;
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:2px solid #ccc;
    font-size:14pt;
    padding:5px 10px;
	
}

.login_input_text_small {
	width: 50px;
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:2px solid #ccc;
    font-size:14pt;
    padding:5px 10px;
	
}
.login_button_input {
	 border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
    border:1px solid #ccc;
    font-size:14pt;
    padding:10px 10px;
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
}

a.login_button_input{
	 border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffffff;
	text-decoration: none;
	color: #000000;
    border:1px solid #ccc;
    font-size:14pt;
    padding:5px 10px;
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
}

/* --- fonts ---*/

.red {
font-family: 'Montserrat', sans-serif;
	 /* font-family: 'Helvetica Neue', 'Segoe UI', Segoe, Helvetica, Arial, 'Lucida Grande', sans-serif;*/
  font-size: 14px;
  color: #CD0000;
  font-weight: normal;	
}

.green_poiret {
font-family: 'Montserrat', cursive;
	 /* font-family: 'Helvetica Neue', 'Segoe UI', Segoe, Helvetica, Arial, 'Lucida Grande', sans-serif;*/
  font-size: 16px;
  color: #00cd00;
  font-weight: normal;	
}
 


	
	/* The container */
.container {
  display: block;
  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 radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* checkbox buttons */
	
	/* The container_checkbox */
.container_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
 background-color: #ffffff;
    border: 1px solid #1e1e1e; 

}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark_checkbox {
  background-color: #ccc;
border: 1px solid #b2b2b2;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark_checkbox {
  background-color: #2196F3;
}

/* Create the checkmark_checkbox/indicator (hidden when not checked) */
.checkmark_checkbox:after {
  content: "";
  position: absolute;
  display: none;
} 

/* Show the checkmark_checkbox when checked */
.container_checkbox input:checked ~ .checkmark_checkbox:after {
  display: block;
}

/* Style the checkmark_checkbox/indicator */
.container_checkbox .checkmark_checkbox:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* checkbox buttons INT */
	


/* Create a custom checkbox */
.checkmark_int_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
 background-color: #ffffff;
    border: 1px solid #1e1e1e; 

}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark_int_checkbox {
  background-color: #ccc;
border: 1px solid #b2b2b2;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark_int_checkbox {
  background-color: #2196F3;
}

/* Create the checkmark_int_checkbox/indicator (hidden when not checked) */
.checkmark_int_checkbox:after {
  content: "";
  position: absolute;
  display: none;
} 

/* Show the checkmark_int_checkbox when checked */
.container_checkbox input:checked ~ .checkmark_int_checkbox:after {
  display: block;
}

/* Style the checkmark_int_checkbox/indicator */
.container_checkbox .checkmark_int_checkbox:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}








/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {background-color: #cd0000;}
    to {background-color: #00cd00;}
}

/* Standard syntax */
@keyframes example {
    from {background-color: #cd0000;}
    to {background-color: #00cd00;}
}

