/* FORM */
form {
  display: inline;
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  outline: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

:-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.field.text.strong::-webkit-input-placeholder {
  color: #333;
}

.field.text.strong:-moz-placeholder {
  color: #333;
}

.field.text.strong::-moz-placeholder {
  color: #333;
}

.field.text.strong:-ms-input-placeholder {
  color: #333;
}

/* LABEL */
label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 5px 10px 5px 0;
}

label.strong {
  color: #333;
  font-weight: bold;
}

label.xstrong {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

label.fixed {
  float: left;
  text-align: right;
}

label.xnarrow {
  width: 25%;
}

label.narrow {
  width: 33%;
}

label.wide {
  width: 50%;
}

label.xwide {
  float: none !important;
  padding: 0;
  text-align: left;
  width: 100%;
}

html.small label.fixed:not(.fluid-small) {
  float: none;
  margin-bottom: -10px;
  padding: 0;
  text-align: left;
  width: 100%;
}

label.fluid, html.small label.fluid-small {
  float: left !important;
  margin-bottom: 0 !important;
  width: auto !important;
}

label.fluid-min {
  min-width: 80px;
}

p.label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  line-height: 20px;
  margin: 10px 0 0 0;
  padding: 5px 0;
}

p.label.indent {
  clear: left;
  display: block;
  float: none;
  line-height: normal;
  margin: 0;
  padding: 2px 0 0 0;
  width: 100%;
}

p.label.indent.xnarrow {
  padding-left: 25%;
}

p.label.indent.narrow {
  padding-left: 33%;
}

p.label.indent.wide {
  padding-left: 50%;
}

html.small p.indent {
  padding-left: 0 !important;
}

/* TEXT */
.field.text {
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 10px 0 0 0;
  padding: 5px;
}

