.translate-wrapper {
  width: 100%;
}

.translate-widget {
  min-width: 160px;
  border: 1px solid transparent;
  float: right;
  cursor: pointer;
  color: #999;
  right: 0;
  top: 0;
  margin: 2px 0;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.cursor-pointer {
	cursor: pointer !important;
}

.no-border {
	border: none !important;
}

.input-group-btn > .btn {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

/** UI autocomplete */
.ui-autocomplete-loading {
    background: white url("/assets/img/loading/spinner.gif") 99% center no-repeat;
}

.dropdown-lookup-field.ui-autocomplete-loading{
  background-position: 95% 50%;
}

.ui-menu .ui-menu-item div{
  text-decoration: none;
  border-color: transparent;
  display: inline;
  padding: 0;
}

.ui-menu .ui-menu-item div:hover{
  background-color: transparent;
}

.ui-menu .ui-menu-item div.ui-state-focus{
  background-color: transparent;
}

.ui-menu .ui-menu-item div.ui-state-active{
  background-color: initial;
  color: initial;
}

.ui-menu .ui-menu-item:hover{
  background-color: #c9c9c44d;
}

.ui-menu .ui-menu-item {
    font-size: 13px;
    line-height: normal;
    padding: 4px;
}

/* eof ui autocomplete */

.modal hr {
	margin-bottom: 12px;
}
.cancelled {
	background:#ff5555 !important;
}

.top-drag-target {
	border-top: 3px dashed #00B1E1;
}

.right-drag-target {
	border-right: 3px dashed #00B1E1;
}

.left-drag-target {
	border-left: 3px dashed #00B1E1;
}

.bottom-drag-target {
	border-bottom: 3px dashed #00B1E1;
}

.form-builder-panel-firefox .top-drag-target {
  border-top-color: rgba(0, 177, 225, 1.0) !important;
}

.form-builder-panel-firefox .right-drag-target {
  border-right-color: rgba(0, 177, 225, 1.0) !important;
}

.form-builder-panel-firefox .left-drag-target {
  border-left-color: rgba(0, 177, 225, 1.0) !important;
}

.form-builder-panel-firefox .bottom-drag-target {
  border-bottom-color: rgba(0, 177, 225, 1.0) !important;
}

.item-type.ui-draggable-dragging {
	z-index: 9001;
	background-color:#ebf3fd;
	border-color:#aaccf6;
}

.fbuilder.ui-draggable-dragging {
	z-index: 9001;
	border: 1px dashed black;
}
.hideondesktop {
	display: none;
}
@media screen and (max-width: 1025px) {
  .hidemobile {
    display: none !important;
  }
  #bs-modal-lg, #bs-modal-template, #bs-modal-done4you {
	  z-index: 9999999999;
  }
  #bs-modal-lg .modal-dialog, #bs-modal-template .modal-dialog, #bs-modal-done4you .modal-dialog {
	  width: 90%;
  }
  #template-categories {
	  min-height: 0 !important;
  }
  .hideondesktop {
	  display: block !important;
  }
}

.editable-image-canvas {
    cursor: crosshair;
}

.fbuilder {
    position: relative;
    padding-top: 7px;
    padding-bottom: 8px;
    display: inline-block;
}

.form-builder-panel-firefox .fbuilder {
    position: relative;
    padding-top: 7px;
    padding-bottom: 8px;
    display: inline-block;
    border-left: 3px dashed rgba(0, 177, 225, 0.0);
    border-right: 3px dashed rgba(0, 177, 225, 0.0);
    border-top: 3px dashed rgba(0, 177, 225, 0.0);
    border-bottom: 3px dashed rgba(0, 177, 225, 0.0);
}

