@font-face {
	//font-family: myFirstFont;
	//src: url(/andalemo.ttf);
}
/*History text field*/
.textField{ 
	padding: 5px 10px;
	white-space: pre-wrap;
	max-width: 300px;
	//overflow-wrap: normal;
	border: 1px solid grey;
	border-radius: 3px;
	//display: table;
	//box-sizing: border-box;
	font-size: 14px;
	text-align: right;
	margin-bottom: 10px;
	overflow-wrap: break-word;
	overflow-y: auto;
	//overflow-x: auto;
	max-height: 200px;
}
/*History Text*/
.historyText{
	//white-space: pre-wrap;
	//font-size: 13px;
}
/*TimeStamp field*/
.fieldDiv{
	display: inline-block;
	//text-align: left;
	width: 100%;
	//padding-bottom: 5px;
	//font-size: 12px;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    border-radius: 5px;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	font-weight: bold;
	//overflow:hidden;
	font-size: 15px;
}
.buttonRed {
    background-color: #f44336;
    color: white;
    border: 2px solid #f44336;
	transition: all 0.5s;
}
.buttonRed:hover {
    background-color: #a52d24;
    border: 2px solid #751f18;
}
.buttonRed span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.buttonRed span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.buttonRed:hover span {
	padding-right: 25px;
}
.buttonRed:hover span:after {
	opacity: 1;
	right: 0;
}

.buttonSearch {
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 14px;
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
}
.buttonSearch:hover {
	border-radius: 3px;
	//padding: 5px 10px;
	font-size: 14px;
    background-color: #3e8e41;
    border: 2px solid #2b632d;
	cursor: pointer;
}
.buttonSuggest {
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 0px;
	color: #000;
	font-weight: normal;
	padding: 10px 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.buttonSuggest:hover {
	background-color: #d6d6d6;
}
.buttonSuggest2 {
	border-radius: 3px;
	padding: 3px 6px;
	font-size: 14px;
    background-color: #e2e2e2;
    color: black;
    border: 2px solid #ff6666;
	margin: 6px;
}
.buttonSuggest2:hover {
	border-radius: 3px;
	padding: 8px 10px;
	font-size: 14px;
    background-color: #cccccc;
    border: 2px solid #ba2c2c;
	margin: 1px;
	color: black;
}
.buttonOldSchool {
	background-color: #fff;
	border: none;
	border-radius: 0px;
	color: #000;
	font-weight: normal;
	padding: 15px 45px;
	//font-family: "Times New Roman", Times, serif;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	//margin: 20px;
	z-index: 0;
	opacity: 0.9;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	outline-style:none!important;
}
.buttonOldSchool:hover {
	background-color: #d6d6d6;
	//box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#cDiv {
	//width: 100%;
	//height: 350px;

	//position: absolute;
	//top: 200px;
    //bottom: 200px;
    //left: 0;
    //right: 0;

	//margin: auto;
	//background-color: rgba(50, 50, 50, 0.6);
	
	//width: 600px;
	display: table;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;

	margin: auto;
	//display: inline-block;
	box-sizing: border-box;
}
#contentDiv {
	width: 100%;
	height: 300px;
	//background-color: black;
	//margin: 0 -30px;
	margin-left: 0px;
	margin-right: -200px;
	box-sizing: border-box;
}
#suggDiv {
	//width: 650px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	top: -80px;
	//background-color: rgba(255, 255, 255, 1);
}
#inpuBtns {
	//margin: 0 auto;
	//width: 650px;
	//height: 70px;
	margin-top: 30px;
	position: relative;
	top: -68px;
	//background-color: rgba(255, 255, 255, 1);
	//box-sizing: border-box;
}
#footer {
    /* background-color: #000000; */
    padding: 10px;
    position:absolute;
    bottom:0;
    width:100%;
    height:15%;
}
.num{
	font-weight: bold;
	color: white;
	font-size: 13px;
	/*position: absolute;
	top: -15px;
	left: 0px;*/
}
.number{
	//height: 70px;
	margin: 0 auto;
	position: relative;
	top: -20px;
	right: 265px;
	color: grey;
	transition: color 0.5s ease-out;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
}
.badDayText{
	color: grey;
	white-space: pre-wrap;
	border: 1px solid grey;
	//height: 100%;
	text-align:left;
	font-size: 15px;
	padding: 10px 10px;
	margin: 0px 10px;
}
.inputArea{
	resize: none;
	opacity: 0.9;
	width:100%;
	font-size: 14px;
	outline-style:none!important;
	border:1px solid #b2b2b2;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1);
	//overflow-wrap: break-word;
	//white-space: pre-line;
	white-space: pre-wrap;
	//white-space: pre; 
	//overflow-wrap: normal;
	//white-space: initial;
}
.far.fa-question-circle{
	font-size: 10px;
	color: grey;
	transition: 0.3s;
}
.far.fa-question-circle:hover {
	font-size: 15px;
	color: red;
	transition: 0.3s;
}