.field.text.strong {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

html.xsmall .field.text.strong {
  font-size: 12px;
}

.field.text.right {
  float: right;
}

.field.text + .field.text {
  margin-left: 10px;
}

.field.text + label.fluid {
  margin-left: 10px;
}

.field.text + .button.left {
  margin-left: 10px !important;
}

.field.text:focus {
  border-color: #66b3e6;
}

.field.text.xnarrow {
  min-width: 120px;
  width: 25%;
}

.field.text.narrow {
  min-width: 160px;
  width: 33%;
}

.field.text.narrow.fixed {
  max-width: 240px;
  min-width: 240px;
}

.field.text.wide {
  width: 50%;
}

html.large label.wide + .field.text.wide {
  width: 50%;
}

html.large label.narrow + .field.text.wide {
  width: 67%;
}

html.large label.xnarrow + .field.text.wide {
  width: 75%;
}

html.small .field.text.wide {
  min-width: 280px;
}

.field.text.xwide {
  width: 100%;
}

input.field.text, select.field.text {
  height: 30px;
}

.field.text.xshort {
  height: 60px;
  padding: 5px !important;
}

.field.text.short {
  height: 120px;
  padding: 5px !important;
}

.field.text.tall {
  height: 180px;
  padding: 5px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select.field.text {
    background-image: url(../images/select.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
  }
}

div.field-file {
  float: left;
  min-height: 40px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 300px;
}

div.field-file .button-browse {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

div.field-file .field.text {
  float: left;
  margin-left: 0 !important;
  width: 268px;
}

div.field-file .field-file {
  left: 0;
  position: absolute;
  top: 0;
  font-size: 24px;
  opacity: 0;
  width: 300px !important;
  z-index: 1;
}

/* CHECK select::-ms-expand { display: none; } */
.field.check {
  float: left;
  margin: 18px 0 0 0;
}

.field.check + label {
  padding-left: 5px;
}

label.fluid + .field.check {
  margin-left: 5px;
}

html.small label.fluid-small + .field.check {
  margin-left: 5px;
}

.menu-check {
  display: block;
  overflow: hidden;
}

.menu-check.wide {
  float: left;
  margin: 12px 0 0 0;
}

html.large label.wide + .menu-check.wide {
  width: 50%;
}

html.large label.narrow + .menu-check.wide {
  width: 67%;
}

html.large label.xnarrow + .menu-check.wide {
  width: 75%;
}

.menu-check.xwide {
  width: 100%;
}

.menu-check li {
  display: block;
}

.menu-check label {
  margin-top: 2px;
  padding-bottom: 0;
  padding-top: 0;
}

.menu-check .field.check {
  margin-top: 5px;
}

.table.table-check .field.check {
  display: inline-block;
  float: none;
  margin: 0;
}

.table-like {
  width: 300px;
}

.table-like .field.check {
  display: none;
}

.table-like td {
  background: #e6e6e6;
}

.table-like tr:not(:first-child) td, .table-like tr:not(:first-child) th {
  border-top: 2px solid #fff;
}

.table-like td.xnarrow {
  border-left: 1px solid #e6e6e6;
  padding: 0 !important;
  width: 44px;
}

.table-like a {
  background: #ccc;
  color: #fff;
  display: block;
  line-height: 24px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  width: 44px;
}

.table-like a.active {
  background: #333;
}

/* UI */
.field-autocomplete-multiple {
  display: none;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
  padding: 10px;
  z-index: 2;
}

.ui-autocomplete ul, .ui-autocomplete li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.select2-container.field.text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.ui-tooltip {
  background: #66b3e6;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 10px;
  overflow: visible;
  width: 220px;
  z-index: 9;
}

.ui-tooltip-content::after {
  background: transparent url(../images/tooltip-bottom.png) no-repeat 0 0;
  bottom: -10px;
  content: '';
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  width: 15px;
}

.ui-datepicker {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
  color: #333;
  padding: 5px;
  text-align: center;
  width: 160px;
}

.ul-datepicker a {
  color: #333;
  text-decoration: none !important;
}

.ui-datepicker-prev {
  display: inline-block;
  text-align: left;
  width: 50%;
}

.ui-datepicker-next {
  display: inline-block;
  text-align: right;
  width: 50%;
}

.ui-datepicker-calendar {
  width: 100%;
}

/* BUTTON */
.button {
  -webkit-appearance: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 0 0;
  position: relative;
}

a.button, input.button {
  cursor: pointer;
}

.button.xsmall {
  height: 13px;
  line-height: 13px;
}

.button.small {
  height: 20px;
  line-height: 20px;
}

.button.large {
  height: 40px;
  line-height: 40px;
}

.button.left {
  float: left;
  margin-right: 10px !important;
}

.button.right {
  float: right;
  margin-left: 10px !important;
}

.button.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.button.color {
  background-color: #66b3e6;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-weight: bold;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}

.button.color.round {
  border-radius: 15px;
}

.button.color.active {
  background-color: #999;
  cursor: default;
}

.button.color.highlight {
  background-color: #f90;
}

.button.color.strong {
  background-color: #036;
}

.button.color.weak {
  background-color: #ccc;
}

.button.transparent {
  background-position: 0 0;
  display: block;
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px;
  text-decoration: none;
}

.button.text {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 0 0;
  text-align: center;
}

.button.text.large {
  font-size: 24px;
}

.button.text.xwide {
  max-width: 280px;
  width: 100%;
}

.button.text.wide {
  width: 160px;
}

.button.text.narrow {
  width: 80px;
}

.button.text.xnarrow {
  width: 30px;
}

.button.text.fluid {
  padding: 0 10px;
}

.button.text.sup {
  border-radius: 15px;
  font-size: 11px !important;
  margin: 0;
  position: absolute;
  right: -15px;
  top: 5px;
}

.button.text.sup + .button.text.sup {
  right: -15px;
  top: 25px;
}

.button.text.small {
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}

.button.text.small.xnarrow {
  width: 20px;
}

.button.text.small.fluid {
  min-width: 20px;
  padding: 0 2px;
}

.button.text.small.sup {
  border-radius: 10px;
  right: -10px;
  top: 0;
}

.button.text.switch.xnarrow {
  width: 60px;
}

.button.text.switch {
  background: rgba(102, 179, 230, 0.5);
}

.button.text.switch.active {
  background: #66b3e6;
}

.button.text.switch.left {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.button.text.switch.right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  float: left !important;
  margin-left: 0 !important;
  margin-right: 20px !important;
}

html.small .button.text.switch.right {
  margin-right: 10px;
}

.button.image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
  text-align: center;
  text-indent: -1000px;
  width: 30px;
}

.button.image.transparent {
  background-color: transparent;
  background-position: 0 0;
}

.button.image.xsmall {
  width: 13px;
}

.button.image.small {
  width: 20px;
}

.button.image img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.button.image.color.button-facebook {
  background-image: url(../images/button-color-facebook.png);
}

.button.image.color.button-linkedin {
  background-image: url(../images/button-color-linkedin.png);
}

.button.image.color.button-twitter {
  background-image: url(../images/button-color-twitter.png);
}

.button.image.color.button-nav {
  background-image: url(../images/button-color-nav.png);
}

.button.image.color.button-bio {
  background-image: url(../images/button-color-bio.png);
}

.button.image.color.button-email {
  background-image: url(../images/button-color-email.png);
}

.button.image.color.button-locked {
  background-image: url(../images/button-color-locked.png);
}

.button.image.color.button-show {
  background-image: url(../images/button-color-show.png);
}

.button.image.color.button-hide {
  background-image: url(../images/button-color-hide.png);
}

.button.image.color.button-add {
  background-image: url(../images/button-color-add.png);
}

.button.image.color.button-browse {
  background-image: url(../images/button-color-browse.png);
}

.button.image.color.button-update {
  background-image: url(../images/button-color-update.png);
}

.button.image.color.button-close {
  background-image: url(../images/button-color-close.png);
}

.button.image.color.button-error {
  background-image: url(../images/button-color-error.png);
  background-color: #f00;
  border-radius: 15px;
  color: #f00;
}

.button.image.color.button-success {
  background-image: url(../images/button-color-success.png);
  background-color: #0c0;
  border-radius: 15px;
  color: #0c0;
}

.button.image.color.button-warning {
  background-image: url(../images/button-color-warning.png);
  background-color: #f90;
  border-radius: 15px;
  color: #f90;
}

.button.image.small.transparent.button-sort {
  background-image: url(../images/button-small-transparent-sort.png);
}

.button.image.small.transparent.button-delete {
  background-image: url(../images/button-small-transparent-delete.png);
}

.button.image.xsmall.transparent.button-star {
  background-image: url(../images/button-xsmall-transparent-star.png);
}

.button.image.xsmall.transparent.button-match {
  background-image: url(../images/button-xsmall-transparent-match.png);
}

.button.image.button-check {
  background-position: 0 0;
  margin-right: 2px !important;
  width: 45px;
}

.button.image.button-check .field.check {
  margin: 0;
  position: absolute;
  top: 8px;
  right: 3px;
}

/* BULLET */
.bullet {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0 0 0;
  min-height: 30px;
  min-width: 30px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.bullet.plain {
  text-decoration: none;
}

.bullet.left {
  padding: 5px 0 5px 40px;
}

.bullet.right {
  padding: 5px 40px 5px 0;
}

.bullet.block {
  float: none !important;
  width: 100%;
}

.bullet.inline {
  float: left;
}

.bullet .button {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

.bullet.right .button {
  left: auto;
  right: 0;
  text-align: right;
}

.bullet.left .button {
  left: 0;
}

.bullet .weak {
  font-size: 12px;
  font-weight: normal;
}

.bullet.color {
  background: #66b3e6;
  color: #fff;
}

.bullet.color .button {
  background-color: transparent;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, .25);
}

.bullet.color.highlight {
  background-color: #f90;
}

.bullet.color.strong {
  background-color: #036;
}

.bullet.color.weak {
  background-color: #999;
}

/* CELL */
.cell-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  width: auto;
}

html.large .cell-field + .cell-field {
  margin-left: 10px;
}

html.large .field + .cell-field {
  margin-left: 10px;
}

html.small .cell-field {
  float: none;
  width: 100%;
}

html.small .cell-field .field {
  float: left !important;
}

html.small .cell-field .field.xwide-small {
  min-width: 100% !important;
  width: 100% !important;
}

html.small .cell-field.indent {
  padding-right: 10px !important;
}

html.small .cell-field.indent .field.narrow-small {
  min-width: 50% !important;
  width: 50% !important;
}

html.small .cell-field.indent .field.narrow-small + .field.narrow-small {
  float: right !important;
  margin-right: -10px !important;
}

.cell-check {
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
}

html.small .cell-check {
  float: none;
  margin-bottom: -10px;
  width: 100%;
}

html.small .cell-check:last-child {
  margin-bottom: 0;
}

.cell-fieldset {
  float: left;
}

.cell-fieldsetcheck {
  padding: 10px 0 0 0;
}

.cell-fieldsetcheck .cell-check {
  margin-top: -10px;
}

html.large label.wide + .cell-fieldset.wide {
  width: 50%;
}

html.large label.narrow + .cell-fieldset.wide {
  width: 67%;
}

html.large label.xnarrow + .cell-fieldset.wide {
  width: 75%;
}

html.small .cell-fieldset {
  float: none !important;
  width: 100% !important;
}

.cell-error {
  background: #f00 !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 0 !important;
  height: 100% !important;
}

.cell-error .field.text {
  border-color: #f00 !important;
  margin: 0 !important;
  width: 100% !important;
}

.cell-error p {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: bold !important;
  margin: 0;
  padding: 2px 5px;
  text-align: left !important;
}

/* ROW */
.row-formbutton {
  border-top: 1px solid #e6e6e6;
  margin: 10px 0 0 0;
  text-align: center;
}

.row-formbutton .button.center {
  display: inline-block !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.row-fieldbutton {
  padding: 0 32px 0 0;
}

.row-fieldbutton .field.text.xwide + .field.text.xwide {
  margin: 2px 0 0 0;
}

.row-fieldbutton .button {
  position: absolute;
  right: 0;
  bottom: 0;
}

.row-fieldbutton.row-hide {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.row-fieldbutton.row-hide .button {
  bottom: 10px;
}

.row-field.distance {
  margin-top: 10px !important;
}

.row-field.align-center {
  text-align: center;
}

.row-field.align-center label {
  display: inline-block !important;
  float: none !important;
  vertical-align: top;
}

.row-field.align-center .field {
  display: inline-block !important;
  float: none !important;
  vertical-align: top;
}

.row-field.align-center .button {
  display: inline-block !important;
  float: none !important;
  vertical-align: top;
}

label.top {
  line-height: normal;
  margin-bottom: -10px;
}

label.top.related {
  margin-top: 0;
}

.button.hide {
  display: none;
}

.field-icon {
  background-position: 0 50% !important;
  background-repeat: no-repeat !important;
  padding-left: 40px !important;
}

.field-icon-name {
  background-image: url(../images/field-icon-name.png) !important;
}

.field-icon-email {
  background-image: url(../images/field-icon-email.png) !important;
}

.field-icon-tel {
  background-image: url(../images/field-icon-tel.png) !important;
}

.button.image.transparent.button-love {
  background-image: url(../images/button-color-love.png);
  width: 33px;
}

.bullet.plain {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.field.plain {
  background-color: #fff;
}

.custom_icons span.cell.cell-error {
  width: 100%;
  position: relative;
  text-align: left;
}

.custom_icons span.cell-error.format-name:before, .custom_icons span.cell-error.valid-email:before, .custom_icons span.cell-error.format-phone:before {
  content: '';
  height: 48px;
  width: 30px;
  position: absolute;
  z-index: 9;
  border-left: 1px solid #f00;
  border-top: 1px solid #f00;
  border-radius: 5px 0px 0px 5px;
}

.custom_icons span.cell-error input, .custom_icons span.cell-error select {
  border-color: #f00;
}

.rowbrand-field span.cell-error {
  margin-top: 0px;
}

.contact_DetailsForm span.field-icon-name, .contact_DetailsForm span.field-icon-email, .contact_DetailsForm span.field-icon-tel {
  background-image: none !important;
  padding-left: 0 !important;
}

.rowbrand-field .cell-error input[type=text] {
  height: 31px;
}

.custom_icons .icon {
  text-indent: 0 !important;
  border: none !important;
  float: none !important;
  border-radius: 0 !important;
}

.custom_icons .icon:hover {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.custom_icons .icon span {
  height: auto !important;
}

.login .toolkit-custom a:hover {
  color: #fff;
}

.titlebrand-em.icon:hover {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-transparent {
  background-color: transparent !important;
  padding: 0 !important;
}

.btn-transparent:hover {
  background-color: transparent !important;
}

.custom_icons2 span.format-error {
  height: auto !important;
  border-radius: 0px !important;
}

.custom_icons2 span.format-error .format-error {
  height: auto !important;
  border: 1px solid #f00 !important;
}

.custom_icons2 span.format-error p {
  padding-top: 0px !important;
  margin-top: 0 !important;
  text-align: left !important;
}

.custom_icons2 span.cell-error.format-error {
  padding-left: 0px !important;
}