@font-face {
	font-family: 'SiriTax';
	src:  url('fonts/SiriTax.eot?74dt27');
	src:  url('fonts/SiriTax.eot?74dt27#iefix') format('embedded-opentype'),
	url('../fonts/SiriTax.ttf?74dt27') format('truetype'),
	url('../fonts/SiriTax.woff?74dt27') format('woff'),
	url('../fonts/SiriTax.svg?74dt27#SiriTax') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="st-ico-"], [class*=" st-ico-"] {
	font-family: 'SiriTax' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.st-ico-assets:before {
	content: "\e900";
}
.st-ico-calendar:before {
	content: "\e901";
}
.st-ico-catalogue:before {
	content: "\e902";
}
.st-ico-dashboard:before {
	content: "\e903";
}
.st-ico-employees:before {
	content: "\e904";
}
.st-ico-notification:before {
	content: "\e905";
}
.st-ico-orders:before {
	content: "\e906";
}
.st-ico-product-category:before {
	content: "\e907";
}
.st-ico-products .path1:before {
	content: "\e908";
	color: rgb(165, 174, 188);
	opacity: 0.9;
}
.st-ico-products .path2:before {
	content: "\e909";
	margin-left: -0.841796875em;
	color: rgb(165, 174, 188);
}
.st-ico-products .path3:before {
	content: "\e90a";
	margin-left: -0.841796875em;
	color: rgb(165, 174, 188);
}
.st-ico-products .path4:before {
	content: "\e90b";
	margin-left: -0.841796875em;
	color: rgb(165, 174, 188);
	opacity: 0.9;
}
.st-ico-products .path5:before {
	content: "\e90c";
	margin-left: -0.841796875em;
	color: rgb(165, 174, 188);
	opacity: 0.9;
}
.st-ico-products-menu .path1:before {
	content: "\e90d";
	color: rgb(255, 255, 255);
	opacity: 0.9;
}
.st-ico-products-menu .path2:before {
	content: "\e90e";
	margin-left: -0.841796875em;
	color: rgb(255, 255, 255);
}
.st-ico-products-menu .path3:before {
	content: "\e90f";
	margin-left: -0.841796875em;
	color: rgb(255, 255, 255);
}
.st-ico-products-menu .path4:before {
	content: "\e910";
	margin-left: -0.841796875em;
	color: rgb(255, 255, 255);
	opacity: 0.9;
}
.st-ico-products-menu .path5:before {
	content: "\e911";
	margin-left: -0.841796875em;
	color: rgb(255, 255, 255);
	opacity: 0.9;
}
.st-ico-reports:before {
	content: "\e912";
}
.st-ico-reversenav:before {
	content: "\e913";
}
.st-ico-sales:before {
	content: "\e914";
}
.st-ico-settings:before {
	content: "\e915";
}
.st-ico-template:before {
	content: "\e916";
}
.st-ico-tools:before {
	content: "\e917";
}
.st-ico-search:before {
	content: "\e918";
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #1a1c1f;
	background-color: #ebecec;
	margin: 0px auto;
}

*, :before, :after{
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

*, *:focus {
	outline: none; 
}

*, :after, :before, input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
}

input[type=search] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none; 
}

img {
	max-width: 100%; 
}

a:focus, a:hover {
	text-decoration: none; 
}

a{
	text-decoration: none;
}

ul{
	list-style-type: none;
}

