﻿a, .bs a {
  text-decoration: none; }

.clear {
  clear: both;
  float: none !important; }

.hidden {
  display: none; }

hr, .bs hr {
  height: 1px;
  border: 0; }

.general_footer_space {
  width: 100%;
  height: 4em;
  padding: 0;
  margin: 0; }

input[type=text], .bs input[type=text], input[type=password], .bs input[type=password], textarea, .bs textarea, select, .bs select {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  font-size: 1.2em;
  line-height: 2.5em;
  font-size: 1.2em;
  padding-left: 0.5em;
  padding: 0 0.5em 0;
  height: 2.6em;
  *padding: 0px;
  *width: 99%; }

select:focus {
  box-shadow: 0 0 2px 0 #0066FF;
  -webkit-box-shadow: 0 0 2px 0 #0066FF;
  -o-box-shadow: 0 0 2px 0px  #0066FF;
  z-index: 1; }

textarea {
  height: 7.6em;
  line-height: 1.2em; }

.button {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2.5em;
  margin-top: 1em;
  box-sizing: border-box;
  padding: 0;
  height: 2.6em;
  cursor: pointer; }

.button.cancel {
  float: left; }

.button.submit {
  float: right; }

.inline_error {
  font-size: 1em; }

.box_error {
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 0.5em; }

.box_error h4 {
  font-weight: bold; }

.box_error label {
  display: inline !important;
  line-height: 1em !important;
  text-decoration: underline;
  cursor: pointer; }

.description {
  text-align: justify;
  padding-bottom: 1em; }

label {
  display: block;
  margin-top: 0.5em;
  line-height: 2em; }

.no-margin {
  margin: 0 !important; }

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

h2, .bs h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em; }

h3, .bs h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em; }

h4, .bs h4 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em; }

p, .bs p {
  text-align: justify;
  line-height: 1.5em; }

b, .bs b {
  font-weight: bold; }

i, .bs i {
  font-style: italic; }

.label_check {
  float: left;
  margin-right: 2em; }

.label_check input {
  position: absolute;
  left: -9999px; }

.c_off, .c_on {
  padding-right: 2.5em;
  padding-right: 3.5em\9;
  height: 2em;
  line-height: 2em;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2em; }

.c_off.left, .c_on.left {
  padding-right: 0px;
  padding-left: 2.5em;
  background-position: left; }

.ui-tooltip {
  padding: 0.5em 1.5em 0.5em 1.5em;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  font-size: 0.9em;
  line-height: 1.7em;
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.wrapword {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal; }

.entirewidth {
  width: 100%; }

.notEmptyFiled {
  background-color: #f1f1f2;
  border-color: #bcbdbf;
  color: #6a747c !important;
  font-style: italic; }

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

.pageTitle {
  padding-bottom: 1em; }
  .pageTitle h1, .pageTitle h2 {
    float: left;
    line-height: 2em;
    font-weight: normal; }
  .pageTitle h1 {
    font-size: 2em; }
  .pageTitle h2 {
    font-size: 1.5em; }
  .pageTitle .rightInfo {
    float: right; }
  .pageTitle h1 + .rightInfo > label {
    margin-top: 1em;
    display: block; }
  .pageTitle h1 + .rightInfo > a {
    margin-top: 2em;
    display: block; }
  .pageTitle .description {
    width: 100%;
    display: block;
    border-top: 1px solid #a7a9ac;
    line-height: 2em;
    padding-top: 0.5em;
    padding-bottom: 0; }

.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.bs-tooltip {
  background: url("//cdn.myvistance.com/vistancemedia/vistance/skin/images/icInfoNormal.png") no-repeat;
  width: 2em;
  height: 2em;
  margin-top: 1em;
  background-size: 1.6em;
  background-position: right; }

.bs-tooltip:hover {
  background-image: url("//cdn.myvistance.com/vistancemedia/vistance/skin/images/icInfoHover.png"); }

