.getinput-inline { display:inline-block; }
.getinput-activatum-inline { display:inline-block; margin-left:6px; }
.getinput-activatum-inline textarea { margin-top:-16px; } 
.getinput-activatum-under { display:block; margin-left:20px; }
.getinput-radios .rbtn, .getinput-checks .chkb { vertical-align:top; }

.holderof-activatum-textarea-inline .rbtn, .holderof-activatum-textarea-inline .chkb { }
.holderof-activatum-textarea-under .rbtn, .holderof-activatum-textarea-under .chkb { }
.holderof-activatum-text-inline .rbtn, .holderof-activatum-text-inline .chkb { vertical-align:middle; }
.holderof-activatum-text-under .rbtn, .holderof-activatum-text-under .chkb { }

.getinput-row {
	display:flex;
	width:100%;
	margin-bottom:-1px;
	position:relative;
}
.getinput-row > label, .selectboxit-container *, .input label {
	font-family: Verdana,Arial,sans-serif !important;
	font-size: 13px !important;
	font: 13px Verdana,Arial,sans-serif !important;
}
.selectboxit-container * {
	line-height:30px !important;
}
.getinput-row > label,
.getinput-row  > div.input {
	display:inline-block;
	vertical-align: top;
	border: 1px solid silver;
}
.getinput-row > label {
	width:calc(35% - 26px);
	padding: 11px 8px 8px 16px;
	text-align: right;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 0px;
	margin:0px !important;
}
.getinput-row > label:after {
	content:": ";
}
.getinput-row > label.no-colon:after {
	display: none;
}
.getinput-row > div.input {
	width:calc(65% - 18px);
	padding: 4px 8px;
	text-align: left;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right:-4px;
}
.getinput-form-longlabels .getinput-row > label { width:calc(70% - 26px); }
.getinput-form-longlabels .getinput-row > div.input { width:calc(30% - 18px); }
.getinput-row > div.input .w100perc {
	width: calc(100% - 26px);
}
.getinput-row > div.input .w100perc-withhelp {
	width: calc(100% - 48px);
}
.getinput-row > div.input .getinput-radios {
	margin-top:3px;
}
.tabswidget .getinput-row > label {
	width:calc(34% - 26px);
}
.tabswidget .getinput-row > div.input {
	width:calc(66% - 8px);
}
.getinput-row > div.input .chkb > label,
.getinput-row > div.input .rbtn > label {
	padding-top:2px;
}
.stitle {
	border: 0px;
	background-color: transparent;
	padding: 12px 2px 6px 2px;
	color: #404040;
	font-size: 14px;
	font-weight: normal;
}
.buttons {
	text-align:center;
	padding:20px 0px 30px 0px;
}
.getinput-before {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	opacity:0.7;
	background-image:url(/admin/inc/imgs/waiting_bigger.gif);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:wait;
}
.langselector .ui-tabs-anchor img {
	vertical-align: middle;
	margin: -3px 4px 0px 0px;
}

input[type="button"].popup, input[type="submit"].popup {
	padding-right:22px;
}
.input-desc {
	display: inline-block;
  padding: 2px 8px;
  color: darkgray;
  font-size: 12px;
}
label.obligatory:after {
	content:":*";
}
.icon-help {
	cursor:pointer;
}
.justtext, .getinput-row > div.input.justtext {
	padding-top: 12px;
}
.for-id {
  font-weight: bold;
}

.cols-in1row > div {
	display:inline-block;
	margin-right: 16px;
}

/* SELECT; styled with HTML5: start */
.getinput-select {	
	font-size: 12px;
	padding: 0px 30px 0px 8px;
	height: 28px;
	line-height:28px;
	border-radius:4px;
	border:1px solid darkgray;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#fff url(/admin/inc/imgs/dropdown-down.png) no-repeat right center;
}
.select-opened {
	background-image:url(/admin/inc/imgs/dropdown-up.png);
}
@-moz-document url-prefix() { /* Only for Firefox */
	.getinput-select {
		padding:2px 30px 2px 4px;
		line-height:unset;
	}
}
.getinput-select option {
	font-size: 12px;
	padding: 4px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:10px solid red;
}
.getinput-select option.dummy-option-for-chrome {
	font-size:4px;
	color:transparent;
}
/* SELECT; styled with HTML5: end */