h1,h2,h3,h4,h5,p{
	margin: 0px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.container {
	margin: 0 auto;
	position: relative; 
}

@media only screen and (max-width: 992px) {
	.container {
		padding: 0 12px; 
	} 
}

@media (min-width: 992px) {
	.container {
		width: 970px; 
	} 
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 1096px;
	}
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	border-radius: 20px;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-track {
	background-color: #575757;
}

::-webkit-scrollbar-track-piece {
	background-color: #eaeaea; 
}

::-webkit-scrollbar-thumb {
	background-color: #888;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #888; 
}

::-webkit-scrollbar-corner {
	display: none;
}

::-webkit-resizer {
	display: none; 
}

.list-inline {
	margin: 0 -6px;
	font-size: 0;
	padding: 0;
	list-style-type: none;
}

.list-inline>li{
	padding:0 6px;
	font-size:14px;
	display:inline-block;
	vertical-align: middle;
}

.list-unstyled{
	padding:0;
	margin:0 auto;
	list-style-type:none;
}

.st-smooth {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

.hasOne{
	width: 100%;
}

.hasTwo{
	width: 50%;
}

.hasThree{
	width: 33.33%;
}

.hasFour{
	width: 25%;
}

.hasFive{
	width: 20%;
}

.st-bold{
	font-weight: 600!important;
}

/****************CSS STARTS***************/

.st-header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 98;
	height: 56px;
	font-size: 0px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(227, 227, 227, 0.5);
}

.st-header > .st-brand, .st-header > .st-navMenu {
	position: relative;
	width: 230px;
	height: 100%;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

.st-brand > span {
	height: 100%;
	padding: 16px;
	display: block;
	cursor: pointer;
	text-align: center;
}

.st-brand {
	border-right: 1px solid #e1e5ed;
}

.st-brand > span > img {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	z-index: 4;
	margin: -20px auto 0px;
	max-width: 130px;
}

.collapseNav .st-header > .st-brand {
	width: 65px;
}

.afterCollapse {
	opacity: 0;
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.collapseNav .st-brand > span > img {
	width: 0px;
	opacity: 0;
	height: 0px;
	visibility: hidden;
}

.collapseNav .st-brand > span > img.afterCollapse {
	opacity: 1;
	width: auto;
	height: auto;
	visibility: visible;
	margin: -20px auto 0px;
	max-width: 28px;
}

.collapseNav .st-menu > .a, .collapseNav .st-menu > .c {
	width: 60%;
}

.st-header > .st-navMenu {
	padding: 0px 30px;
	width: calc(100% - 230px);
	width: -moz-calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
}

.collapseNav .st-header > .st-navMenu {
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
}

.st-navMenu > ul {
	margin: 0px auto;
	padding: 10px 0px;
}

.st-navMenu > ul > li {
	width: 40%;
	padding: 0px;
}

.st-navMenu > ul > li:nth-child(2) {
	width: 32%;
}

.st-navMenu > ul > li:last-child{
	width: 28%;
	text-align: right;
}

.st-menuIcon {
	position: relative;
}

.st-fixLevel {
	margin: 0px -10px;
}

.st-fixLevel > li {
	padding: 0px 10px;
}

.st-menu {
	position: relative;
	width: 24px;
	height: 16px;
	display: block;
	cursor: pointer;
}

.st-menu > small {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 2px;
	background-color: #000;
}

.st-menu > .b{
	top: 7px;
}

.st-menu > .c {
	top: 14px;
}

.collapseNav .st-menu > .a {
	transform: rotate(45deg);
	top: 2px;
	left: 11px;
}

.collapseNav .st-menu > .b {
	width: 100%;
}

.collapseNav .st-menu > .c {
	transform: rotate(145deg);
	left: 10px;
	top: 12px;
}

.st-revIcon {
	position: relative;
	color: #a5aebc;
	display: block;
	font-size: 18px;
	cursor: pointer;
}

.st-search, .st-formGroup, .st-selectCont {
	position: relative;
}

.topSearch {
	max-width: 280px;
	margin: 0px auto;
}

.topSearch.expand {
	max-width: 100%; 
}

.st-formgroup > i {
	position: absolute;
	top: 50%;
	left: 12px;
	z-index: 4;
	width: 14px;
	height: 14px;
	margin: -7px auto 0px;
}

.st-formcontrol {
	position: relative;
	width: 100%;
	height: 36px;
	padding: 12px;
	color: #a5aebc;
	border-radius: 4px;
	background-color: #f5f5f5;
	border: 1px solid #dfdfe1;
}

.st-search > .st-formgroup > .st-formcontrol {
	padding: 12px 36px;
}

.st-formgroup > input, .st-selectCont > select, .st-formgroup input, .st-selectCont select {
	position: relative;
	width: 100%;
	height: 36px;
	color: #3c4f6b;
	box-shadow: none;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid #c4cdd5;
}

.st-formgroup > input:focus {
	border: 1px solid #85b30a;
	background-color: #f1fff1;
}

.dropDropdown {
	position: relative;
}

.st-userRel {
	position: relative;
	font-size: 0px;
	cursor: pointer;
}

.st-userRel > span {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

.st-userRel > span.st-hascircle {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	border-radius: 50%;
	background-color: #a5aebc;
}

.st-userRel > span > i {
	font-size: 20px;
	color: #9ca1b7;
}

.nodrop > span {
	color: #000;
}

.nodrop > small {
	position: absolute;
	top: -4px;
	width: 8px;
	right: -6px;
	height: 8px;
	padding: 0px;
	border-radius: 50%;
	background-color: #d83071;
}


.st-note {
	position: absolute;
	top: 30px;
	right: 12px;
	padding: 10px 10px 10px 10px;
	font-size: 0px;
	width: 222px;
	border-radius: 3px;
	box-shadow: 0 5px 18px 0 rgba(32, 61, 101, 0.5);
	border: solid 0.6px #dfdfe1;
	background-color: #ffffff;
	z-index: 99;
	visibility: hidden;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	transition: 0.5s;
}

.haveNote {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.st-note>span {
	color: #7b8b8e;
	font-size: 12px;
}

.st-closeModal {
	position: absolute;
	top: 8px;
	z-index: 4;
	right: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	font-size: 12px;
	cursor: pointer;
	line-height: 16px;
	background: #1b3a68;
}

.st-note>a, .st-note>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	padding-left: 10px;
}

.st-note>a {
	background: #85b30a;
	border-radius: 2px;
	padding: 8px;
}

.st-note>a > img{
	max-width: 30px;
}

.st-note>.st-closeModal>svg {
	fill: #fff;
}

.st-note>p {
	width: 154px;
	text-align: left;
	line-height: 1.7;
	color: #1b3a68;
}

.haveNote {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.st-userProfile {
	position: relative;
	font-size: 0px;
	cursor: pointer;
	padding: 0px 16px;
}

.st-userProfile > p, .st-userProfile > span {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	text-transform: capitalize;
}

.st-userProfile > p {
	color: #142234;
	font-size: 14px;
	padding-right: 12px;
	font-weight: 500;
	width: calc(100% - 51px);
	width: -moz-calc(100% - 51px);
	width: -webkit-calc(100% - 51px);
	margin-left: 16px;
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.st-userProfile > span {
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 50%;
}

.st-userProfile:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 0px;
	right: -4px;
	height: 0px;
	transition: 0.5s;
	border-style: solid;
	pointer-events: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	border-width: 5px 5px 0 5px;
	border-color: #142234 transparent transparent transparent;
}

.st-userHelp {
	position: absolute;
	top: 44px;
	left: 28px;
	z-index: 8;
	opacity: 0;
	text-align: left;
	visibility: hidden;
	transform: scale(0);
	background-color: #fff;
	-moz-transform: scale(0);
	border: 1px solid #cbcbcb;
	-webkit-transform: scale(0);
	box-shadow: 0 5px 12px 0 rgba(147, 147, 147, 0.68);
}

.st-fixLevel > li > .st-userHelp {
	width: 170px;
}

.st-userHelp > li > a {
	padding: 12px;
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	color: #1b3a68;
}

.open .st-userHelp {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

/**************NAVMENU CSS****************/
.st-navWrap {
	position: relative;
}

.st-sideNav {
	position: fixed;
	left: 0px;
	top: 56px;
	z-index: 96;
	height: calc(100% - 30px);
	width: 230px;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
}

.st-sideNav > ul {
	padding: 24px 14px;
}

.st-sideNav > ul > li {
	position: relative;
}

.dropSubMenu {
	position: relative;
	height: 50px;
	overflow: hidden;
}

.st-sideNav > ul > li > a, .st-sideNav > ul > li > span {
	position: relative;
	color: #383838;
	font-size: 0px;
	display: block;
	cursor: pointer;
	padding: 12px 13px;
	border-radius: 3px;
}

.st-sideNav > ul > li:hover > a, .st-sideNav > ul > li.active > a, .st-sideNav > ul > li.active > span, .st-sideNav > ul > li.open > span,.st-sideNav > ul > li:hover span {
	color: #fff;
	background: #85b30a;
}

.st-sideNav > ul > li.open > span > b > i{
	color: #fff;
}

.st-sideNav > ul > li.active > a > b > i{
	color: #fff;
}

.dropSubMenu.active > span:after{
	border: solid #fff;
	border-width: 0 2px 2px 0;
}


.st-sideNav > ul > li.open:hover > span > b > i{
	color: #fff;
}

.st-sideNav > ul > li:hover > a:before, .st-sideNav > ul > li:hover > span:before, .st-sideNav > ul > li.active > a:before, .st-sideNav > ul > li.active > span:before, .st-sideNav > ul > li.open > span:before {
	left: 2px;
	opacity: 1;
	visibility: visible;
}

.st-sideNav > ul > li > a > b, .st-sideNav > ul > li > a > small, .st-sideNav > ul > li > span > small, .st-sideNav > ul > li > span > b {
	position: relative;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	font-weight: 500;
}

.st-sideNav > ul > li > a > b, .st-sideNav > ul > li > span > b {
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	margin-right: 12px;
}

.st-sideNav > ul > li > a > b > i, .st-sideNav > ul > li > span > b > i {
	position: relative;
	z-index: 9;
	color: #85b30a;
	font-size: 16px;
}

.st-sideNav > ul > li:hover a > b > i, .st-sideNav > ul > li:hover span > b > i{
	color: #fff;
}

.st-sideNav > ul > li.active > a > b > i, .st-sideNav > ul > li.active > span > b > i{
	color: #fff;
}

.st-listPage {
	position: relative;
	opacity: 0;
	font-size: 12px;
	max-height: 0px;
	overflow: hidden;
	visibility: hidden;
	padding: 10px 0px 20px;
	background-color: #85b30a;
}

.st-listPage > li > a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	line-height: 22px;
	padding: 10px 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: capitalize;
	font-weight: 500;
}

.st-listPage > li:hover > a, .st-listPage > li > a.active {
	color: #383838;
}

.dropSubMenu > span:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 22px;
	margin: 0 auto 0;
	padding: 3px;
	border: solid #7b8b8e;
	display: inline-block;
	margin: 22px 0 0;
	transform: rotate(45deg);
	border-width: 0 2px 2px 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(320deg);
}

.dropSubMenu.open .st-listPage {
	opacity: 1;
	max-height: 600px;
	visibility: visible;
}

.dropSubMenu.open {
	height: auto;
}

.dropSubMenu.open > span:after {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.collapseNav .st-sideNav {
	width: 65px;
	overflow: unset;
}

.collapseNav .st-sideNav > ul > li > a > small, .collapseNav .st-sideNav > ul > li > span > small {
	display: none;
}

.collapseNav .dropSubMenu {
	height: auto;
	overflow: inherit;
}

.collapseNav .st-sideNav > ul > li > a, .collapseNav .st-sideNav > ul > li > span {
	padding: 12px;
}

.collapseNav .st-sideNav > ul > li > a > b, .collapseNav .st-sideNav > ul > li > span > b {
	width: 35px;
	height: 35px;
	font-size: 18px;
	margin: 0px auto;
	line-height: 38px;
}

.collapseNav .st-sideNav > ul {
	padding: 24px 0px;
}

.collapseNav .dropSubMenu.open .st-listPage {
	max-height: 300px;
}

.collapseNav .st-listPage {
	position: absolute;
	top: 0px;
	left: 65px;
	z-index: 8;
	width: 200px;
	overflow: hidden;
	overflow-y: auto;
	max-height: 300px;
}

.collapseNav .dropSubMenu > span:after{
	display: none;
}

.collapseNav .st-dashWrapper {
	left: 65px;
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	z-index: -1;
}

.collapseNav .st-footer {
	width: 65px;
	padding: 8px;
}

.collapseNav .st-footCopyright > span+span {
	display: none;
}

.collapseNav .st-footCopyright > span {
	font-size: 10px;
	line-height: 16px;
}

/**************CONTENT WRAPPER CSS*************/
.st-dashWrapper {
	position: absolute;
	top: 55px;
	left: 230px;
	width: calc(100% - 230px);
	z-index: 96;
	background: #f0f0f0;
	height: -webkit-calc(100% - 56px);
	width: -webkit-calc(100% - 230px);
	height: calc(100% - 56px);
	height: -moz-calc(100% - 56px);
}

.st-wrapCont {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 23px;
}

/********FOOTER CSS********/
.st-footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 230px;
	z-index: 96;
	width: 230px;
	padding: 22px 24px;
	background-color: #fff;
	border-top: 1px solid #f2f2f2; 
}

.st-footCopyright {
	color: #000;
	text-align: center;
	font-weight: 500;
}

.st-footCopyright > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}

.st-mainHead{
	position: relative;
	margin: 0px auto 20px;
	font-size: 0px;
}

.st-mainHead > h1,.st-breadCrumbs{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 40%;
}

.st-breadCrumbs{
	width: 60%;
	text-align: right;
}

.st-mainHead > h1{
	font-size: 28px;
	color: #000;
	line-height: 30px;
	margin: 0px;
	font-weight: 500;
	text-transform: capitalize;
}

.st-mainCont{
	position: relative;
	padding: 0px 0px 55px;
}

.st-breadCrumbs > li {
	position: relative;
}

.st-breadCrumbs > li > a,.st-breadCrumbs > li > span {
	color: #000;
	display: block;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
}

.st-breadCrumbs > li > span {
	color: #85b30a;
}

.st-breadCrumbs > li+li:before {
	content: "";
	position: absolute;
	left: -2px;
	top: 0px;
	width: 1px;
	height: 12px;
	background-color: #85b30a;
	transform: rotate(30deg);
}

/******************TAB CSS STARTS**************/
.st-accounttabMenu {
	font-size: 0px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.st-accounttabLink {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.st-accounttabLink > a {
	position: relative;
	height: 64px;
	display: block;
	padding: 18px 24px;
	color: #000;
	font-weight: 500;
	cursor: pointer;
}

.st-accounttabLink+.st-accounttabLink > a{
	border-left: 1px solid #eae9e9;
}

.st-accounttabArea {
	display: none;
}

.st-accounttabLink > a:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 100%;
	height: 3px;
	background-color: #5f5f5f;
}

.st-accounttabLink.is-active > a:before,.st-accounttabLink > a:hover:before{
	background-color: #85b30a;
}

.st-accounttabPanel {
	position: relative;
	margin: 18px auto 0px;
}

.st-innerContent {
	position: relative;
	border: 1px solid #eae9e9;
	border-radius: 4px;
}

.st-infoTitle {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
	padding: 14px 28px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #eae9e9;
	border-radius: 4px 4px 0px 0px;
}

.st-formContent {
	position: relative;
	font-size: 0px;
	padding: 20px 26px;
	background-color: #fff;
	border-radius: 0px 0px 4px 4px;
}

.st-formLeft,.st-formRight {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 50%;
}

.st-formRight{
	padding: 0px 0px 0px 24px;
}

.st-formLeft{
	padding: 0px 24px 0px 0px;
	border-right: 1px solid #eae9e9;
}

.st-formHead{
	position: relative;
	display: block;
    font-size: 13px;
    font-weight: 500;
    color: #85b30a;
    margin: 0px auto 18px;
    text-transform: uppercase;
}

.formControl{
	position: relative;
	margin: 0px 0px 16px;
}

.formControl > label {
	display:block;
	font-size: 13px;
	color: #383838;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0px auto 10px;
}

.st-formGroup {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid #e5eaec;
	border-radius: 3px;
}

.st-formGroup:focus {
	border: 1px solid #85b30a;
}

.st-formDivide .formControl{
	width: 300px;
}

.st-suggestion {
	position: absolute;
    top: 50%;
    margin: -2px auto;
    font-size: 10px;
    color: #9f9f9f;
    width: 200px;
    line-height: 15px;
    padding-left: 4px;
    font-weight: 500;
}

.st-datePicker > i {
	position: absolute;
	top: 50%;
	right: 14px;
	margin: 6px auto;
	font-size: 12px;
	z-index: 1;
}

/********DATEPICKER CSS********/
/***********CALANDER CSS*******/
@media (min-width: 564px){
	.daterangepicker.ltr {
		display: none;
	}
}

.ranges {
	position: absolute;
	bottom: 36px;
	right: 34px;
}

.daterangepicker .calendar th{
	padding-bottom: 0px;
	color: #c8c8cc;
}
.daterangepicker th.month{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #1b3a68;
}
.daterangepicker .calendar tr:first-child{
	height: 44px;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
	background-color: #85b30a;
}
.daterangepicker.dropdown-menu.ltr.show-calendar.opensleft{
	height: 410px;
	border: solid 0.6px #c8c8cc;
	padding: 12px 14px;
	right: 24px!important;
}
i.sc-ico-left-arrow.glyphicon.glyphicon-left-arrow,i.sc-ico-right-arrow.glyphicon.glyphicon-right-arrow {
	font-size: 24px;
}
.glyphicon-left-arrow:before{
	color: #1b3a68;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
	font-weight: 600!important;
}
button.applyBtn.btn.btn-sm.btn-success{
	width: 110px;
	height: 35px;
	background-color: #85b30a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 44px;
}
button.cancelBtn.btn.btn-sm.btn-default{
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #7a8595;
	border: none;
	background: none;
}
.daterangepicker td.off, .daterangepicker td.off.in-range{
	color: #c8c8cc!important;
}
.daterangepicker.opensleft:before,.daterangepicker.opensleft:after{
	display: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
	font-weight: 300;
	font-size: 13px;
}
.daterangepicker.ltr .ranges,button.cancelBtn.btn.btn-sm.btn-default{
	cursor: pointer;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
	font-weight: 600!important;
}
.daterangepicker td.start-date {
	border-radius: 4px 4px 4px 4px!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #85b30a;
}
.daterangepicker td, .daterangepicker th{
	height: 30px!important;
	width: 30px;
}
.daterangepicker.dropdown-menu.ltr.show-calendar.opensright {
	height: 410px;
	border: solid 0.6px #c8c8cc;
	padding: 12px 14px;
}
/****************************/

.st-checkIn {
	position: relative;
}

.st-checkIn > input {
	position: absolute;
	top: -2px;
	left: 0px;
	width: 16px;
	height: 16px;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
}

.st-checkIt {
	position: absolute;
	top: 50%;
	margin: -9px auto;
	left: 0;
	width: 16px;
	height: 16px;
	border: solid 1px #c3c2c9;
	background-color: #fff;
	transition: 0.5s;
}

.st-checkIn > label {
	padding-left: 24px;
	color: #383838;
	font-size: 12px;
	font-weight: 500;
}

.st-checkIt:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -18px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	margin: 2px auto;
	width: 6px;
	height: 10px;
	border: solid white;
	transition: 0.5s;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.st-checkIn > input:checked~.st-checkIt:after {
	visibility: visible;
	opacity: 1;
	left: 0px;
}

.st-checkIn > input:checked~.st-checkIt {
	background-color: #85b30a;
	border: solid 1px #85b30a;
	transform: scale(1);
}

.formControl.hasOne{
	width: 100%;
}

.st-boxList > li {
	padding: 0px 4px;
}

.st-formDivide .st-dateContainer > li > .formControl {
	width: 100%;
}

.st-dateContainer > li > .formControl > input {
	width: 100%;
	padding: 8px 30px 8px 16px;
}

.st-dateContainer > li {
	width: 50%;
}

.formControl > span {
   width: 100%;
    vertical-align: inherit;
}

.st-detailedHead{
	position: relative;
	font-size: 13px;
    color: #383838;
    margin: 0px auto 18px;
    font-weight: 500;
}

.st-detailedHead > span{
	font-size: 12px;
    margin: -7px 4px 0px;
    width: auto;
    padding: 0px;
}

.formControl > .st-checkIn {
    position: relative;
    left: 12px;
    top: 0px;
}

.formControl > textarea {
    resize: vertical;
}

.st-sideDude{
	padding-left: 34px;
}

.st-headNotify{
	font-size: 14px;
    color: #383838;
    margin: 0px auto 18px;
    font-weight: 500;
}

.st-hasThree{
	font-size: 0px;
	margin: 0px -20px;
}

.st-hasThree > li{
	width: 33.33%;
	padding: 0px 20px;
	vertical-align: top;
}

.st-hasThree > li+li {
    border-left: 1px solid #eae9e9;
}

.st-giveSpace{
	margin: 8px auto 20px;
}

.st-listDown > li{
	margin: 0px auto 20px;
}

.clrRed{
color: #da0404;
}

.st-radioBtn {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 14px;
    line-height: 2.4;
}

.st-radioBtn > input {
    display: none;
}

.st-customRadio {
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.st-customRadio:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #85b30a;
    transform: scale(0);
    left: 0;
    right: 0;
    margin: -4px auto;
    top: 50%;
    transition: 0.5s;
}

.st-radioBtn input:checked ~ .st-customRadio {
    border: 2px solid #383838;
}

.st-radioBtn input:checked ~ .st-customRadio:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.st-radioGroup > label {
    display: block;
    padding-left: 24px;
    vertical-align: middle;
}

.st-btnSpace{
	margin: 0px auto 14px;
}

.st-btnActions{
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #a6a6a6;
    font-size: 13px;
    padding: 12px 30px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #ededed;
    text-align: right;
}

.st-globalBtn{
	display: inline-block;
	padding: 10px 16px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.st-btnActions > a+a{
	margin-left: 4px;
}

.btnGreen{
	background-color: #85b30a;
}

.btnBlack{
	background-color: #383838;
}

/*NEXT TAB CSS STARTS*/
.st-sign {
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 34px;
    z-index: 9;
}

.st-dollarSign > input{
	margin-left: 14px;
}


.st-rental > li {
    padding: 0px 24px;
}

.st-rental {
    margin: 0px -24px;
}

.st-rental .st-suggestion {
	right: -324px;
}

.st-contAnddist{
	margin: 0px -24px;
}

.st-contAnddist > li{
	padding: 0px 24px;
}

.st-contAnddist > li > .formControl{
	width: 206px;
}

.st-contAnddist .st-sign{
	top: 10px;
}

.st-requirements {
    margin: 12px auto 0px;
}

.st-requirements > span {
    display: block;
    margin: 0px auto 10px;
    font-size: 14px;
}

.st-requirements > p {
    color: #9f9f9f;
    font-size: 12px;
    line-height: 16px;
}

.st-titleInline {
    text-align: center;
}

.st-titleInline > li {
    width: 50%;
}

.st-hasFour{
	font-size: 0px;
    margin: 0px -20px;
}

.st-hasFour > li{
	width: 25%;
    padding: 0px 20px;
    vertical-align: top;
}

.st-formDivide .st-mortageTab .formControl{
	width: 200px;
}

.st-setselectBtn .st-checkIn{
	height: 34px;
}

.st-setselectBtn .st-checkIn > input{
	top: 7px;
}

.st-btnActions > a:hover {
    color: #fff;
}