.fbuilder .fbuilder-overlay {
    background: rgba(235,243,253,0.7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: -15px;
    border: 2px dashed #aaccf6;
    visibility: hidden;
    opacity:0;
    transition: visibility 0s linear 0.2s,opacity 0.2s linear;
    z-index: 99;
    cursor: move;
    min-height: 67px;
}
.fbuilder:hover:not(.ui-draggable-dragging):not(.not-dragging) .fbuilder-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.fbuilder .fbuilder-overlay .overlay-drag {
    text-align: center;
    padding-top: 10px;
    height: 100%;
}
.address-group .fbuilder .fbuilder-overlay .overlay-drag {
    padding-top: 45px;
}
.fbuilder .fbuilder-overlay .overlay-controls {
    bottom: 0px;
    background: #e1e1e1;
    width: 100%;
    outline: 2px solid #aaccf6;
    padding: 10px;
}
.fbuilder .fbuilder-overlay .draghelper {
    display: block;
    margin-bottom: 10px;
}

.fbuilder .fbuilder-section-overlay {
    background: rgba(245, 245, 245,0.7);
    position: absolute;
    top: -1px;
    right: -9px;
    width: 232px;
    height: 32px;
    border: 2px dotted rgb(231, 231, 231);
    padding-top: 2px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s,opacity 0.2s linear;
    z-index: 99;
    cursor: move;
}
.fbuilder:hover:not(.ui-draggable-dragging):not(.not-dragging) .fbuilder-section-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.fbuilder .fbuilder-section-overlay .overlay-drag {
    text-align: center;
    padding-top: 1px;
    height: 100%;
}
.fbuilder .fbuilder-section-overlay .overlay-controls {
    bottom: 0px;
    background: #e1e1e1;
    width: 100%;
    outline: 2px solid #aaccf6;
    padding: 10px;
}
.fbuilder .fbuilder-section-overlay .draghelper {
    display: inline-block;
}

.fbuilder .fbuilder-section-name {
  position: absolute;
  width: auto;
  top: -2px;
  left: 50%; transform: translate(-50%, -50%);   /* https://stackoverflow.com/a/25776315 */
  z-index: 98;
  background-color: white;
  color: rgb(173, 173, 173);
}

.form-group.form-section-begin .fbuilder:hover:not(.ui-draggable-dragging):not(.not-dragging) {
  background: rgba(235,243,253,0.3);
  border-bottom: 1px dashed #aaccf6;
  transition-delay: 0s;
  cursor: move;
}

#header.navbar .navbar-header {
	background-color: #478ec5;
}
.form-wizard>.steps>ul>li.current>a>.number, .form-wizard>.steps>ul>li.done>a>.number {
	background-color: #478ec5;
}
.form-wizard>.steps>ul>li.current>a>.title, .form-wizard>.steps>ul>li.done>a>.title {
	color: #212b36;
}
.form-wizard>.steps>ul>li.current:first-child>a:after, .form-wizard>.steps>ul>li.done:first-child>a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#478ec5 0,#dde4e6 100%);
    background-image: -moz-linear-gradient(left,#478ec5 0,#dde4e6 100%);
    background-image: -o-linear-gradient(left,#478ec5 0,#dde4e6 100%);
    background-image: linear-gradient(to right,#478ec5 0,#dde4e6 100%);
}
.form-wizard>.steps>ul>li.current>a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…g9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left,#dde4e6 0,#478ec5 50%,#dde4e6 100%);
    background-image: -moz-linear-gradient(left,#dde4e6 0,#478ec5 50%,#dde4e6 100%);
    background-image: -o-linear-gradient(left,#dde4e6 0,#478ec5 50%,#dde4e6 100%);
    background-image: linear-gradient(to right,#dde4e6 0,#478ec5 50%,#dde4e6 100%);
}
.form-wizard>.steps>ul>li.done>a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…g9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left,#dde4e6 0,#478ec5 50%,#dde4e6 100%);
    background-image: -moz-linear-gradient(left,#dde4e6 0,#478ec5 50%,#dde4e6 100%);
    background-image: -o-linear-gradient(left,#dde4e6 0,#478ec5 50%,#dde4e6 100%);
    background-image: linear-gradient(to right,#dde4e6 0,#478ec5 50%,#dde4e6 100%);
}
.form-wizard>.steps>ul>li.current:last-child>a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#dde4e6 0,#478ec5 100%);
    background-image: -moz-linear-gradient(left,#dde4e6 0,#478ec5 100%);
    background-image: -o-linear-gradient(left,#dde4e6 0,#478ec5 100%);
    background-image: linear-gradient(to right,#dde4e6 0,#478ec5 100%);
}
.sidebar-minimized .navbar-brand {
	padding-left: 15px !important;
}
.backend .text-primary {
	color: #212b36 !important;
    font-weight: normal;
    font-size: 14px;
}
.backend .modal-header .text-primary {
	font-size: 24px;
}

@media (min-width: 768px) {

    .column-siblings-5 {
        width: 20% !important;
    }

    .column-siblings-7 {
        width: 14.28% !important;
    }

    .column-siblings-8 {
        width: 12.48% !important;
    }

    .column-siblings-9 {
        width: 11.1% !important;
    }

    .column-siblings-10 {
        width: 10% !important;
    }

    .sidebar-minimized .navbar-brand .crop {
        width: 30px;
        overflow: hidden;
    }
}
.sidebar .topmenu li.active a>.figure>[class*=" ico-"], .sidebar .topmenu li.active a>.figure>[class^=ico-] {
	color: #468bbf !important;
}
.dataTables_wrapper .dataTables_filter {
	text-align: left;
	margin-left: -5px;
	padding-left: 0;
}
.addformbutton {
	text-align: right;
	margin-right: -5px;
	padding-top: 10px;
}
.dataTables_wrapper .panel-heading {
	color: #444;
	background-color: #f1f1f1;
	border-color: #cfd9db;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 0px;
	overflow: auto;
}
.form-list .panel-default {
	border-top: 0px;
}
.form-canvas .row {
	margin: 0;
}
.form-canvas .bookrow, .form-canvas .appointmentrow {
	margin-left: -15px;
	margin-right: -15px;
}
.form-canvas img { max-width: 100%;}

.fields-available .btn {
	width: 100%;
	cursor: move;
}
.fields-available .btn i {
	margin-right: 3px;
}
.fields-available p {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.fields-available p:nth-child(even) {
	margin-right: 0;
}
.formchoice {
	border: 2px solid #e0e7e8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	background-color: white;
	-webkit-transition: border-color 200ms ease, background-color 200ms ease;
	-moz-transition: border-color 200ms ease, background-color 200ms ease;
	-ms-transition: border-color 200ms ease, background-color 200ms ease;
	-o-transition: border-color 200ms ease, background-color 200ms ease;
	transition: border-color 200ms ease, background-color 200ms ease;
	margin-bottom: 20px;
	height: 140px;
}
.formchoice.unselected:hover:not(.locked) {
	border-color: #478ec5;
}
.formchoice:hover:not(.locked), .formchoice.selected:not(.locked) {
	border-color: #478ec5;
	cursor: pointer;
	-webkit-transition: border-color 200ms ease, background-color 200ms ease;
	-moz-transition: border-color 200ms ease, background-color 200ms ease;
	-ms-transition: border-color 200ms ease, background-color 200ms ease;
	-o-transition: border-color 200ms ease, background-color 200ms ease;
	transition: border-color 200ms ease, background-color 200ms ease;
	background-color: #fefefe;
}
.formchoice:hover:not(.locked) .formchoiceheading {
	-webkit-transition: border-color 200ms ease, background-color 200ms ease;
	-moz-transition: border-color 200ms ease, background-color 200ms ease;
	-ms-transition: border-color 200ms ease, background-color 200ms ease;
	-o-transition: border-color 200ms ease, background-color 200ms ease;
	transition: border-color 200ms ease, background-color 200ms ease;
}
.formchoice.locked:hover {
	cursor: not-allowed;
}
.formchoiceimg {
	float: left;
	width: 30px;
}
.formchoiceheading {
	padding-left: 40px;
	color: #478ec5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

@media (min-width: 992px) {
	#header.navbar .navbar-header>.navbar-brand {
	    text-align: left;
	    padding-left: 22px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.navbar-brand {
		padding-left: 15px !important;
	}
	.navbar-brand .crop {
		width: 30px;
		overflow: hidden;

	}
}
@media (min-width: 768px) {
	.dataTables_filter input {
		margin-left: 10px;
	}
}
.custom-checkbox>input[type=checkbox]:checked+label:before, .custom-radio>input[type=radio]:checked+label:before {
	border-color: #00b1e1!important;
	background-color: #00b1e1!important;
}
.backend .custom-checkbox>input[type=checkbox]:checked+label:before, .backend .custom-radio>input[type=radio]:checked+label:before {
	border-color: #478ec5!important;
	background-color: #478ec5!important;
}
@media (forced-colors: active) {
  .custom-checkbox > label:after {
    content: ""!important;
  }
  .custom-checkbox>input[type=checkbox]:checked+label:before, .custom-radio>input[type=radio]:checked+label:before {
    forced-color-adjust: none;
  }
  .backend .custom-checkbox>input[type=checkbox]:checked+label:before, .backend .custom-radio>input[type=radio]:checked+label:before {
    forced-color-adjust: none;
  }
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.greybg .panel {
	background-color: #f8f8f8 !important;
}
.border-one .panel {
	border-width: 1px !important;
}
.codecopy {
	color: #6c6c6c!important;
}
.totop {
	background-color: rgba(0,177,255,.9) !important;
}
.advanced-options {
	display: none;
}
.advanced-options .form-horizontal.form-bordered .form-group:first-child, .advanced-options .form-horizontal.form-striped .form-group:first-child {
	border-top-width: 1px !important;
}
.advanced-options h5 {
	border-bottom: 1px solid;
	text-align: center;
	padding-bottom: 15px;
	background: #6f6f6f;
	margin-top: -15px;
	padding-top: 15px;
	color: white;
}
#dropzone {
	width: 100%;
	height: 200px;
	display: block;
	border: 4px #00b1e1 dashed;
	margin-bottom: 10px;
	background-image: url('https://snapformsuploads.s3.amazonaws.com/draganddrop.png');
	background-repeat: no-repeat;
	background-position: center;
}
.modal-backdrop.in {
opacity: .75;
filter: alpha(opacity=75);
}
.fwc .sp-replacer { width: 100%; }
.fwc  .sp-preview { width: 85%; }
.fwc  .sp-dd { width: 10%; text-align: center }
.bfh-selectbox.open>.bfh-selectbox-options {
	width: 100%;
}
.disabledates label {
	margin-right: 10px !important;
}
@media (max-width: 991px) and (min-width: 768px) {
	.navbar-brand {
		padding-left: 15px !important;
	}
	.navbar-brand .crop {
		width: 30px;
		overflow: hidden;

	}
}
@media (min-width: 768px) {
	.dataTables_filter input {
		margin-left: 10px;
	}
}
#form-builder-panel {
	border: 0;
}
.advanced-options {
	display: none;
}
.advanced-options .form-horizontal.form-bordered .form-group:first-child, .advanced-options .form-horizontal.form-striped .form-group:first-child {
	border-top-width: 1px !important;
}
.advanced-options h5 {
	border-bottom: 1px solid;
	text-align: center;
	padding-bottom: 15px;
	background: #6f6f6f;
	margin-top: -15px;
	padding-top: 15px;
	color: white;
}
.captcha-left {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	vertical-align: middle;
}

.captcha-right {
	display: inline-block;
	max-width: 215px;
	vertical-align: middle;
}
img#captcha {
	width: 215px; height: 80px;
}
.captcha-right .parsley-errors-list {
	max-width: 215px;
	white-space: normal;
	word-break: break-word;
}
.captcha-errors {
	display: block;
	clear: both;
	padding-top: 6px;
}
.captcha-errors .parsley-errors-list {
	max-width: 100%;
	white-space: normal;
	word-break: break-word;
}
.captcha-left a {
	position: absolute; bottom: 0px; right: 0px; background-color: #00b1e1; padding: 3px 6px;
	text-decoration: none !important;
	color: white !important;
}
input.captcha-input {
	text-align: center;
}
.errorcontainer {
    color: #ed5466;
}
#bs-modal-edit-field-singlecheckbox .bttn-wrapper button:last-child {
	width: auto;
	/* font-style: normal !important; */
	/*border:  ;*/
	float: right;
	/* margin-right: 10px; */
	border-left: 1px solid;
	/* border-right: 1px solid; */
	padding-left: 10px;
	padding-right: 10px;
}
#bs-modal-edit-field-singlecheckbox .bttn-wrapper button:last-child i {
	font-style: normal;
}
.signature {
	display: block;
	background: #FFFFFF;
    border: 1px solid #cfd9db;
    border-radius: 4px;
    border-width: 1px;
    color: #36454E;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.signature-outer {
	width: 100%;
	max-width: 465px;
}
.clearsig {
	float:right;
	text-decoration: underline;
}
.clearsig:hover {
	cursor: pointer;

}
#bookingdateholder, #bookingtimesholder, #bookinglocationsholder, .serviceholder, .resourceholder {
	  display: block;
    padding: 10px;
    border: 1px solid #cfd9db;
    margin-top: 15px;
    margin-bottom: 10px;
}
.resourceholder-selected {
    background: #e6e4e4;
}
.resourceholder-header {
    width: 100%;
    background: rgb(197, 197, 197);
    font-weight: bold;
    padding: 4px;
    margin-bottom: 7px;
}
.singleouter {
	  color: white;
    border: 1px solid #00b1e1;
    margin: 3px;
    float: left;
    width: auto;
    background: #00b1e1;
    display: block;
    text-align: center;
}
.singleouter-wrapper {
    width: 100%;
    cursor: pointer;
}
.singleouter-wrapper.active {
    background: #e0e0e0;
}
.backend .singleouter-wrapper span {
    margin-left: 7px;
    color: black;
    font-size: small;
    text-decoration: underline;
}
.singleouter-pointer {
  margin-top: 6px;
}
.singledate, .singletime, .singlelocation, .singleservice, .singleresource {
    padding: 3px 10px 3px 5px;
    float:left;
}
.deletedate, .deletetime, .deletelocation, .deleteservice, .deleteresource {
	  float: left;
    line-height: 23px;
    padding: 0px 10px;
    border-right: 1px solid;
}
.deletedate:hover, .deletetime:hover, .deletelocation:hover, .deleteservice:hover, .deleteresource:hover {
    cursor: pointer;
    background: #0f7590;
}
.singledate:hover, .singledate.active, .singlelocation.active, .singlelocation:hover, .singletimecap:hover, .renamelocation:hover,
.singleservice:hover, .singleservice.active, .singleresource:hover, .singleresource.active {
    cursor: pointer;
    background: #0f7590;
    color: white;
}
.defaulttimetext {
	  display: none;
}
#bookingtimesholder {

}
#bookingtimestitle {

}
.bookingtimesadder {
	display: none;
}
.singletimecap, .renamelocation {
	float: left;
    padding: 3px 7px 3px 7px;
    border-left: 1px solid white;
    cursor: pointer;
}
.exportAll{
    margin-bottom: 25px;
}

.modal-body .export-button .export-link {
    color: #ffffff;
	text-decoration: none;
}
.responsesForm #form-list_wrapper .table-responsive{
    overflow-x:scroll;
}
.completeLater{
    text-align: center;
}
.completeLater #continueForm{
    padding-top: 10px;
    font-size: inherit;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
}
.select2 {
    width: 273px !important;
}
.select2-results__option[aria-selected="true"] {
    display: none;
}
.selectize-input {

    padding: 6px 12px;
    border: 1px solid #cfd9db;
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.page-break hr{
    border:2px dotted #dde4e6;
}
.wizard > .content{
    background: none !important;
}
.wizard > .actions{
    text-align:center;
}
.del-responses-btn{
    padding-bottom: 13px;
}
enablecancellation{
    float:left;
}
#enableAppointmentInGoogleCalender{
    float:left;
}
.polling{
    padding-top: 25px;
    margin: 0 auto;
    width: 45%;
    min-width:200px;
}
.poll-question{
  font-size: 16px;
  font-weight: 600;
}
.progress{
        height: 15px;
}
.poll-options{
    padding-bottom: 5px;
    padding-left: 38px;
}
.poll-percent{
    float: left;
    width: 9%;
    color:#91c854 !important;
}
.poll-heading{
    background: #e6ebed;
    padding: 5px;
    font-weight: 800;
}
.votes-number{
    color: #ccc;
    font-weight: 600;
}

.formDisableDates .select2-container--default{
        width: 100% !important;
        margin-bottom: 15px;
}

.formDisableDates .select2-container--default .selection .select2-selection{
    border: 1px solid #cfd9db;
    height: 35px;
}
.formDisableDates .select2-container--default .selection .select2-selection .select2-selection__rendered{
    line-height: 30px !important;
}

.customMultiPage{
    overflow: visible;
}

.customMultiPage > .actions > ul{
    width: auto !important;
}

.customMultiPage > .actions > ul > :first-child {
    float: left !important;
}

.customMultiPage > .actions > ul li:nth-child(2) {
    float: right !important;
}

.customMultiPage > .actions > ul > :last-child {
    display: block;
    float: right !important;
}

.customMultiPage > .content {
    overflow-y: auto;
}

.custom-checkbox input:first-child, .custom-radio input:first-child {
  display: none !important;
}

a#copy-btn {
    text-decoration: none;
}
span#save_url_text{
    text-decoration: underline;
}

