.form-horizontal .label-required {
  padding-top: 0 !important;
  margin-top: -2px !important;
}

.form-horizontal .label-required:after {
  display: block;
  content: "required";
  color: #999;
  font-weight: normal;
  line-height: normal;
  font-size: small;
}

.form .label-required:after {
  margin-left: 5px;
  content: "required";
  color: #999;
  font-weight: normal;
  line-height: normal;
  font-size: small;
}

.label-text-left {
  text-align: left !important;
}

.common-date-picker {
  position: relative;
  border-radius: 0;
}

.common-date-picker .dropdown-menu {
  position: absolute;
  top: 50px !important;
  right: 0 !important;
}

.common-date-picker .datepicker {
  position: absolute;
  width: 336px !important;
  max-width: 336px !important;
  top: 0;
  right: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  /*table {


      tr {
        border-bottom: 1px solid #f5f5f5;

        th {
          .pull-left {
            background-image: url("/Css/Tickeron/design_style_guide/img/arrow_left.svg");
            background-repeat: no-repeat;
            width: 40px;
            height: 40px;
            background-position: center;
            border-radius: 0;
            padding: 0;
          }

          .pull-right {
            background-image: url("/Css/Tickeron/design_style_guide/img/arrow_more.svg");
            background-repeat: no-repeat;
            width: 40px;
            height: 40px;
            background-position: center;
            border-radius: 0;
            padding: 0;
            margin-right: 0;
          }
        }
      }

      td {
        height: 50px;
        padding: 5px;
      }

      td:first-child {
        width: 70px !important;
      }

      thead {
        tr {
          padding-bottom: 10px;

          &:first-child {
            border-bottom: 0;

            th {
              padding-top: 5px;
            }
          }

          &:nth-child(2) {
            th {
              padding-bottom: 10px;
              padding-top: 0;
            }
          }

          th {
            padding-top: 10px;
            text-transform: uppercase;
            font-size: 12px;
            color: #bfbfbf;
            text-align: center;
            letter-spacing: 1px;

            button {
              text-transform: uppercase;
              font-size: 12px;
            }
          }
        }
      }
    }

    .btn {
      color: black;
      background-color: transparent;
      border: none;
      padding: 5px;
      font-size: 14px;
      width: 100%;
    }

    .btn-primary {
      background-color: transparent;
      color: #fff;
      line-height: 2.2;
      padding: 2px;
    }*/
}

.text-pre {
  white-space: pre;
}