/* ----------------------------------------------------------------------------- */
/* ref:  http://www.bestcssbuttongenerator.com/#/3                               */
/* Usage:                                                                        */
/* <button ONCLICK="this.submit()"; class="tscDarkGreyBtn">Submit Query</button> */
/* ----------------------------------------------------------------------------- */
.tscDarkGreyBtn {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:7px 19px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.tscDarkGreyBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.tscDarkGreyBtn:active {
	position:relative;
	top:1px;
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ref:  http://www.bestcssbuttongenerator.com/#/3                               */
/* Usage:                                                                        */
/* <button ONCLICK="this.submit()"; class="tscGreenBtn">Submit Query</button> */
/* ----------------------------------------------------------------------------- */
.tscGreenBtn {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4CBB17), color-stop(1, #006400));
	background:-moz-linear-gradient(top, #4CBB17 5%, #006400 100%);
	background:-webkit-linear-gradient(top, #4CBB17 5%, #006400 100%);
	background:-o-linear-gradient(top, #4CBB17 5%, #006400 100%);
	background:-ms-linear-gradient(top, #4CBB17 5%, #006400 100%);
	background:linear-gradient(to bottom, #4CBB17 5%, #006400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CBB17', endColorstr='#006400',GradientType=0);
	background-color:#4CBB17;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:7px 19px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.tscGreenBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006400), color-stop(1, #4CBB17));
	background:-moz-linear-gradient(top, #006400 5%, #4CBB17 100%);
	background:-webkit-linear-gradient(top, #006400 5%, #4CBB17 100%);
	background:-o-linear-gradient(top, #006400 5%, #4CBB17 100%);
	background:-ms-linear-gradient(top, #006400 5%, #4CBB17 100%);
	background:linear-gradient(to bottom, #006400 5%, #4CBB17 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006400', endColorstr='#4CBB17',GradientType=0);
	background-color:#006400;
}
.tscGreenBtn:active {
	position:relative;
	top:1px;
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ref:  http://www.bestcssbuttongenerator.com/#/3                               */
/* Usage:                                                                        */
/* <button ONCLICK="this.submit()"; class="tscGreyBtn">Submit Query</button> */
/* ----------------------------------------------------------------------------- */
.tscGreyBtn {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A9A9A9), color-stop(1, #36454F));
	background:-moz-linear-gradient(top, #A9A9A9 5%, #36454F 100%);
	background:-webkit-linear-gradient(top, #A9A9A9 5%, #36454F 100%);
	background:-o-linear-gradient(top, #A9A9A9 5%, #36454F 100%);
	background:-ms-linear-gradient(top, #A9A9A9 5%, #36454F 100%);
	background:linear-gradient(to bottom, #A9A9A9 5%, #36454F 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A9A9A9', endColorstr='#36454F',GradientType=0);
	background-color:#A9A9A9;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:7px 19px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.tscGreyBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #36454F), color-stop(1, #A9A9A9));
	background:-moz-linear-gradient(top, #36454F 5%, #A9A9A9 100%);
	background:-webkit-linear-gradient(top, #36454F 5%, #A9A9A9 100%);
	background:-o-linear-gradient(top, #36454F 5%, #A9A9A9 100%);
	background:-ms-linear-gradient(top, #36454F 5%, #A9A9A9 100%);
	background:linear-gradient(to bottom, #36454F 5%, #A9A9A9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36454F', endColorstr='#A9A9A9',GradientType=0);
	background-color:#36454F;
}
.tscGreyBtn:active {
	position:relative;
	top:1px;
}



/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ref:  http://www.bestcssbuttongenerator.com/#/3                               */
/* Usage:                                                                        */
/* <button ONCLICK="this.submit()"; class="tscNvBlueBtn">Submit Query</button> */
/* ----------------------------------------------------------------------------- */
.tscNvBlueBtn {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #28436E), color-stop(1, #18335E));
	background:-moz-linear-gradient(top, #28436E 5%, #18335E 100%);
	background:-webkit-linear-gradient(top, #28436E 5%, #18335E 100%);
	background:-o-linear-gradient(top, #28436E 5%, #18335E 100%);
	background:-ms-linear-gradient(top, #28436E 5%, #18335E 100%);
	background:linear-gradient(to bottom, #28436E 5%, #18335E 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#28436E', endColorstr='#18335E',GradientType=0);
	background-color:#28436E;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Segoe UI Semibold, Arial;
	font-size:14px;
	/* font-weight:bold; */
	padding:7px 19px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}

.tscNvBlueBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CFCFCF), color-stop(1, #C8C8C8));
	background:-moz-linear-gradient(top, #CFCFCF 5%, #C8C8C8 100%);
	background:-webkit-linear-gradient(top, #CFCFCF 5%, #C8C8C8 100%);
	background:-o-linear-gradient(top, #CFCFCF 5%, #C8C8C8 100%);
	background:-ms-linear-gradient(top, #CFCFCF 5%, #C8C8C8 100%);
	background:linear-gradient(to bottom, #CFCFCF 5%, #C8C8C8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF', endColorstr='#C8C8C8',GradientType=0);
	background-color:#CCCCCC;
  color: #28436E;
}

.tscNvBlueBtn:active {
	position:relative;
	top:1px;
}

.rounded {
  border-radius: 20%
}