div#form-list_paginate, div#form-list-table_paginate {
    text-align: right;
    float: none;
    padding: 10px 15px;
}
div#form-list_paginate .pagination{
    margin: 0px;
}
div#form-list_paginate .pagination, div#form-list-table_paginate .pagination{
    margin: 0px;
}
div#form-list_info, div#form-list-table_info{
    text-align: right;
    padding: 10px 15px;
    line-height: 32px;
    float: none;
}
.form-list table.dataTable.no-footer {
    border-bottom: 1px solid #cfd9db;
}
.multipage_custom_class .actions{margin-bottom: 20px }
.multipage_custom_class section{padding:0px! important;}

.formDisableDates .select2-container--default{
        width: 100% !important;
        margin-bottom: 15px;
}

.formDisableDates .select2-container--default .selection .select2-selection{
    border: 1px solid #cfd9db;
    height: 35px;
}
.formDisableDates .select2-container--default .selection .select2-selection .select2-selection__rendered{
    line-height: 30px !important;
}.multi_page_submit{position: relative; margin-top: 0px !important; padding: 6px 12px !important;}
label#savecomplete_label{display: inline}
label#savecomplete_label.booking_savelater_label{opacity: 0.5}
.wizard > .actions > ul > li.disabled
{
    display: none;
}
.radio_name_label{
    text-align: left! important;
    text-transform: capitalize! important;
}
.radio_button{
        margin: 5px 5px 5px 5px;
}

