
body {
	font-family: 'Roboto', sans-serif;
	color: #161617;
}
ul, ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
:focus, input:focus {
  outline: none;
}
.formStyling .form-control {
	padding: 9px 15px;
  height: auto;
  border: 1px solid #d2d2d2;
  font-size: 16px;
}
.details-area {
	padding: 20px 0px;
}
.details-area .field-groups {
	padding: 10px;
  background: #e6e6e6;
  border-radius: 5px;
}
.formStyling textarea.form-control {
	resize: none;
	height: 100px;
}
.send-area #send_description{
    height:40px !important;
}
.send-area {
	padding: 20px 0px;
}
.action-itm li {
	display: inline-block;
	padding: 0px 2px;
}
.action-itm li a {
	font-size: 20px;
	display: inline-block;
}
.action-itm li a.fa-pencil-square-o {
	color: #4a4a4a;
}
.action-itm li a.fa-trash-o {
	color: #ff4403;
}
.content-tb {
	width: 300px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
	white-space: normal;
}
.table.tableStyle > thead > tr > th {
	background-color: #4a4a4a;
	font-weight: 500;
	color: #ffffff;
	border-bottom: none;
	border-right: 1px solid #808080;
	font-size: 15px;
}
.table.tableStyle > thead > tr > th:first-child {
	border-top-left-radius: 5px;
}
.table.tableStyle > thead > tr > th:last-child {
	border-top-right-radius: 5px;
}
.table.tableStyle > tbody > tr > td {
	border-right: 1px solid #808080;
	font-size: 15px;
	border-top-color: #808080;
}
.table.tableStyle > tbody > tr > td:first-child {
	border-left: 1px solid #808080;
}
.table.tableStyle > tbody > tr:last-child > td {
	border-bottom: 1px solid #808080;
}
table.border-n > tbody > tr > td {
	border: none;
}
.total-price {
	font-size: 20px;
}
.per-block {
	text-align: right;
	padding: 5px 0px;
}
.per-block ul li {
	display: inline-block;
	padding: 0px 2px;
	color: #545454;
}
.per-block ul li strong {
	color: #6d6d6d;
}
.per-block .grey-input {
	padding: 6px 12px;
  font-size: 16px;
  color: #555;
	background-color: #f3f3f3;
  border: 1px solid #ececec;
	width: 110px;
	font-weight: 500;
  text-align: right;
}
.price-column {
	padding-top: 20px;
}
.price-block-left {
	padding: 5px 0px 5px;
  border: 0px double #d6d6d6;
  border-radius: 5px;
  max-width: 360px;
}
.price-block-left label {
	display: block;
}
.price-block-left .price-input {
	width: 185px;
  background-color: #f3f3f3;
  border: 1px solid #ececec;
  display: block;
	padding: 9px 10px;
  border-radius: 5px;
  font-size: 16px;
  margin: 0;
}
.btnPrimary {
  background-color: #03baff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  min-width: 100px;
  font-size: 16px;
  color: #fff;
}
.btnSecondary {
	background-color: #ff4403;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	min-width: 100px;
	font-size: 16px;
	color: #fff;
}
.price-block-right {
	padding: 5px 0px;
	text-align: right;
}
.price-block-right label {
	display: block;
}
.input-block ul li {
	display: inline-block;
	padding-right: 3px;
}
.signature-area {
	border: 1px solid #cacaca;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f3f2f2;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.sign-row {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
.sign-row ul {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.sign-row ul li {
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
	padding: 60px 10px 5px;
	padding: 5px 10px 60px;
}
.sign-row ul li + li {
	border-top: 1px solid #cacaca;
}
.sign-col-left {
	text-align: center;
}
.sign-col-right {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	height: 100%;
	justify-content: center;
}
strong.hlt {
  font-size: 18px;
}

@media(max-width: 767px) {

}

@media(max-width: 575px) {
	.col-xxs-6 {
		width: 100%;
	}
}
/* loader */
    /* loader */
	 .loading {
	 display:none;
	 }
		/* Absolute Center Spinner */
		.loading {
		  position: fixed;
		  z-index: 9999;
		  height: 2em;
		  width: 2em;
		  overflow: show;
		  margin: auto;
		  top: 0;
		  left: 0;
		  bottom: 0;
		  right: 0;
		}

		/* Transparent Overlay */
		.loading:before {
		  content: '';
		  display: block;
		  position: fixed;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
			background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

		  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
		}

		/* :not(:required) hides these rules from IE9 and below */
		.loading:not(:required) {
		  /* hide "loading..." text */
		  font: 0/0 a;
		  color: transparent;
		  text-shadow: none;
		  background-color: transparent;
		  border: 0;
		}

		.loading:not(:required):after {
		  content: '';
		  display: block;
		  font-size: 10px;
		  width: 1em;
		  height: 1em;
		  margin-top: -0.5em;
		  -webkit-animation: spinner 150ms infinite linear;
		  -moz-animation: spinner 150ms infinite linear;
		  -ms-animation: spinner 150ms infinite linear;
		  -o-animation: spinner 150ms infinite linear;
		  animation: spinner 150ms infinite linear;
		  border-radius: 0.5em;
		  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
		box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
		}

		/* Animation */

		@-webkit-keyframes spinner {
		  0% {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		  }
		  100% {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		  }
		}
		@-moz-keyframes spinner {
		  0% {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		  }
		  100% {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		  }
		}
		@-o-keyframes spinner {
		  0% {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		  }
		  100% {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		  }
		}
		@keyframes spinner {
		  0% {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		  }
		  100% {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		  }
		}
/* loader ends */

/* toggle button */
    #switchMarketToggle  .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

#switchMarketToggle  .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

#switchMarketToggle  .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#switchMarketToggle  .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#switchMarketToggle  input:checked + .slider {
  background-color: #2196F3;
}

#switchMarketToggle  input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#switchMarketToggle  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
#switchMarketToggle .slider.round {
  border-radius: 34px;
}

#switchMarketToggle .slider.round:before {
  border-radius: 50%;
}
#switchMarketToggle{
    font-size: 23px;
    font-weight: bold;
}
/* toggle button ends*/