body{
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
}

.toolTipTextThreeWay, .toolTipTextTwoWay,  .toolTipTextIndividual {
  position: relative;
  display: inline-block;
  border: 3px solid #000; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.toolTipTextThreeWay, .toolTipTextTwoWay,  .toolTipTextIndividual{
  visibility: hidden;
  width: 500px;
  background-color: #000;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.threeWay:hover .toolTipTextThreeWay, .twoWay:hover .toolTipTextTwoWay, .individual:hover .toolTipTextIndividual{
  visibility: visible !important;
}

h1,h2,h3{
	color: #cb3131;
	text-align: center;
    font-family: 'Merriweather', serif;

}

.bubble_front{
	width: 95% !important;
	padding: 0 1%;
	float: left;
	border: #cb3131 solid 2px;
	margin: 2px;
	min-height: 200px;
	
	box-shadow: 1px 1px 50px 1px #ccc;
	/*border-radius: 	25px;*/
	text-align: center;
}

.bubble_front:hover{

	background-color: #fff;	
	transition: all 0.5s ease;
	transform: scale(1.05);
	cursor: pointer;

}

.bubble_front:hover h2{
	/*color: #000;*/	
	transition: color 0.5s ease;
}

input[type="submit"] {
    height: 4rem;
    width: 100%;
    color: #fff;
    background-color: #000;
    /*border: 3px solid #000;*/
    border: none;
    font-size: 35px;
    vertical-align: bottom;

}

input[type="submit"]:hover {

    height: 4rem;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 35px;
    vertical-align: bottom;
    transition: all 0.5s ease;
   

}

.BottomPart {
    min-height: 100px;
}
.TopPart {
    min-height: 150px;
}


@media(min-width:501px){
	.bubble_front{
	width: 29% !important;
	padding: 0 1%;
	float: left;
	border: #cb3131 solid 2px;
	margin: 1%;
	
}
}

a{
	color: #000;
}

.focus{
	font-size: 30px;
	background: -webkit-linear-gradient(#000, #333, #666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.bubble{
	width: 70% !important;
	padding: 50px;
	float: left;
	border: #cb3131 solid 2px;
	margin: 2px;
	vertical-align: middle;
	/*min-height: 200px;*/
	
	box-shadow: 1px 1px 50px 1px #ccc;
	/*border-radius: 	25px;*/
	text-align: center;
}


.bubble_textarea{
	width: 70% !important;
	padding: 50px;
	float: left;
	border: #000 solid 2px;
	margin: 2px;
	vertical-align: middle;
	/*min-height: 200px;*/
	
	box-shadow: 1px 1px 50px 1px #ccc;
	/*border-radius: 	25px;*/
	text-align: center;
}

.bubble:hover{

	background-color: #fff;	
	transition: all 0.5s ease;
	/*transform: scale(1.05);*/
	/*cursor: pointer;*/

}

.bubble:hover h2{
	/*color: #000;*/	
	transition: color 0.5s ease;
}

@media(min-width:501px){
	.bubble{
	width: 29% !important;
	padding: 75px 10px;
	float: left;
	border: #cb3131 solid 2px;
	margin: 1%;
	
	
}

	.bubble_textarea{
	width: 21.7% !important;
    padding: 75px 10px 0px 10px;
    float: left;
    border: #000 solid 2px;
    margin: 1%;
    min-height: 170px;
    max-height: 170px;
	
}
textarea {
    width: 270px !important;
    max-height: 85px !important;
}

}

/*input[type="text"], input[type="number"], input[type="email"], input[type="password"], select, input[type="datetime-local"]{
    border: none;
    border-bottom: solid 1px #000;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
    font-weight: 700;

    
}*/

input[type="text"], input[type="number"], input[type="email"], input[type="password"], select, input[type="datetime-local"] {
    width: 70%;
    border: none;
    border-bottom: solid 1px #000;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
    font-weight: 400;
}

textarea {
    border: none;
    border-bottom: solid 1px #000;
    font-size: 20px;
    line-height: 25px;
    text-align: center !important;
    color: #000;
    font-weight: 400;
    height: 25px;
    width: 70% !important;
}


input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="datetime-local"]:focus, textarea:focus {
outline: none; 
}