.radio_button_label{
    text-align: left;
    padding-left: 30px! important;
    padding-top: 0px! important;
    padding-bottom: 5px! important;
}
#form_theme_section ins{cursor: pointer}
#theme_message{font-size:12px}
#delete_theme_message{font-size:12px}
.delete_permission{float:left}

.permission-box .radio_name_label {
	text-transform: none !important;
	word-wrap: break-word;
    max-width: 100%;
}
.delete_permission {
	cursor: pointer;
}

.single-product {
	margin-right: 2.66667%;
    margin-bottom: 2.75rem;
    width: 22.175%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(101,119,138,.15);
    position: relative;
    float: left;
    border: 1px solid #e4e4e4;
}

.single-product img {
	border-bottom: 1px solid #e7e7e7;
	height: 212px;
}

.single-product a {
	text-decoration: none !important;
}

.single-product-name {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
	margin-top: 15px;
	color: initial;
	height: 44px;
	overflow: hidden;
	padding: 0px 10px;
}

.single-product-title {
	display: block;
	width: 100%;
	text-align: center;
	color: initial;
	font-size: 14px;
	margin-bottom: 15px;
}

.aClassName:first-child {
display: none;
}

.itemgone {
    position: absolute;
    top: 0;
    background: red;
    color: white;
    padding: 5px;
    border-bottom-left-radius: 5px;
    pointer-events: none;
}