/* SELECT; styled with jquery.selectBoxIt: start */
.selectboxit-container span.selectboxit, .selectboxit-container span.selectboxit-focus, .selectboxit-container span.selectboxit-open, .selectboxit-container .selectboxit-btn.selectboxit-enabled:hover {
	font-size: 12px;
	padding: 0px;
	border-radius:4px;
	border:1px solid darkgray;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background:#fff none !important;
}
.selectboxit-arrow-container {
  background-color: #efefef;
  border-left: 1px solid darkgray;
}
.selectboxit-text {
	padding-right:5px;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.selectboxit-default-arrow {
	height: 7px;
	width: 7px;
	margin:-5px auto 0px auto;
	transform: rotate(45deg);
	transform-origin: center center;
	border-top:0px;
	border-left:0px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.selectboxit.selectboxit-open .selectboxit-arrow-container .selectboxit-arrow.selectboxit-default-arrow {
	margin:-1px auto 0px auto;
	border-right:0px;
	border-bottom:0px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.selectboxit-container .selectboxit-option, .sortable li.selectboxit-option,
.sortable-holder-focused .sortable li.selectboxit-option {
	border:0px !important;
	width: 100%;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
/* SELECT; styled with jquery.selectBoxIt: end */

.input-disabled { background-color:#efefef !important; }
.getinput-select .input-disabled { background-color:transparent !important; color: #cfcfcf; }
.getinput-static {
	font-size: 13px;
	padding: 8px 10px;
	border: 1px solid silver;
	display: inline-block;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.disabled-buttons {
	position:absolute;
	display:block;
	background-color:transparent;
	opacity:0.0;
}

input[type=text].textnew, input[type=password].textnew, input[type=email].textnew, textarea.textnew, .getinput-simplehtml {
	border:1px solid darkgray;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-khtml-border-radius:4px;
	behavior:url(/admin/inc/styles/scripts/border-radius.htc);
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	padding:6px 10px 6px 10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#555555;
	font-size:13px;
	font-weight:normal;
	background: white none;
}
.getinput-simplehtml {
	resize: vertical;
	overflow: auto;
	max-height: 250px;
}
.getinput-simplehtml a, .getinput-simplehtml a:visited, .getinput-simplehtml a:focus {
	color: blue;
	text-decoration: underline !important;
}
.getinput-simplehtml a:hover {
	color: navy;
	text-decoration: none !important;
}
.getinput-simplehtml-tools {
	padding: 2px;
	border: 1px solid silver;
	border-bottom: 0;
}
.getinput-simplehtml-tools div {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	font-size: 0;
}
.getinput-simplehtml-tools div:first-child {
	margin-left: 0;
}
.getinput-simplehtml-tools div:last-child {
	float: right;
}
.getinput-simplehtml-tools span {
	background: transparent none no-repeat center center; 
	font-size: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 16px;
	cursor: pointer;
}
.getinput-simplehtml-tools span:hover {
	text-decoration: underline;
	background-color: #e1e1e1;
}
.getinput-simplehtml-tools span[data-command="bold"] { background-image: url(/admin/inc/heditor/imgs/commands/bold.png); }
.getinput-simplehtml-tools span[data-command="italic"] { background-image: url(/admin/inc/heditor/imgs/commands/italic.png); }
.getinput-simplehtml-tools span[data-command="underline"] { background-image: url(/admin/inc/heditor/imgs/commands/underline.png); }

.getinput-simplehtml-tools span[data-command="createLink"] { background-image: url(/admin/inc/heditor/imgs/commands/createlink.png); }
.getinput-simplehtml-tools span[data-command="unlink"] { background-image: url(/admin/inc/heditor/imgs/commands/unlink.png); }
.getinput-simplehtml-tools span[data-command="insertUnorderedList"] { background-image: url(/admin/inc/heditor/imgs/commands/insertunorderedlist.png); }
.getinput-simplehtml-tools span[data-command="insertOrderedList"] { background-image: url(/admin/inc/heditor/imgs/commands/insertorderedlist.png); }
.getinput-simplehtml-tools span[data-command="undo"] { background-image: url(/admin/inc/heditor/imgs//undo.gif); }
textarea.textnew {
	background-position-y:4px;
}
textarea.textnew {
	width: calc(100% - 26px);
  height: 40px;
}
input[type=text].textnew.getinput-date {
	width:120px;
	background: white url(/admin/inc/imgs/getinput-date-back.png) no-repeat center right;
}
input[type="text"].for-spinner.textnew {
	width:20px;
	border:0px !important;
	background-image:none;
}
input[type="text"].for-spinner.textnew:focus {
	border:0px !important;
	box-shadow:none;
	outline: none;
}
.input .ui-spinner .ui-icon {
	left:50%;
}
.input .ui-spinner a.ui-spinner-button {
	background-color: #efefef;
	border-left: 1px solid silver;
}
.newline {
	clear:both;
	margin: 8px 0px;
}

/* Calendar:BEG */
input.getinput-date { cursor:pointer; }
.getinput-calendar.datepick {
	padding:4px 30px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid silver;
  box-shadow: 0px 0px 20px darkgrey;
}
.getinput-calendar.datepick, .getinput-calendar .datepick-month-header select, .getinput-calendar .datepick-month-header input, .getinput-calendar .datepick-month th, .getinput-calendar .datepick-month td, .getinput-calendar .datepick-month th, .getinput-calendar .datepick-month td, .getinput-calendar .datepick-month-header {
	font-size: 13px;
}
.getinput-calendar .datepick-month-header {
	border-radius: 4px !important;
	border-bottom-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
	padding: 8px 0px 0px 0px !important;
  max-height: 20px;
}
.getinput-calendar .datepick-month {
	width:253px;
}
.getinput-calendar .datepick-month-header, .getinput-calendar .datepick-month-year {
	background-color: #ccd6f5;
	color:#000;
	font-weight: normal;
	border: 1px solid #dfe5f7;
}
.getinput-calendar .datepick-month-year, .getinput-calendar .datepick-month-month {
	padding: 2px;
  height: 23px;
  border-radius: 2px;
  margin-top: -5px;
}
.getinput-calendar .datepick-month th, .getinput-calendar .datepick-month td a, .getinput-calendar .datepick-month td span {
	padding:6px 0px;
}
.getinput-calendar .datepick-month td {
	background-color: transparent;
	border: 1px solid #e2e2e2;
	padding:0px;
}
.getinput-calendar .datepick-month td .datepick-weekend { background-color: #f5f5f5; }
.getinput-calendar .datepick-month td span { color:#e2e2e2; }
.getinput-calendar .datepick-month td a { background-color:transparent; }
.getinput-calendar .datepick-month td a.datepick-today {
	background-color:#f3e1c7;
	font-weight:bold;
}
.getinput-calendar .datepick-month td a.datepick-today:hover { background-color:#f8d49f; }

.getinput-calendar .datepick-nav, .getinput-calendar .datepick-ctrl {
	background-color:transparent;
	height: 30px;
}
.getinput-calendar .datepick-cmd {
	width: 19px;
  padding: 6px;
}
.getinput-calendar .datepick-cmd-today { width: calc(100% - 74px); }
.getinput-calendar .datepick-cmd img { opacity:0.8; }
.getinput-calendar .datepick-cmd:hover, .getinput-calendar .datepick-ctrl .datepick-cmd:hover { background-color:transparent; }
.getinput-calendar .datepick-cmd:hover img { opacity:1.0; }
.getinput-2calendars { min-height:26px; }
.getinput-2calendars > div { display:inline-block; float:left;}
.getinput-2calendars > div:last-child { margin-left:8px; }
.getinput-date-delete { margin-top:-14px; opacity:0.8; cursor:pointer; }
.getinput-date-delete:hover { opacity:1.0; }
.getinput-calendar .datepick-cmd.datepick-disabled { opacity:0.2; cursor:default; }
.day-outofrange { padding:6px 0px !important; color:#95a8e0 !important; cursor:default; }
.datepick-popup .day-inrange a {
	background-color:#7b97df !important;
	color:#fff !important;
	font-weight:bold !important;
}
.getinput-calendar .datepick-selected, .datepick-popup .day-inrange a.datepick-selected {
	background-color:#4c6dc1 !important;
	color:#fff !important;
	font-weight:bold;
}
.getinput-calendar .datepick-month td a:hover, .getinput-calendar .datepick-selected:hover, .datepick-popup .day-inrange a.datepick-selected:hover {
	background-color:#ccd6f5 !important;
	color:#5870b7 !important;
	font-weight:normal !important;
}
.datepick-popup .day-first, .datepick-popup .day-last {
	position:relative;
}
.datepick-popup .day-first:after, .datepick-popup .day-last:after {
	content: '';
  position: absolute;
  width: 0;
  height: 0;
  clear: both;
}
.datepick-popup .day-first:after {
  left: 0px;
  top: 3px;
  border-top: 10px solid transparent;
  border-right: 0px;
  border-bottom: 10px solid transparent;
  border-left: 7px solid orange;
} 
.datepick-popup .day-last:after {
	left: 27px;
  top: 3px;
  border-top: 10px solid transparent;
  border-right: 7px solid orange;
  border-bottom: 10px solid transparent;
  border-left: 0px;
}
.calendar-desc { clear:both; border: 1px solid transparent; }
.calendar-desc-row { display:block; margin:10px 0px; }
.calendar-desc-color { display:inline-block; vertical-align:top; width:40px; border:1px solid black; border-radius:2px; height:26px; }
.calendar-desc-text {
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 80px);
	padding:0px 10px 6px 10px;
	font-size:13px;
	color:#555555;
	border-left: 1px solid #e6e6e6;
  margin-left: 10px;
}
.calendar-desc-title { display:block; font-weight:bold; margin-bottom:2px; }
.calendar-desc-desc { display:block; }
.calendar-withtime {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 2px solid darkgray;
}
.calendar-withtime .calendar-withtime-title {
}
.calendar-withtime .calendar-withtime-title > span {
	text-align: center;
	display: inline-block;
	padding: 8px 0px;
	border-bottom: 1px solid silver;
}
.calendar-withtime .calendar-withtime-options {
	display: inline-block;
	height: 100%;
	overflow: scroll;
}
.calendar-withtime .calendar-withtime-title > span:last-child, .calendar-withtime .calendar-withtime-minutes {
	border-left: 1px solid silver;
}
.calendar-withtime .calendar-withtime-options > div {
	padding: 2px 8px;
	cursor: pointer;
}
.calendar-withtime .calendar-withtime-options > div:hover {
	background-color: #efefef;
}
.calendar-withtime .calendar-withtime-options > .calendar-withtime-option-selected {
	background-color: darkgray;
	color: #fff;
}
.calendar-withtime .calendar-withtime-display {
	padding:8px;
	text-align: center;
	background-color: #efefef;
	border-top: 1px solid silver;
}
input[type="text"].textnew.getinput-datewithtime {
	width: 130px !important;
	text-align: left;
}
/* Calendar:END */

/* colorpicker (spectrum):BEG */
.input .sp-replacer {
	border: 1px solid silver;
  border-radius: 2px;
  padding:0px;
}
.input .sp-replacer:hover, .input .sp-replacer.sp-active {
	border: 1px solid silver;
}
.input .sp-preview {
	height: 28px;
  border: 0px;
  width: 40px;
}
.input .sp-dd {
	padding: 0px 4px 0px 0px;
	background-image: url(/inc/vws/default/imgs/jquery-ui/ui-icons_222222_256x240.png);
	background-position: -67px -10px;
	color: transparent;
}
.sp-container {
	border:1px solid silver !important;
	border-radius: 4px !important;
  box-shadow: 4px 4px 6px silver;
}
#body .sp-cancel, #body .sp-choose {
	font-family:'Open Sans', sans-serif;
	font-size:11px !important;
	font-weight:normal !important;
	padding: 4px 12px !important;
	border-radius:0px !important;
	border:0px !important;
	cursor:pointer !important;
	box-shadow:0px 1px 1px silver !important;
	color: #f3f6fa !important;
	background: #647baf;
	background: -webkit-linear-gradient(#88aff0, #3d517e);
	background: -o-linear-gradient(#88aff0, #3d517e);
	background: -moz-linear-gradient(#88aff0, #3d517e);
	background: linear-gradient(#88aff0, #3d517e);
	margin-right:1px;
	line-height:unset !important;
	text-shadow:unset !important;
}
#body .sp-cancel:hover, #body .sp-choose:hover {
	color:#ffffff !important;
	box-shadow:none !important;
	text-decoration:none !important;
}

/* colorpicker (spectrum):END */

.getinput-comment {
	color:#999999;
	padding:10px;
	font-size:13px;
}

.getinput-fullname { display:flex; flex-direction: column; }
.getinput-fullname-col { display:inline-block; width:50%; width: calc(50% - 10px); }
.getinput-fullname-col-trio { width: calc(33% - 10px); }
.getinput-fullname-col input[type="text"] { width: calc(100% - 24px); }
.getinput-fullname-label-pre { display:none; }

.input-notes {
	width: 100% !important;
	margin: 0px;
}





.textnew.h30 { height:30px; }
.textnew.h50 { height:50px; }
.textnew.h75 { height:75px; }
.textnew.h100 { height:100px; }
.textnew.h150 { height:150px; }
.textnew.h250 { height:250px; }
.textnew.h350 { height:350px; }
.textnew.h450 { height:450px; }
.textnew.h600 { height:600px; }

.cols-1col .chkb, .cols-1col .rbtn {
	display:block !important;
}
.chkb .input-disabled, .rbtn .input-disabled {
	cursor: default !important;
	background-color: transparent !important;
	opacity: 0.3;
}



.chk-rad-box {
  display: block;
  position: relative;
	padding-left: 1.5em;
	margin: 0.4em 0;
	cursor: pointer;
	font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cols-limit3 .chk-rad-box,
.cols-in1row .chk-rad-box {
  display: inline-block;
	margin-right: 0.7em;
}
.chk-rad-box.input-disabled {
	cursor: default;
	opacity: 0.3;
	filter: grayscale(100%);
}
.chk-rad-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.chk-rad-box.chkb input { height: 0; width: 0; }
.chk-rad-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.2em;
  width: 1.2em;
  background-color: #fff;
  border: 1px solid darkgray;
}
.chk-rad-box.chkb .checkmark { border-radius: 0.2em; }
.chk-rad-box.rbtn .checkmark { border-radius: 50%; }
.chk-rad-box:hover input ~ .checkmark {
  background-color: #f4f4f4;
}
.chk-rad-box.chkb input:checked + .checkmark { background-color: #2196F3; }
.chk-rad-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.chk-rad-box input:checked + .checkmark:after {
	display: block;
}
.chk-rad-box.chkb .checkmark::after {
	left: 0.45em;
	top: 0.13em;
	width: 0.25em;
	height: 0.6em;
	border: solid white;
	border-width: 0 0.15em 0.15em 0;
	border-radius: 0.1em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.chk-rad-box.rbtn .checkmark::after {
	top: 0.12em;
	left: 0.13em;
	width: 77%;
	height: 77%;
	border-radius: 50%;
	background: #2196F3;
}
.chk-rad-box.tooltipstered {
	padding-right: 1.5em;
}
.chk-rad-box.tooltipstered .icon-help {
	top: 0;
	right: 0;
}
.chk-rad-box .getinput-activatum * {
	opacity: 1;
	max-width: unset;
}
.chk-rad-box.activatum-owner.option-checked {
	padding-bottom: 38px;
}
.cols-1col .chkb.activatum-inline, .cols-1col .rbtn.activatum-inline {
	display: inline !important;
}
.activatum-owner .getinput-activatum-inline {
	/*
	position: absolute;
	left: 1em;
	top: 2em;
	*/
	z-index: 1;
}
.activatum-owner .getinput-activatum-inline input, .activatum-owner .getinput-activatum-inline textarea {
	cursor: text;
}
.getinput-select-noinput-holder .getinput-select {
	border-radius: 4px;
  padding-left: 12px;
}
.getinput-langselector {
	padding: 10px 10px 2px 10px;
}
.getinput-langselector span {
	margin: 0 8px;
	cursor: pointer;
	color: var(--color-a);
	text-decoration: none;
}
.getinput-langselector span:hover {
	text-decoration: underline;
}
.getinput-langselector span.sellang {
	color: #000;
	font-weight: bold;
	cursor: default;
}
.getinput-langselector span.sellang:hover {
	text-decoration: none;
}
.getinput-langselector span:first-child {
	margin-left: 0px;
}
.getinput-langselector span:last-child {
	margin-right: 0px;
}
.getinput-langselected {
	display: none;
}
.getinput-langselected-label {
	background-repeat: no-repeat;
    background-position: 5px center;
}
select.getinput-select.getinput-with-help {
	max-width: calc(100% - 50px); 
}
.getinput-mediapicker > button {
	position: absolute;
	margin: 0 8px;
	width: 70px;
}
.getinput-mediapicker > button.submit {
	top: 0px;
}
.getinput-mediapicker > button.cancel {
	top: 40px;
}
.getinput-mediapicker-thumbnail {
	width: 100px;
	height: 65px;
	display: inline-block;
	border: 1px solid silver;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
}
.getinput-mediapicker-thumbnail > div {
	background: #fff none no-repeat center center;
	background-size: contain;
	width: calc(100% - 12px);
    height: calc(100% - 12px);
	display: inline-block;
	border: 6px solid #fff;
	border-radius: 4px;
}
.getinput-mediapicker-thumbnail > div.getinput-mediapicker-waiting, .getinput-mediapicker-thumbnail > div.getinput-mediapicker-init {
	background-image: url(/admin/inc/imgs/waiting_mini.gif);
	background-size: auto;
}
.getinput-mediapicker-thumbnail > div.getinput-mediapicker-noimage {
	background-image: url(/admin/inc/imgs/noimage.png);
	max-width: 100px;
}
.getinput-simple-langed > div:first-child {
	margin-left: 1px;
	margin-top: -1px;
}
.getinput-simple-langed > div:last-child {
	display: inline-block;
	margin-left: 6px;
	width: calc(100% - 22px);
}
.getinput-simplehtml-holder textarea {
	position: absolute;
	left: -5000px;
	top: -5000px;
}
.sp-button-container {
	display: flex;
}
.sp-button-container .sp-choose {
	order: 1;
}
.sp-button-container .sp-cancel {
	order: 2;
}
.getinput-row-nolabel {
	width: calc(100% - 7px) !important;
}
.getinput-label-nolabel {
	width: 0 !important;
	padding: 0 !important;
	border-right: 0 !important;
}
.getinput-input-noinput {
	width: 100% !important;
	border-left: 0 !important;
}

.getinput-hpblock {
	position: absolute;
	top: -10000px;
	left: -10000px;
}