@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body {
  margin: 0;
  padding: 25px 0;
  font-size: 13px;
  color: #333;
  background: #eee;
  font-family: 'Open Sans', sans-serif;
}
.clc-header {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
.clc-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clc-header ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.clc-header ul li a {
  margin: 0 0.556% 15px 0;
  padding: 0;
  width: 16.1%;
  float: left;
  background: #fff;
  height: 65px;
  text-align: center;
  vertical-align: middle;
  line-height: 65px;
  font-size: 15px;
  color: #0B1840;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
}
.clc-header ul li a:hover, .clc-header ul li a.active {
  background: #0B1840;
  color: #fff;
}
.clc-body {
  width: 100%;
  padding: 25px;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
}
.clc-heading h2 {
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  font-size: 20px;
  font-weight: 600;
  color: #0B1840;
  border-bottom: 1px solid #e5e5e5;
}
.clc-layer {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  float: left;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.clc-layer p {
  font-weight: 600;
  padding-top: 8px;
  font-size: 15px;
}
label.radio {
  cursor: pointer
}
label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none
}
label.radio span {
  padding: 5px 10px;
  border: 1px solid #0B1840;
  display: inline-block;
  color: #0B1840;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 600;
  margin-bottom: 5px;
}
label.radio input:checked + span {
  border-color: #0B1840;
  background-color: #0B1840;
  color: #fff
}
.small-input {
  width: 65px;
  height: 34px;
  padding: 0 5px;
  border: 1px solid #0B1840;
  border-radius: 3px;
}
.auto-width {
  width: auto;
  margin: 0 5px;
  padding: 0;
  float: left;
}
.size-100 {
  width: 100px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.size-135 {
  width: 135px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.size-145 {
  width: 145px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.size-135 span {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #eee;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 12px;
}
.size-135 input[type="number"] {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #0B1840;
  border-radius: 3px;
}
.size-145 input[type="text"] {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #0B1840;
  border-radius: 3px;
  font-size: 14px;
}
.sm-img img {
  width: 100%;
  max-width: 140px;
  float: left;
  margin-left: 10px;
}
.green {
  color: #017b07;
}
.red {
  color: #bb1407;
}
.yellow {
  color: #ffd200;
}
.blue {
  color: #0c4ad9;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.purpal {
  color: #a20495;
}
.Matte-black {
  background: -webkit-linear-gradient(#ccc, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Matte-green {
  background: -webkit-linear-gradient(#58de5f, #218626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}
#accordion .card-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #0B1840;
  font-weight: 600;
}
#accordion .card-title span {
  font-size: 13px;
  color: #333;
}
@-webkit-keyframes checkmarkAnimation {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmarkAnimation {
  100% {
    stroke-dashoffset: 0;
  }
}
.input-wrapper {
  margin: 5px;
  position: relative;
  float: left;
}
.fancy-check-label {
  display: inline-block;
  line-height: 10px;
  padding-left: 20px;
  position: relative;
  -webkit-user-select: no-select;
  -moz-user-select: no-select;
  -ms-user-select: no-select;
  user-select: no-select;
}
.crappy-browser .fancy-check-label .checkmark-path {
  opacity: 0;
}
.modern-browser .fancy-check-label {
  transition: color 0.3s;
}
.fancy-check:checked + .fancy-check-label {
  color: darkorange;
}
.fancy-check:checked + .fancy-check-label .fancy-checkbox {
  border-color: darkorange;
}
.modern-browser .fancy-check:checked + .fancy-check-label .checkmark-path {
  -webkit-animation: checkmarkAnimation 0.5s 0s forwards;
  animation: checkmarkAnimation 0.5s 0s forwards;
}
.crappy-browser .fancy-check:checked + .fancy-check-label .checkmark-path {
  opacity: 1;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.fancy-label--text {
  position: relative;
}
.fancy-checkbox {
  border: solid 1px #888;
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
}
.modern-browser .fancy-checkbox {
  transition: border-color 0.3s;
}
.fancy-checkbox {
  border-radius: 0;
}
.checkmark {
  height: 15px;
  opacity: 1;
  width: 100%;
}
.checkmark .checkmark-path {
  stroke: darkorange;
  stroke-width: 2px;
  transform-origin: 50% 50%;
  stroke-miterlimit: 10;
  opacity: 1;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}
.full-textarea textarea
{
	width: 100%;
	margin: 0;
	padding:15px;
	float: left;
}
.size-drop ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.size-drop .navbar-nav
{
	position: relative;
	width: auto;
	float:left ;
}
.size-drop .navbar-nav .dropdown-toggle
{
border: 1px solid #eee;
	padding: 7px 10px;
	display: block;
	color: #444;
}
.size-drop .dropdown-menu
{
	border: none;
	background: #f6f6f6;
}
.size-drop .dropdown-menu li a
{
	padding: 7px 10px;
	font-size: 13px;
	color: #444;
	display: block;
}
.size-drop .dropdown-menu li a:hover
{
	color: #0B1840;
	font-weight: bold;
	text-decoration: none;
}
.resetbtn,
.submitbtn
{
	width: 30%;
	margin:20px 0;
	padding: 0 15px;
	float: left;
}
.resetbtn button
{
	width: 100%;
	margin:20px 0;
	padding:10px 15px;
	float: left;
	background: #f00;
	color: #fff;
	font-size: 17px;
	border: none;
}.submitbtn button,.submitbtn a
{
	width: 100%;
	margin:20px 0;
	padding:10px 15px;
	float: left;
	background: #0B1840;
	color: #fff;
	font-size: 17px;
	border: none;
	text-align:center;
}
.calculate-result
{
	  width: 100%;
	height: 350px;
  padding: 10px;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
}