.singlegone > a {
	    display: block;
    opacity: 0.5;
}

.mobiscroll.form-control.non-readonly-mobiscroll {
	background: none;
	cursor: default;
}

.extraemails .froala-element.f-basic {
	background: white;
}
.extraemails .custom-checkbox>label:before {
	background: white;
}
.extraemails .f-html .froala-element {
	background: rgb(32, 32, 32);
}

.ui-datepicker td a.ui-state-active, .ui-datepicker td span.ui-state-active {
	background-color: #00b1e1 !important;
}

.ui-timepicker-div.ui-timepicker-oneLine {
	margin-top: 10px;
    border-top: 1px solid #d3d3d3;
    padding: 10px 10px 0 10px;
    font-size: 13px;
}
.ui_tpicker_time_label {
	font-weight: normal;
	padding: 2px 0 !important;

}
.ui-timepicker-div.ui-timepicker-oneLine dl {
	margin-bottom: 12px;
}
body.snapform #ui-datepicker-div {
	z-index: 100 !important;
}

@media (max-width: 768px) {
	.single-product {
		width: 100%;
	}
	.productlightbox img, .productlightbox h1, .productlightbox button {
		margin-bottom: 20px;
		clear: both;
	}
	.login-form-container .logo-image {
		margin-top: 0 !important;
	}
	section.login-form-container {
	    padding: 0 20px !important;
	}
	.rightdiv {
		display: none;
	}
	.signature-outer {
		width: 100%;
	}
}

.note-by {
    color: #969696;
}

.login-html, .login-body, .login-body section#main {
    height: 100%;
    min-height: 100%;
}

.login-overflow-hidden {
    overflow-x: hidden;
    padding-right: 0 !important;
}

.login-form-container {
    position: relative;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-color : #F4F6F9;
}

.login-form-container .logo-image {
    width: 100%;
    max-width: 250px;
    margin-top: 133px;
}

.login-form-container .input-lg {
	font-size: 14px;
}

.right-div {
    padding: 50px 0 0 100px;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/assets/image/sfbgv2.jpg');
}

.right-div h2 {
    font-size: 16px;
    color:white;
    position: relative;
}

.right-div p {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-right: 20px;
    color: white;
    padding-right: 40px;
    position: relative;
}

.right-div .btn {
	position: relative;
}

#form-login {
    background-color: #ffffff;
    padding: 1.25rem;
    max-width: 450px;
    margin: auto;
    z-index: 2;
}

#form-login label {
    color: rgb(84, 105, 141);
    font-weight: 500;
}

.login-alert {
    margin: 8px 24px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.remember-me-field {
    margin: 1em 0;
}

.div-links {
    margin-top: 1em;
}

#btn-login {
    background-color: #8ac448;
    border-color: #8ac448;
    padding: 10px 16px !important;
    height: 46px;
}

.new-customer-stuff {
    margin: 1em 0;
}

.not-a-customer {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}

#btn-try-for-free {
    background-color: #ffffff;
    padding: 10px 16px;
}

.stick-bottom {
    width: 100%;
    position: absolute;
    bottom: 10px;
    padding-right: 15px;
    z-index: 1;
}

#template-categories {
    color: rgb(104, 118, 128);
    font-size: 16px;
    list-style: none;
    padding-left: 0;
    min-height: 600px;
    margin-top: 10px;
}

#template-categories li {
    margin-bottom: 7px;
    padding: 5px 12px;
    border: 2px solid #e0e7e8;
    color: #454955;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

#template-categories li.selected {
    border-color: #478ec5;
    background: #f2f6f9;
}

.templates-in-category {
    margin-top: 10px;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    color: #454955;
    font-size: 14px;
    padding: 0;
}

.templates-in-category li.selected {
    border-color: #478ec5;
    background: #f2f6f9;
}
.templates-in-category li span {
    margin: 0 4px;
}

.templates-in-category li {
    line-height: 26px;
    cursor: pointer;
    user-select: none;
    text-align: left;
    border: 2px solid #cfd4d8;
    color: #455560;
    margin-bottom: 12px;
    padding-left: 10px;
}

.template-preview {
    border: 2px solid #478ec5;
    margin-top: 10px;
}

.template-preview-header {
    background-color: #478ec5;
    text-align: center;
    color: #fff;
}

#template-preview-image {
    width: 100%;
    height: auto;
}

.back-link {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0 10px;
    border-right: 1px solid lightgray;
}

.without-border {
    border: none;
}

.overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	top: 50%;
	margin-top: -9px;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 30%;
    height: 40px;
    margin-left: -20%;
    margin-top: -25px;
    padding-top: 12px;
    text-align: center;
    font-size: 1.2em;
    background: white;
    padding-bottom: 30px;
    line-height: 1.2em;
    border-top: 1px solid #cfd9db;
}

.dataTables_wrapper .dataTables_processing:before {
	content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -120px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #07d;
    animation: spinner .6s linear infinite;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
.no-sort::after { display: none!important; }
.no-sort { pointer-events: none!important; cursor: default!important; background-image: none !important; }

.formchoice img {
	height: 120px;
	width: auto;
    display: initial;
}
.formchoice {
	height: auto;
	text-align: center;
	padding-top: 30px;
}
.formchoiceheading {
	padding-top: 10px;
	padding-left: 0;
	text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    color: #212b36;
    font-size: 16px;
}

@media (min-width: 1100px) {
  .modal-lg.newform, #bs-modal-template .modal-lg {
      width: 1000px;
  }
  .crud-dialog .modal-lg {
      width: 1050px;
  }
}
@media (min-width: 1200px) {
  .modal-lg.newform, #bs-modal-template .modal-lg {
      width: 1100px;
  }
  .crud-dialog .modal-lg {
      width: 1150px;
  }
}

