form
{
  margin: 0px;
  padding: 0px;
}

input, select, textarea
{
  font-family: Arial, helvetica, sans-serif;
  margin: 0px;
  color: #454545;
}

input[type="text"], input[type="password"], select
{
  max-width: 550px;
  padding: 3px;
  background: none repeat scroll 0 0 #FFFFFF;
  
  border: 1px solid #a4a3a3; -webkit-box-shadow: inset 0px 2px 2px #C2C2C2; box-shadow: inset 0px 2px 2px #C2C2C2;
  
  font-size: 16px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

select
{
  width: 306px;
}

select.widthAuto
{
  width: auto;
}

input.disabled, textarea.disabled
{
  background-color: #F0F0F0;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, select:focus, select:hover
{
  border-color: #B6B6B6;
  -moz-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  outline: medium none;
}

input.short, select.short
{
  width: 150px;
}

input.width200, select.width200
{
  width: 200px;
}

input.XShort, select.XShort
{
  width: 50px;
}

input.medium, select.medium
{
  width: 75px;
}

input.shortAndNarrow, select.shortAndNarrow
{
  width: 150px;
  height: 22px;
  line-height: 22px;
}

.XShortAndNarrow
{
  width: 50px !important;
  height: 22px !important;
  line-height: 22px !important;
}

input.shortenLongUrl
{
	border: 1px solid #B0B0B0;
	width: 450px;
	height: 25px;
	font-weight: normal;
	font-size: 20px !important;
	margin: 0px 0px 0px;
}

input.shortenLongUrlPopup
{
	border: 1px solid #B0B0B0;
    width: 100%;
	height: 25px;
	font-weight: normal !important;
	font-size: 14px !important;
	padding-top: 2px;
}

textarea
{
  width: 300px;
  height: 100px;
  padding: 3px;
  background: none repeat scroll 0 0 #FFFFFF;
  
  border: 1px solid #a4a3a3; -webkit-box-shadow: inset 0px 2px 2px #C2C2C2; box-shadow: inset 0px 2px 2px #C2C2C2;
  
  font-size: 16px;
  color: #000000;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  resize: none;
}

textarea.width250
{
  width: 250px;
}

textarea.height50
{
  height: 50px;
}

textarea:hover, textarea:focus
{
  border-color: #B6B6B6;
  -moz-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  outline: medium none;
}

textarea[readonly], input[readonly], select[readonly], textarea.readonly, input.readonly, select.readonly
{ 
	background: none repeat scroll 0 0 #f9f9f9 !important;
}

textarea[disabled] 
{ 
	background: none repeat scroll 0 0 #F0F0F0;
}

label, div.label
{

  font-weight: normal;
  color: #464646;
  /*padding-bottom: 20px;*/
  display: block;
  white-space: nowrap;
    margin: 15px auto;
}

label span, div.label span
{
  display: block;
  padding-bottom: 5px;
}

label span.required, div.label span.required, td span.required
{
  font-size: 20px;
  font-weight: bold;
  color: #E51F36;
  margin: 0px;
  padding: 0px;
  line-height: 10px;
  display: inline;
}

label span.inlineSpan
{
  display: inline;
  padding-bottom: 5px;
}

.labelspan
{
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #464646;
	cursor: default;
}

.labelspanrequired
{
	font-size: 20px;
	font-weight: bold;
	color: #E51F36;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	display: inline;
	cursor: default;
}

.scheduleMsgSelect
{
	width: auto !important;
}

label span.note, div.label span.note
{
  font-size: 11px;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  display: inline;
}

label.noPadding
{
  padding: 0px;
}

label.onlyBottomPadding
{
  padding: 0px;
  padding-bottom: 5px;
}

label a
{


  cursor: pointer;
}

label span.details, label span.details span
{
  display: inline;
  font-style: italic;
}

label span.details a
{
  display: inline;
  font-style: normal;
}

.shortInput
{
	width:175px !important;
}

input.facebook
{
  background: url(/images/newdesign/facebook.png) 5px center no-repeat !important;
  padding-left: 35px !important;
}

input.twitter
{
  background: url(/images/newdesign/twitter.png) 5px center no-repeat !important;
  padding-left: 35px !important;
}

input.youtube
{
  background: url(/images/newdesign/youtube.png) 5px center no-repeat !important;
  padding-left: 35px !important;
}

input.google
{
  background: url(/images/newdesign/google.png) 5px center no-repeat !important;
  padding-left: 35px !important;
}

input.linkedin
{
  background: url(/images/newdesign/linkedin.png) 5px center no-repeat !important;
  padding-left: 35px !important;
}

.ui-sortable
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.ui-sortable li
{
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
	border-bottom:1px solid #DADADA;
}

.ui-sortable li:hover
{
	background-color:#53BEE8;
}

input.referralUrl
{
	border: 1px solid #B0B0B0;
	width: 400px;
	height: 25px;
	font-weight: normal;
	font-size: 20px !important;
	margin: 0px 0px 0px;
}

fieldset.customsignupform
{
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 20px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 1px solid #9A9A9A;
}

fieldset.customsignupform
{
  font-size: 14px;
}
.datepicker:before {
    border-bottom: 7px solid #fff!important;
}
.row-no-gutters [class*="col-"] {
    padding-right: 15px!important;
    padding-left: 0;
}