

/*General */
html{    
  /*background:url('images/watchesbackground2.svg'); */
  background-repeat: repeat;
  background-size: 10px;
  background-color: #fbfbfb;
  background-size: cover;
  
}
body
{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color:white;
	width: 100%;

}
h1 {
	text-align:center;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color:white;
	position: inherit;	
	overflow-wrap: break-word;
	line-height: 50px;
	display: inline;


}
.imgbox{
	display: grid;	
	height: 100%;
}
.center-fit{
	width: 50%;
	margin:0 auto;

}

.main-title{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: white;
background-color: rgba(79, 161, 202, 1);
font-size: 2vw;
padding-top: 60px;
width: 100%;
text-align: center;



/* left: 50%; */
/* position: absolute; */
/* margin-top: 30px; */
/* margin-left: -260px; */
/* border-radius: 7px; */
height: 80px;
display: block;
margin: 0 auto;

}

.ReDirectNewTopic{
	display: none;
}
.main-container
{
	background-color:rgba(#4FA1CA);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;

	float: left;
	left: 50%;
	position: absolute;
  	border-radius: 7px;
	  text-align: center;
	  display: block;


	
}
.select-box {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;

}
h3 {
    text-align:left;
}
#feedback-page{
	text-align:center;
}

#form-main{
	width:70%;
	padding-top:0px;
	margin: 0 auto;


}
@media (max-width: 800px){
	#form-main{
		width: 100%;
	}
	.center-fit{
		width: 100%;
	}
}


#form-div {
	background-color:rgba(79, 161, 202, 1);
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
	border-radius: 7px;
	margin: 0 auto;

  
}

.montform .feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 30px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
}




/*Inputs styles*/
.montform .feedback-input:focus{
	background: #fff;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

#topicPost{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 22px;
}


/* Icons ---------------------------------- */
.montform  #name{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #name:focus{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #email{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #email:focus{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}
  #username{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
	background-size: 100px 100px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #username:focus{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #comment{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-pencil.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

  textarea {
    width: 100%;
	height: 100px;
	    line-height: 150%;
    resize:vertical;
}

.montform  input:hover, .montform  textarea:hover,
.montform  input:focus, .montform  textarea:focus {
	background-color:#e6e6e6;
}

.button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}



.button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.button-green{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: rgb(44, 190, 23);
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
.button-green:hover{
	background-color: rgba(0,0,0,0);
	color: rgb(44, 190, 23);
}
.montform  .submit:hover {
	color: #3498db;
}

.generate:hover {
	color: #3498db;
}

.ReDirectNewTopic:hover{
	color: rgb(44, 190, 23);
}

.copy2clipboard:hover {
	color: #3498db;
}

.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	transition: .3s ease;
}

.ease-green {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}
.generate:hover .ease{
	width:100%;
	background-color:white;
  }

  .copy2clipboard:hover .ease{
	width:100%;
	background-color:white;
  }

  .ReDirectNewTopic:hover .ease-green{
	width:100%;
	background-color:white;
  }
/*Styles for small screens*/

@media  only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}


/*Styles for toggle*/
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }

  @keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
  }