.formlineHeight{
	line-height: 34px !important;
}
.lineHeightReset{
	line-height: normal !important;
}
.fullWidth{
	width: 100% !important;
}
.formwrapper{
	padding: 0 20px 0 0;
	margin: 0;
	list-style: none;
	width: 50%;
	float: left;
}
.formwrapper + .formwrapper{
	padding-right: 0;
}
.formwrapper > li{
	width: 100%;
	float: left;
	margin-bottom: 5px;
	position: relative;
}
.formwrapper > li:last-child{
	margin-bottom: 0;
}
.submitArea > li{
	/*padding-left: 10px;*/
}
.gallerypopul li{
	padding-bottom: 20px;
	margin: 0;
}
/*.gallerypopul li:first-child{
	padding-bottom: 40px;
}*/
.formwrapper .errorstar,.moduleTitle .errorstar,.errorstar{
	color: #e64c66;
	position: absolute;
	top: 0;
	left: 0;
}
.table .errorstar{
	position: static;
}
.formwrapper label, .labeltext{
	color: #22282d;
	font-weight: 400;
	line-height: normal;
	padding-left: 10px;
	/*margin: 0;*/
}
.formwrapper label:not([class^="mar"]){
	margin: 0;
}
.input,.formwrapper input[type="text"],.formwrapper input[type="date"],.formwrapper input[type="password"],.formwrapper input[type="email"],.formwrapper input[type="number"],.formwrapper input[type="search"],.formwrapper input[type="url"], .forminput,.formwrapper textarea, .formtextarea, .formwrapper select, .selectpicker,tags-input .tags{
	border: 1px solid #dfe3e8;
	width: 100%;
	line-height: 32px;
	position: relative;
	padding: 0 5px;
	border-radius: 0;
}
.formwrapper input[type="text"].from, .formwrapper input[type="text"].to, .formwrapper input[type="text"].appointmentdatepicker{
	background: transparent;
	z-index: 1;
	cursor: pointer;
}
.formwrapper textarea, .formtextarea{
	resize:none;
	height: 100px;
	line-height: normal;
	padding: 5px;
}
.formwrapper .btninsidegal,.formwrapper .btninsideloc{
	position: relative;
	background: #dfe3e8;
	width: 135px;
	line-height: 34px;
	padding-left: 15px;
	text-align: left;
	border: none;
	color: #313443;
	display: inline-block;
	font-weight: 300;
}
.formwrapper .btninsideloc{
	background:#c4df9b
}
.formwrapper .commonBtn,.commonBtn,.formwrapper .clearBtn,.clearBtn,.paginationDefault a,.razorpay-payment-button{
	background: #0353CC;
	min-width: 70px;
	line-height: 34px;
	text-align: center;
	font-weight: 600 !important;
	border: none;
	color: #fff;
	padding: 8px 30px !important;
    font-size: 16px !important;
	display: inline-block;
}
.commonBtn:hover, .commonBtn:focus{
	color: #fff;
}
.formwrapper .iconBtnLeft,.formwrapper .iconBtnRight,.iconBtnLeft{
	position: relative;
	padding: 0 10px 0 41px;
}
.formwrapper .iconBtnLeft i,.iconBtnLeft i{
	position: absolute;
	left: 10px;
	line-height: 34px;
	top: 0;
}
.commonBtn span{
	font-weight: 600;
}
.formwrapper .clearBtn,.clearBtn{
	background: #9ea9af;
}
.updateFeatures .clearBtn{
	font-size: 12px;
	line-height: 25px;
	display: inline-block;
}
.formlabel{
	width: 155px;
	float: left;
	line-height: 34px;
	position: relative;
}
.labelShort .formlabel{
	width: 100px;
}
.reminderform{
	width: 60%;
}
/*.reminderform .formlabel{
	width: 135px;
}*/
.reminderform .formfield{
	max-width: inherit;
}
.reminderform textarea{
	width:325px;
}
.formfield{
	width: calc(100% - 155px);
	float: left;
	position: relative;
	padding-left: 10px;
	line-height: 34px;
}
.labelShort .formfield{
	width: calc(100% - 100px);
}
.formfield > span, .errormsg{
	width: 100%;
	float: left;
	color: #DE350B !important;
	line-height: normal;
}
.characterLimit{
	width: 100%;
	margin: 0;
	font-size: 13px;
	text-align: right;
	color: #313443;
	font-weight: 300;
	line-height: normal;
}
.formfield .fa-info-circle,.formfield .flaticon-circle156,.helptool{
	color: #DE350B;
    font-size: 28px;
    line-height: 30px;
    position: absolute;
    right: 7px;
    top: -2px;
    cursor: pointer;
}
.formfield .flaticon-circle156:before{
	font-size: 18px;
    /*position: absolute;
    right: 0;
    top: 3px;*/
}
.formfield .fa-info-circle:hover{
	color: #ccc;
}
.submitArea{
	margin: 15px 0 0;
	width: 100%
}
.push-Left{
	margin-left: 30%;
	padding-left: 10px;
}
.formwrapper > li.push-Left{
	width: auto;
}
.giftpage > li.push-Left{
	margin-left: 25%;
}
.bigwidthlabel > li.push-Left{
	margin-left: 35%;
}
/*.submitArea i{
	margin-left: 15px;
}*/
.formwrapper .fa-circle-o-notch{
	margin-left: 20px;
	width: 26px;
	height: 26px;
	display: inline-block;
}
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  top: -1px;
  font-size: 22px;
  vertical-align: middle;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.successmsg{
	color: green !important;
	width: auto;
	display: inline;
	margin-left: 20px;
	line-height: 34px;
}
.formfield .successmsg{
	margin: 0;
}
.displayNone{
	display: none;	
}
.displayBlock{
	display: inline-block;	
}
.gallerypopul .errormsg{
	position: absolute;
	bottom: 0;
	left: 0;
}
button.close{
	color: #fff;
	opacity: 1;
}
button.close:hover{
	color: #fff;
	opacity: 0.8;
}
.fullTextarea{
	
}
.fullTextarea textarea{
	width: 100%;
	height: 90px;
}