.crud-dialog .modal-dialog,
.crud-dialog .modal-content {
    height: 90%;
}

.crud-dialog .modal-body {
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

@media screen and (max-width: 950px) {
  #form-login {
      overflow-y: scroll;
  }
}
@media (min-width: 768px) {
	.form-horizontal.form-wizard .control-label {
	    text-align: left;
	}
}

#form-list-table td.form-name-td {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-name-cell {
    min-width: 350px;
    border: none !important;
}

#form-list-table td.form-name-td {
    outline: none !important;
}

#form-list-table td.form-name-td div.tablecell {
    max-width: 100% !important;
}

.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}

input.invalid {
    border: 1px solid #ed5466 !important;
}

.validation.failed:after {
    color: #ed5466;
    content: 'Validation failed';
}

.validation.passed:after {
    color: green;
    content: 'Validation passed';
}

.nab-transact-fields {
    width: 462px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-left: 5px;
}

.payment-transact-fields {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-left: 5px;
}

.payment-transact-fields-name, .nab-transact-fields-name {
    margin-bottom: 5px;
}

.payment-transact-field, .nab-transact-field {
    display: inline-block !important;
    height: 100%;
    line-height: 30px;
    padding: 5px;
    margin: 3px 5px;
    border: 0px solid black !important;
}

.payment-transact-fields.focused, .nab-transact-fields.focused {
    border: 1px solid #03cffc;
}

.payment-transact-field:focus, .nab-transact-field:focus {
    outline-width: 0;
}

.payment-transact-card-icon, .nab-transact-card-icon {
    width: 27px;
    height: 16px;
    background-image: url("/assets/img/nab-transact/error.png");
    background-position: 50% 50%;
    background-size: auto 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.payment-transact-card-icon-wrong, .nab-transact-card-icon-wrong {
    background-image: url("/assets/img/nab-transact/blank.png");
}

.payment-transact-card-icon-visa, .nab-transact-card-icon-visa {
    background-image: url("/assets/img/nab-transact/visa.svg");
}

.payment-transact-card-icon-mastercard, .nab-transact-card-icon-mastercard {
    background-image: url("/assets/img/nab-transact/mastercard.svg");
}

.payment-transact-card-icon-amex, .nab-transact-card-icon-amex {
    background-image: url("/assets/img/nab-transact/amex.svg");
}

.payment-transact-card-number, .nab-transact-card-number {
    width: 242px;
}

.payment-transact-card-name, .nab-transact-card-name {
    width: 450px;
}

.payment-transact-expiry, .nab-transact-expiry {
    width: 100px;
}

.payment-transact-cvc, .nab-transact-cvc {
    width: 45px;
}

.card-validation {
    margin: 2px 0;
    font-weight: 400;
    font-size: 1em;
    color: #ed5466;
    text-align: left;
}
body.snapform h2.card-validation {
	background: none;
    padding: 0;
    margin: 2px 0;
    font-weight: 400;
    font-size: 1em;
    color: #ed5466;
    text-align: left;
}

.snaptip {
border: 1px solid #b9b9b9;
color: #989898 !important;
line-height: 16px !important;
cursor: pointer;
}

@media screen and (max-width: 950px) {
  .nab-transact-field {
	  margin: 4px 0;
  }
  .nab-transact-fields {
	    width: 100%;
	    border: 1px solid lightgray;
	    border-radius: 5px;
	    padding-left: 5px;
	    text-align: left;
	}

    .nab-transact-card-name {
        width: 100%;
    }

	.nab-transact-card-number {
	    width: 55%;
	}

	.nab-transact-expiry {
	    width: 27%;
	}

	.nab-transact-cvc {
	    width: 15%;
	}
	.nab-transact-card-icon {
		display: none !important;
	}
}

.new-workflow {
    margin: 5px 10px;
}

.existing-workflow {
    margin: 0 10px 10px 10px;
}

.workflow-field {
    color: white;
    border: 1px solid #00b1e1;
    margin: 3px 3px 3px 0;
    padding: 0;
    background: #00b1e1;
    display: inline-block;
    text-align: center;
}

.delete-workflow-field {
    color: white;
    border: 1px solid #00b1e1;
    margin: 3px 3px 3px 0;
    padding: 0 10px;
    background: #00b1e1;
    display: inline-block;
    text-align: center;
    border-right: 1px solid;
    cursor: pointer;
}

.workflow-field-label {
    padding: 3px 10px 3px 5px;
    display: inline-block;
}

.workflow-shortcode-container {
}

.workflow-shortcode {
}

.existing-workflow-name {
    font-weight: 700;
}

.existing-workflow .delete-workflow-field {
    display: none;
}

.existing-workflow .workflow-field {
    background-color: transparent;
    color: black;
    border: none;
    margin: 0;
}

.existing-workflow .workflow-field-label {
    margin: 0;
    padding: 0;
}

.existing-workflow .workflow-field:not(:last-of-type):after {
    content: ',';
}

/* Diff table component */
.DiffTable {
    background: #FFFFFF;
    border: 20px solid white;
    width: 100%;
    box-sizing: border-box !important;
}

.DiffTable__row {
    border-top: 15px solid white;
    border-bottom: 15px solid white;
}

.DiffTable__line {
    border-top: 15px solid white;
    border-bottom: 15px solid white;
    padding: 8px 10px;
    box-sizing: border-box !important;
}

.DiffTable__line--title {
    color: #999;
    text-align: left;
    padding: 0px 8px 0px 5px;
    word-break: break-word;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
}

.DiffTable__line--added {
    background: #b5efdb;
}

.DiffTable__line--removed {
    background: #ffc4c1;
}

.DiffTable__line--added,
.DiffTable__line--removed {
    position: relative;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.6;
    margin: 0px 1px;
    border-right: 20px solid white;
    width: 50%;
}

.DiffTable__line--added:empty,
.DiffTable__line--removed:empty {
    opacity: 0.25;
}

.snap-field .check-box-label p.fr-tag:first-child {
    display: inline;
}

.snap-field .check-box-label {
    display: inline-block;
}

.snap-field .single-checkbox .check-box-label {
    padding-left: 25px;
}

#jsembed[readonly], #iframeembed[readonly], .smartjsembed[readonly] {
	background-color: white;
	cursor: auto;
}
.tooltip {

}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #2a2a2a;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #2a2a2a;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #2a2a2a;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #2a2a2a;
}