.Button {
    width: 150px;
    background-color: #000;
    height: 10px;
    padding: 15px 10px;
    line-height: 10px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.navPoint{
	width: 	auto;
	float: left;
	/*margin-bottom: 80px;*/
	padding: 0px 25px;
	text-align: left;
}


.navbar {
    height: 10px;
    padding: 20px 15px;
    background-color: #ddd;
    color: #000 !important;
    /*border: solid #000;
    border-width: 0px 0px 2px 0px;*/
    box-shadow:0px 0px 5px 2px #000;
    width: auto;
}

.navbar a {
    text-decoration: auto;
    color: #000;
}

.answerBubble{
	height: 30vh !important;
	width: 30vh !important;	
	border-radius: 	2555px;
	text-align: center;
    color: #cb3131 !important;
    background-color: #fff !important;
    border: solid 2px #cb3131 !important;
}

.answerBubble:hover{
    background-color: #ddd !important;
}

.bubbleContainer{
	text-align: center;
	width: 100%;
    float: left;
}

.answerBubble:disabled{
	height: 30vh !important;
	width: 30vh !important;	
	border-radius: 	2555px;
	text-align: center;
	background-color: #333;
	Color: rgba(255,255,255,0.5);
}

.answerBubble:disabled:hover{
	background-color: #333;
	Color: rgba(255,255,255,0.5);
}
.container{
	width: 100%;
	display: inline-block;
	float: left;
	border: #cb3131 2px solid;
	margin: 2vh 0vh;
}

.container_polls{
	width: 100%;
	display: inline-block;
	float: left;
	margin: 2vh 0vh;
}

.spacer{
	height: 25px;
}
.spacer_color{
	border-bottom: solid 2px #000;
}




.bubble_betData{
	width: 70% !important;
	padding: 50px;
	float: left;
	border: #000 solid 2px;
	margin: 2px;
	vertical-align: middle;
	/*min-height: 200px;*/
	
	box-shadow: 1px 1px 50px 1px #ccc;
	/*border-radius: 	25px;*/
	text-align: center;
}

.bubble_betData:hover{

	background-color: #fff;	
	transition: all 0.5s ease;
	/*transform: scale(1.05);*/
	/*cursor: pointer;*/

}

.bubble_betData:hover h2{
	/*color: #000;*/	
	transition: color 0.5s ease;
}

@media(min-width:501px){
	.bubble_betData{
	width: 21% !important;
	padding: 75px 10px;
	float: left;
	border: #000 solid 2px;
	margin: 1%;
	
}
}

.eventBubble {
    padding: 25px 0px;
    text-align: center;
    width: 20%;
    border: solid 2px #000;
    margin: 15px;
}

.eventBubble:hover {
    color: #fff;
    background-color: #000;
    transition-duration: 0.5s;
    cursor: pointer;
}
.login{
	cursor: pointer;
}
i.far.fa-eye, i.far.fa-eye-slash {
    color: #000;
}

input.bubbleButton {
    width: 23% !important;
    padding: 130px 10px;
    float: left;
    background-color: #fff;
    color: #000;
    border: #000 solid 2px;
    margin: 1%;
    line-height: 0px;
    box-shadow: 1px 1px 50px 1px #ccc;
}

h4 {
    text-align: center;
    padding: 0px 50px;
}

input.addButton {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
}

input.addButton:hover {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
    background-color: #000;
    color: #fff;
    border: none;
}

.container_usergroups {
    text-align: left;
    overflow-y: scroll;
    height: 100px;
    width: 70%;
    margin-left: 15% !important;
    }

    input[type="checkbox"], input[type="radio"] {
    width: 10%;
    /*margin-left: 25%;*/
}

label {
    width: 65%;
}



.bodycontent {
    width: 70%;
    margin-left: 15%;
}

/*div.list {
    background-color: #b8b8b8;
    height: 22vw;
    display: block;
    width: 31%;
    border-radius: 50px;
    float: left;
    margin: 1%;
}*/

/*div.list {
    background-color: #b8b8b8;
    height: 5vw;
    display: block;
    width: 98%;
    border-radius: 15px;
    margin: 1%;
}*/

.list_item {
    width: 90% !important;
    padding: 0 1%;
    float: left;
    border: #000 solid 2px;
    margin: 1%;
    min-height: 150px;
}

/*.list {
    vertical-align: middle;
    width: 47% !important;
    float: left;
    padding: 75px 0px;
    border: #cb3131 solid 2px;
    margin-bottom: 2%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    min-height: 15vh;
    vertical-align: middle;
    display: block;
}*/

.list {
    vertical-align: middle;
    width: 47% !important;
    float: left;
    margin-bottom: 2%;
    text-align: center;
    display: block;
}
/*

.list {
    border-top: 2px solid #cb3131;
    vertical-align: middle;
    width: 50% !important;
    float: left;
    margin-bottom: 2%;
    text-align: center;
    display: block;
}
*/
input.button, a.button {
	width: 70%;
    background-color: #cb3131;
}

input.button:hover, a.button:hover {
    width: 70%;
    background-color: #582625;
    color: 	#fff;
}
a.button{
	padding: 15px 15px;
	text-decoration: none;
	color: #fff;
}

.selector {
    width: 25.25%;
    margin-left: 8%;
    text-align: left;
    float: left;
}


a.buttonFullWidth {
    display: block;
    width: 70%;
    margin-left: 15%;
    background: #cb3131;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
}

.list input.button {
    margin-top: 20px;
}


.footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #ddd;
    box-shadow: #000 0px 7px 8px 2px;
}

input, textarea{
    font-family: 'Roboto', sans-serif;
}