.fileUpload {
  	position: relative;
  	overflow: hidden;
  	float:left;
  	width:auto;
  	max-width: 260px;
  	display:inline-block;
  	padding-left: 10px;
}
.fileUpload.formfield{
	float: left;
}
.formfield .fileUpload{
	padding-left: 0;
}
.fileUpload button {
	background-color: #1abc9c;
	border: 0px;
	/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 1px 1px 0
	rgba(255, 255, 255, 0.2) inset;*/
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	outline: medium none;
	padding: 0 20px;
	line-height: 34px;
	cursor: pointer;
	margin: 20px 10px;
	margin: 0;
	z-index: 1;
	cursor: pointer;
	float: left;
}
.fileUpload input.upload {
	position: absolute;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
	font-size: 100px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.marginLeft{
	margin-left:15px;
}
.marginRight{
	margin-right:15px;
}
.marginTop{
	margin-top:15px;
}
.marginBottom{
	margin-bottom:15px;
}
.bigwidthlabel .formlabel{
	width: 200px;
}
.bigwidthlabel .formfield{
	width: calc(100% - 200px);
}
.formfield .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width: 100%;
}
.paddReset{
	padding: 0 !important;
}
.marginReset{
    margin: 0 !important;
}
.floatReset{
	float: none !important;
}
.cursorPointer{
	cursor: pointer;
}
.formwrapper .posPreviewBtn,.posPreviewBtn{
	border: 1px solid #dfe3e8;
	background: transparent;
	color: #8d9ba6;
}
.posPreviewBtn span{
	line-height: 34px;
}
input[readonly]{
	color: #22282d;
	font-size: 11px;
}
.text-capitalize{
	text-transform: capitalize;
}
.borderNone{
	border: none !important;
}
.posRelative{
	position: relative;
}
.errorBorder{
	border: 1px solid #DE350B !important;
}
.calenderSizewrap .sequenceWrap{
	float: left;
	position: relative;
}
.sequenceWrap label{
	width: auto;
}
.sequenceWrap label.to{
	margin-left: 15px;
}
.sequenceWrap input[type="text"]{
	margin-left: 5px;
	width: 260px;
	/*cursor: pointer;*/
	z-index: 1;
	background: transparent;
}
.calenderBtn{
	margin-left: 15px;
	float: left;
}