.tooltip-inner {
  font-size: 13px;
  font-weight: normal;
  padding: 10px;
  color: white;
  background: #2a2a2a;
}

.input-group .form-control.locationchoices, .input-group .form-control.datechoices, .input-group .form-control.timechoices {
	border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.scllink {
	text-decoration: none !important;
}

/* Matrix field */
.matrix .matrix-header {
	display: none;
}
.matrix-group {
	margin-bottom: 10px;
}
.matrix .errorcontainer .filled {
	display: none;
}
.matrix .errorcontainer .filled:first-child {
	display: block;
}
.advancedtitleh5 {
	border-bottom: 1px solid;
    text-align: center;
    padding-bottom: 15px;
    background: #6f6f6f;
    padding-top: 15px;
    color: white;
    clear: both;
    margin-top: 20px;
}

@media (min-width: 769px) {
	.matrix-header {
		display: flex !important;
		padding: 12px 10px 10px 9px;
	}
	.matrix-header .headingleft {
		width: 25%;
		display: flex;
	}
	.matrix-header .headingright {
		width: 75%;
		display: flex;
		justify-content: space-evenly;
	}
	.matrix-header .headingright label {
		width: 100%;
		display: block;
		text-align: center;
		font-weight: normal;
		padding-left: 5px;
		padding-right: 5px;
	}
	.matrix-group {
		display: flex;
		padding: 12px 10px 10px 9px;
		margin-bottom: 0px;
	}
	.matrix-group > label {
		width: 25% !important;
		display: flex;
		font-weight: normal !important;
		padding-right: 10px;
	}
	.matrix-group .radio-group {
		width: 75%;
		display: flex;
		justify-content: space-evenly;
	}
	.matrix .radio-group label {
		visibility: hidden;
		padding: 0 !important;
		width: 21px !important;
		text-indent: -9999px;
		white-space: nowrap;
		padding-left: 10px;
		display: inline-block !important;
	}
	.matrix .radio-group label:before, .matrix .radio-group label:after {
		visibility: visible;
	}
	.matrix .matrix-group:nth-child(even) {
	    background-color: #f5f5f5;
	}
	.matrix span.radio.custom-radio.custom-radio-primary {
		margin: 0;
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .matrix .radio-group label {
	 	visibility: visible;
	 }
}

/* Phone verification field */
.phone-verification-code-input-group input[type=number] {
    -moz-appearance: textfield;
}

.phone-verification-code-input-group input[type=number]::-webkit-outer-spin-button,
.phone-verification-code-input-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Changelog page */
.Changelog {
    display: flex;
    flex-direction: column;
    transition: background-color 3s ease;
}

.Changelog--new {
    background-color: #fffcf4;
}

.Changelog__image-wrap {
    width: 100%;
    border-bottom: 1px solid #dde4e6;
    user-select: none;
}

.Changelog__image {
    height: auto;
    width: 100%;
}

.Changelog__panel {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.Changelog__panel hr {
    margin: 15px -15px;
}

.Changelog__panel img {
    user-select: none;
}

.Changelog__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.Changelog__title .label {
    user-select: none;
}

.Changelog__date {
    color: #999999;
    user-select: none;
    font-size: 14px;
    font-weight: normal;
}

#create-changelog-modal .froala-box:not(.f-html) .froala-element {
    background-color: #ffffff;
}
.hidebuttontext {
	color: transparent;
}
.clearfiles {
	color: #202020;
    float: right;
    margin-right: 2px;
    background: transparent;
    border: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
    text-decoration: underline;
}
.clearfiles:hover {
    color: #00b1e1;
}
.errorcontainer_fileupload {
	color: #ed5466;
	margin-top: 5px;
}
.errorcontainer_addressfield {
	color: #ed5466;
}
.wfviewexistingfiles {
	float: left; width: 75%; display: block;
}
.wfviewexistingfiles a { color: #202020; }
.noclick {
	pointer-events: none;
}
.filesuploadingnotification {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ed5466;
    text-align: center;
}
.snapform .wizard.customPage ul.fr-tag, .snapform .wizard.customPage ol.fr-tag {
    padding-left: 25px !important;
    list-style-position: outside !important;
    margin-bottom: 20px;
}
.snapform .wizard.customPage ul.fr-tag ul, .snapform .wizard.customPage ol.fr-tag ul {
    list-style-type: circle !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
.snapform .wizard.customPage ol.fr-tag ol ul {
	list-style-position: inside !important;
}
.snapform .wizard.customPage ul.fr-tag li, .snapform .wizard.customPage ol.fr-tag li {
    margin-bottom: 5px;
}
.snapform .wizard.customPage ul.fr-tag ul li, .snapform .wizard.customPage ol.fr-tag ul li {
    margin-bottom: 5px;
}
.snapform .wizard.customPage ol.fr-tag {
	list-style: decimal !important;
}

/* Adjusting CSS for numbered lists and sub lists for clauses - LIVE FORM */
.snapform .wizard.customPage div > ol.fr-tag > li > ol > li > ol {list-style-type:lower-alpha !important; margin-top: 5px; margin-bottom: 10px;}
.snapform .wizard.customPage div > ol.fr-tag > li > ol > li > ol li {padding: 0; text-indent: 0;}
.snapform .wizard.customPage div > ol.fr-tag > li > ol > li > ol > li > ol {list-style-type:lower-roman !important;}
.snapform .wizard.customPage div > ol.fr-tag > li { counter-increment: root; }
.snapform .wizard.customPage div > ol.fr-tag > li > ol { counter-reset: subsection; list-style-type: none !important; padding-left: 0 !important; margin-top: 5px; }
.snapform .wizard.customPage div > ol.fr-tag > li > ol > li { counter-increment: subsection; text-indent: -25px; padding-left: 35px; }
.snapform .wizard.customPage div > ol.fr-tag > li > ol > li:before { content: counter(root) "." counter(subsection) " "; margin-right: 3px; }
/* end number list sublist adjustment */

.sigLink:hover {
	cursor: pointer;
	text-decoration: underline;
}

.sigLink.active {
	font-weight: bold;
	cursor: auto !important;
	text-decoration: none !important;
}

.sigBar {
	padding: 2px;
    font-size: 10px;
}

.typeSig span {
	margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

.typeSigInput {
	margin-top: 10px;
	border-radius: 4px !important;
}
.typeSigCanvas {
	display: none;;
	width: 240px;
	height: 30px;
}
.sigerrors {
    font-size: 12px !important;
    color: #ed5466;
}
.conditionallogicrule .col-sm-3, .logicrules .col-sm-3 {
	padding: 0 5px;
}
.conditionallogicrule .col-sm-3:first-child, .logicrules .col-sm-3:first-child {
	padding: 0 5px 0 0;
}
table.fr-tag td {
    border: solid 1px #ccc;
    padding: 5px;
}

.form-section.form-section-table .row .snap-field {
    padding: 0 5px;
    width: auto;
    flex: 1 1 0px;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-bottom: 5px;
    margin-top: 5px;
}
.form-section.form-section-table .row .snap-field:first-child, .form-section.form-section-table .row .snap-field.first-col {
    padding-left: 15px;
}
.form-section.form-section-table .row .snap-field:last-child, .form-section.form-section-table .row .snap-field.last-col {
    padding-right: 15px;
}
.form-section.form-section-table .newtablerowbutton.hide-button {
    display: none;
}
.form-section.form-section-table .row {
    display: flex;
    align-items: flex-end;
    position: relative;
}
body.snapform button.newtablerowbutton {
    text-decoration: none;
    margin-top: 5px;
}

.form-section.form-section-table .row:not(:first-child) .snap-field > label {
    display: none;
    overflow-wrap: anywhere;
}

.form-section.form-section-table .row .snap-field > label {
    justify-content: flex-end;
    flex-direction: row;
    display: flex;
    padding-bottom: 5px;
    flex-wrap: wrap;
    overflow-wrap: anywhere;
}

.form-section.form-section-table .row .snap-field > label .text-danger {
    margin-left: 3px;
}

.form-section.form-section-table .row .snap-field > label > .tablelabelspacer {
    margin-top: auto;
}

.form-section.form-section-table .row .removetablerow {
    font-size: 18px;
    right: -5px;
    display: block;
    background: #cacaca;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 12px;
    margin-left: 5px;
    transition: 0.1s;
    position: absolute;
    display: none;
    padding-left: 1px;
    top: 50%;
    margin-top: -15px;
}

.form-section.form-section-table .row:hover .removetablerow {
    display: block;
}

.form-section.form-section-table .row {
    margin-right: 0px;
}

.form-section.form-section-table .row:first-child .removetablerow {
    visibility: hidden;
}

.form-section.form-section-table .row .removetablerow:hover {
    cursor: pointer;
    background-color: #b0b0b0;
}

.form-section.form-section-table .row .snap-field .radio-group, .form-section.form-section-table .row .snap-field .checkbox-group {
    width: 100%;
}

body.snapform .snap-field[data-sectiontype="tableBoundaryBegin"] {
    margin-bottom: 0;
    min-height: 0;
}

body.snapform .snap-field[data-sectiontype="tableBoundaryEnd"] {
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

.form-section.form-section-table.visible-form-section {
    margin-bottom: 15px !important;
}

.form-section.form-section-table.visible-form-section .row {
    padding-bottom: 10px;
}

.mb25 {
    margin-bottom: 25px !important;
}

@media (max-width: 768px) {
    body.snapform .form-section-table .row:nth-child(even), body.snapform .form-section-table .row:first-child {background: #f5f5f5}
    .form-section.form-section-table .row {
        display:block;
    }
    .form-section.form-section-table .row .snap-field > label {
        height: auto !important;
    }
    .form-section.form-section-table .row {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .form-section.form-section-table.visible-form-section .row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .form-section.form-section-table .row:not(:first-child) .snap-field > label {
        display:block;
    }
    .form-section.form-section-table .row .snap-field:first-child {
        padding-left: 5px;
    }

    .form-section.form-section-table .row .removetablerow {
        right: 20px;
        top: 24px;
    }
}
div.nhsd-lookup {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
div.nhsd-lookup-location,
div.nhsd-lookup-search-button {
    margin-left: 0.5rem
}
.practice-results-container {
    width: 100%;
}
@media screen and (max-width: 680px) {
    div.nhsd-lookup {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    div.nhsd-lookup-location,
    div.nhsd-lookup-search-button {
        margin-left: 0
    }
}
.control-label.address-sublabel {
    margin-top: 10px;
}

.section-new-merchant-key {
    margin-top: 14px !important;
    padding: 0 10px 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.loading-merchant-keys {
    margin-left: 15px;
}

#section-merchant-keys .radio-item {
    display: flex;
    justify-content: start;
    align-items: center;
}

#section-merchant-keys .radio-item .btn-group {
    flex-shrink: 0;
    margin-bottom: 5px;
}

#section-merchant-keys #deleteKeyConfirmation {
    display:none;
    padding: 0px 20px 20px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.deleteKeyButtons button {
    margin-left: 10px;
}

#section-merchant-keys .keyname {
    color:#333;
    font-weight:bold;
}

#section-merchant-keys .keyvalue {
    font-style:italic;
}

#section-merchant-keys .keycreatedby {
    color:#777;
}

div.filterselect.readonlyfield .selectize-input, div.filterselect.readonlyfield .selectize-input.input-active {
    background-color: #eee;
}
