

input[type=text], textarea { 
	font-family: Poppins, arial;
	width: 100%;
	padding: 5px;
}

input [type=submit] {
	width: unset;
}

button { cursor: pointer; }

.sgtdb-div {
	padding: 10px;
	line-height: 30px;
	//background-color: rgba(255,220,220,0.5);
}

.sgtdb-output-div {
	width: 100%;
	padding: 10px;
	//background-color: rgba(255,220,220,0.5);
}

.sgtdb-light {
	color: #000 !important;
}

.sgtdb-dark {
	color: #fff !important;
}

.sgtdb-field {
	font-family: Poppins, arial;
  	font-size: 14px !important;
  	line-height: 30px !important;
  	padding: 0px 12px !important;
  	color: #000;
}

.sgtdb-memo {
	font-family: Poppins, arial;
  	font-size: 14px !important;
  	line-height: 20px !important;
  	padding: 5px 12px !important;
  	color: #000;
}

.sgtdb-title {
	font-family: Poppins, arial;
	font-size: 16px;
}

.sgtdb-div input[type=text], 
.sgtdb-div input[type=tel], 
.sgtdb-div input[type=email], 
.sgtdb-div textarea {
	font-family: arial;
	font-size: 14px !important;
  	border: solid #ccc 1px;
}

.sgtdb-div select {
	font-family: arial;
	font-size: 14px !important;
  	border: solid #ccc 1px;
  	padding: 3px 10px 3px 5px;
}

.sgtdb-button-div {
	display: inline-block;
	margin-bottom: 10px;
}

.sgtdb-button {
	background-color: #48c; 
	width: 100px; 
	margin: 0 auto;
	border-radius: 3px; 
}

.sgtdb-submit {
  	cursor: pointer;
  	margin: 0 auto;
  	
  	width: 90px;
	padding: 2px 0px 2px 0px;
	color: #fff;
	background-color: #48c;
	border: solid #48c 1px;
	//border-top: solid #8cf 2px;
	border-radius: 3px;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.3);
  	}

.sgtdb-submit:hover {
	background-color: #26c;
}

.sgtdb-cancel {
  	cursor: pointer;
  	margin: 0 auto;
  	width: 90px;
	padding: 2px 0px 2px 0px;
	background-color: #f55;
	border: solid #e11 1px;
	border-top: solid #f99 2px;
	border-radius: 3px;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.3);
}

.sgtdb-cancel:hover {
	border-top: solid #f66 2px;
    background-color: #f22 !important;
  	}

.sgtdb-submit-text {
	font-family: arial;
	font-size: 14px;
  	display: inline-block;
  	vertical-align: middle;
	color: #fff !important;
  	padding-bottom: -2px;
}

.sgtdb-left {
	float: left; 
}

.sgtdb-right {
	float: right;
}

.sgtdb-gray {
	background-color: #bbb;
}

.sgtdb-yellow {
	background-color: #f9f900;
}

.sgtdb-blue-icon {
	background-color: #09f;
}

.sgtdb-blue-icon:hover {
	//background-color: #09f;
	color: #fff;
	cursor: pointer;
}

.sgtdb-red-icon {
	background-color: #f77;
}

.sgtdb-blue {
	border: solid #48c 1px;
	border-top: solid #8cf 2px;
	//background-color: #09f;
	background-color: #36b;
}

.sgtdb-blue:hover {
	background-color: #009 !important;
}

.sgtdb-red {
	border: solid #600 1px;
	border-top: solid #f88 1px;
	//background-color: #f77;
	background-color: #d00;
}

.sgtdb-red:hover {
	background-color: #800 !important;
}

.sgtdb-results {
  	width: 100%;
  	//height: 20px;
  	text-align: center;
	font-family: arial;
  	font-size: 12px; 
  	color: #fff !important;
  	margin-top: 10px;
  	border: solid white 1px;
  	border-radius: 3px;
}

.sgtdb-err-msg {
    width: 100%; 
  	text-align: center; 
	font-family: arial;
  	font-size: 12px; 
  	height: 23px; 
  	line-height: 23px; 
  	margin-top: -10px; 
  	color: #f00 !important; 
  	background-color: #fff !important; 
  	border: solid red 1px;
}
